Hi there,
We have a client who is using Navision 2.60 on SQL Server... and people from various states are actually logging on to Navision via Citrix Client.
The problem is because of a limited number of Citrix Client licenses, it has been setup that after 15 minutes of inactivity the user is kicked off Citrix Client and therefore out of Navision. However for some reason this appears to delete their ZUP file and they therefore lose all their settings.
Is there any way of preventing the loss of their ZUP file even though they are getting kicked out of their session?
Your help would be greatly appreciated. Thanks
Simon Kuldin
Information Outlook
0
Comments
Hope this gets you started.
the problem is in the setup of the terminal services...or citrix in this case.
There is an option in the properties dialogue of the terminal services which says to delete temporary files after session closing.
Find it and unmark the check box.
you can also change the path of the zup file in the commandline parameters of the shared application(nav client) and put in the home directory of each user...
To avoid to loose the information to connect to your server you can use a link to finsql.exe with following parameters:
"Your Installationpath\finsql.exe" Servername="Your Server",Database="Your Database",Company="Your Company",Ntauthentication="Yes or No" (in German "Ja oder Nein" ,NetType="Your Nettype",id="Zupfilename without .zup"
The only difference is that the former userid will not be preselected.
Bye(Stefan);