We got following error messages in mainframe log. What could be the reason and solutions?
ESP6043E APPLMGR: Error in manager message format
ESP6051E APPLMGR: Msg 20210706 16462866+0400 WCA_MANAGER AGENT1 AGENT1/AGNTMON1.0/MAIN CONTROL ACTIVE
Release : 11.4 and 12.0
Component : CA ESP WORKLOAD AUTOMATION
The ESP6043E is related to following in agentparm.txt, AGENTMON1 is the APPL name and should be less or equal to 8 chars long:
communication.monitorobject_1= AGENT1/AGNTMON1.0/MAIN
To avoid this error, you can change it to a string with 8 chars like AGENTMN1 instead:
communication.monitorobject_1=AGENT1/AGNTMN1.0/MAIN