There is internal table "Active Session" which NAV uses to store information about when a user logged in or logged of from nav, what was the client and also the session number.
These are the fields from this table.
[Server Instance ID], [Session ID], [User SID], [Server Instance Name], [Server Computer Name], [User ID], [Client Type], [Client Computer Name], [Login Datetime], [Database Name]
This table is regularly empted by the system. In the configuration file of NAV Server Service (look for "Session Event Table retain period" ) you can setup how often you want this table to be cleared.
Sometimes this table contains records which are form an old database or form another server, or it was not cleared properly, then you get the error message from your post.
Comments
There is internal table "Active Session" which NAV uses to store information about when a user logged in or logged of from nav, what was the client and also the session number.
These are the fields from this table.
[Server Instance ID], [Session ID], [User SID], [Server Instance Name], [Server Computer Name], [User ID], [Client Type], [Client Computer Name], [Login Datetime], [Database Name]
This table is regularly empted by the system. In the configuration file of NAV Server Service (look for "Session Event Table retain period" ) you can setup how often you want this table to be cleared.
Sometimes this table contains records which are form an old database or form another server, or it was not cleared properly, then you get the error message from your post.
I hope this helps.
Thanks.
I'm still face this error
Any help?