How to set idle time after user don't use navision?

oohooh Member Posts: 20
How to set idle time after user don't use navision? I want to save license, if user don't use it, I will remove this user.

Comments

  • kinekine Member Posts: 12,562
    If you are using NA 4.00, there is IdleTime in table Session, if you will check this value and compare with some limit, you can easy create such a module (you can disconnect the user than through deleting his session in session table) - it can be done on Navision 3.70 on MS SQL too with a small modification... ;-)
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • oohooh Member Posts: 20
    Thank you.
  • satyajitsatyajit Member Posts: 28
    Hello,

    If I am using the NA 3.70 what modifications are required???

    Regards
    Satyajit
  • kinekine Member Posts: 12,562
    If you are using MS SQL, you can transfer view Session from NA 4.00 to your DB, connect table to it and you have same info as in NA 4.00... you can kill the session through original Session table...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • BRSSBRSS Member Posts: 2
    If you are using SQL Server you can use my script :

    http://www.mibuso.com/dlinfo.asp?FileID=367

    Regards
    Benoit
  • eddiebeddieb Member Posts: 9
    Is there a way of doing this if you are using the native Navision rather than SQL?
  • kinekine Member Posts: 12,562
    Only if you are using version 4.00 or newer...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • SavatageSavatage Member Posts: 7,142
    There are other add-on's available if you are using Native and a older Navision version.

    Such as:

    ExpandIT Client Control for Navision Financials/Attain
    www.expandit.com (see Utilities)

    or

    Auto Close Idle
    www.autocloseidle.com
Sign In or Register to comment.