
I am trying to install Atlas5 on our Terminal Services Farm, RDS servers. I need to know how to auto-populate the "shared configuration path" for each user that logs into the farm servers. I found a small piece in the manual about creating the default.AtlasClientSettings file but it doesn't look like its going to "auto populate" for each client as they login.
Anyone have any experience with this?
*This post is locked for comments
I have the same question (0)Resolution
You can set the SharedPath at startup from a BAT file, The file needs to look like the following:
C:\Atlas\Client\GlobeSoftware.Atlas40.AtlasClientServiceApp sharedconfigpath="\\Atlas5Data0\Shared2"
C:\Atlas\Client\GlobeSoftware.Atlas40.AtlasClientServiceApp
The first line gets the Atlas Client to write the setting in the users profile, after it has done the update, it terminates. The second line starts the Client again with the new settings.