Prevent Multiple Login RTC Client

johannajohanna Member Posts: 369
edited 2012-12-21 in NAV Three Tier
Dear all,

Do you know how to prevent multiple login to RTC Client in NAV 2009 R2 and NAV 2013?
Please help me. Thank you.

Note : For Classic Client, we can use stored procedure "sp_$ndo$loginproc".
Best regards,

Johanna

Answers

  • abhi1901abhi1901 Member Posts: 102
    johanna wrote:
    Dear all,

    Do you know how to prevent multiple login to RTC Client in NAV 2009 R2 and NAV 2013?
    Please help me. Thank you.

    Note : For Classic Client, we can use stored procedure "sp_$ndo$loginproc".



    We can do it by writing code in Application Management Codeunit.
    Here u can check the current login with all login users.And if you find same login you can exit that user.
  • johannajohanna Member Posts: 369
    Dear abhi1901,

    Thanks for your help. It works! I am using Active Sessions table to check multiple login.
    Thank you very much :D
    Best regards,

    Johanna
Sign In or Register to comment.