Is there a way to pass data source connection information in using the command line ( or another way)? I am using a SQL Server data source and am testing on a Citrix server but the server is configured to delete profiles on logoff so my data source(s) are wiped out and not available at the next launch. It also isn't retaining my personal credentials so I'm thinking they are being stored locally vs in the database.
I was able to export the data source so I can import it each time but this is annoying having to do each time.
Tanks
Anthony
Unfortunately it's not possible for now. Do you know if you could store the setting somewhere else where the data could be persisted?
David Hervieux
It will persist anywhere other then in the user profile directory. Can it be configured to use C:\ProgramData to store the settings?
You can change the configuration location path
http://help.remotedesktopmanager.com/installation_configurationfilelocation.htm
David Hervieux
That's seems to do the trick, does this need to be unique for each user or can it be shared?
Also, is there a way to change where personal credentials are stored? I found the link below and it looks like %PROFILE% has an override available but I can't seem to find how/where to do that:
http://help.remotedesktopmanager.com/index.html?installation_configurationfilelocation.htm
Thanks
Anthony