After connecting an agent to a ESP subsystem, received "Unable to locate Appl for manager message" in ESP auditlog.
Release : ALL Releases
Component : ESP WORKLOAD AUTOMATION
In agentparm.txt file, found in agent installation directory, the following parameter is defined by default (here the agent name is AGENTA):
communication.monitorobject_1=AGENTA/AGENTMON.0/MAIN
It is related to the agent's AGENT_MONITOR on ESP server: AGENTMON is the Application name for the AGENT montitor, and AGENTA is the Agent name.
For example:
APPL AGENTMON
AGENT_MONITOR AGENTA
AGENTA
STATINTV 30
MSGQLEN 99
ENDJOB
Whenever the agent is started or stopped, a CONTROL message with ACTIVE or INACTIVE will be sent to ESP, so that ESP is aware of the agent status without waiting for 30 minutes interval(STATINTV).
However, if you do NOT have the above defined: no AGENT_MONITOR, or using different Application name, or AGENT_MONITOR WOB name, then "Unable to locate Appl for manager message" will show in ESP Auditlog. It means ESP received the CONTROL message, but can't find the proper application to update the status for the AGENT_MONITOR.