Rank: Administration Groups: Member
Joined: 4/21/2009 Posts: 3 Location: Durant, OK
|
When moving a TAM server installation to a new server, each client installation must be updated to point to the new location of the TAMCommon folder. The following steps provide a simple way to accomplish this using the self-updating feature of TAM.
1) Copy the entire TAMCommon folder from the old server to the new server.
2) Edit the TAMCommon.config folder on the NEW server Change the <add key="ReportFolder" value=""> tag to point to the TAMCommon folder on the NEW server
3) Copy AssistManager.exe.config (usually located in c:\Program Files\Tribal Assistance Manager) to the TAMCommon\CurrentVersion folder of the OLD server.
4) Edit the copied file: Change the <appSettings file=""> tag to point to the TAMCommon.config file on the NEW server Change the <add key="CommonFolder" value=""> tag to point to the TAMCommon folder on the NEW server
5) Edit the ClientManifest.xml file in the TAMCommon\CurrentVersion folder on the OLD server Add the following line between the <Manifest></Manifest> tags: <ClientFile Name="AssistManager.exe.config" Method="Always" />
6) Run TAM on all client installations to update the AssistManager.exe.config file to the modified version.
|