CA Client Automation - IT Client ManagerCA Client Automation
Issue/Introduction
Users are getting the pop up "The AM Manager does not respond. Please check if the AM Manager is running" intermittently when they launch DSM explorer or even the remote control GUI (which use the same underlying executable, EGC30N.EXE). I have already tried and increasing the messaging timeout (Article ID: 3897) and still see the pop up.
Environment
Client Automation - All versions
Cause
Communication instability.
Resolution
Converting the communication between Scalability Server (SS) and Domain Manager (DM) to TCP for CAM, can potentially stabilize unstable UDP communication and eliminate the issue in situations where maintenance and configuration changes have already been tried and been unsuccessful in resolving the issue.
To do this, find CAM.CFG in "%CAI_MSQ%" on the SS machines (or generate one*) and adding a line like the below to the *PATHS section of the file:
<DM name or IP> protocol = tcp port = 4105
Once this is done, reboot the SS (or recycle CAF, CAM and CSAMPMUX) for the change to take effect. Recycling services on the DM side may not be needed here.
*To generate a new CAM.CFG, the safest way is to run the following commands:
[There will now be a file called 'SAVE.CFG' in "%CAI_MSQ%'. Open this with notepad and remove any existing items in the *PATHS and *ROUTING sections. Next add the line mentioned above and then save and close the file. Rename this file to CAM.CFG at this time]