We have this idle client timeout and Keep alive interval set to 20 minutes and the NAV server is kicking out users. The problem is that they are unable to reconnect. The users get this message after they have been kicked out:
The server net.tcp //<our server name>/service is either unavailable or your connection has been lost
When trying to reconnect it says something like
"The session could not be retrieved from the server. The application will close"
So they have to start all over. Can anyone shed some lights to why the clients can't reconnect properly? Is there any other way to kick users out? In NAV 2009 I had this kick idle user which deleted the session on the SQL server but I don't think that is working now.
Navision developer
0
Answers
Normally when the users are disconnected through a stopsession function i NAV there is no issues reconnecting.
Right now I have:
IdleClientTimeout 20 min
Keep Alive interval 20 min
Reconnect period 5h
I am having the same error ("The session could not be retrieved from the server. The application will close"). My settings - IdleClientTimeout and Keep Alive interval seem to be ok.
Any tips are welcome!