PATROL Agent fails to connect to TrueSight Integration Service
PATROL Agent fails to connect to the Integration Service and displays the following error message in the .errs logs file:
Probable causes: Following are some of the probable reasons causing this error:
If the Integration Service variable definition has an incorrect additional space. For example, in the following definition, there is an additional space between tcp: and clm that may cause an error:
"/AgentSetup/integration/integrationServices"={ REPLACE = "tcp: testPA.bmc.com:3183" },
- Network issues
- Security issues. For example, if the PATROL Agent and Integration Service are running at different security levels.
Resolution: As a workaround, do the following:
- Restart the Integration Service server.
Verify the /AgentSetup/integration/publishHostName configuration variable and ensure that two or more PATROL Agents with the same name are not connected to the Integration Service.
- Verify the connectivity between the PATROL Agent and Integration Service server using Ping and Telnet.
- Verify the availability of the ports used for the PATROL Agent and Integration Service communication using the netstat utility.
- Verify if the network is disconnected.
- Go to the patrol.d directory, and ensure that the proxy.plc and agent.plc files have read permissions.
- Ensure that PATROL Agent and Integration Service are running at the same security level.
- Restart the PATROL Agent.
- If none of the above steps resolve the problem, try connecting the PATROL Agent to a different Integration Service.
- If the problem persists, do the following to enable the debugging. Collect the debug information and contact BMC Support:
- Go to the pw/pronto/conf/ directory.
Using a text editor, edit the pronet.conf file, and set the following parameters:
#To enable Integration Service debugging
pronet.apps.logging.debug=1
#To enable dll debugging
pronet.apps.is.dll.debug.enable=true
#To enable the debug dialogue
pronet.apps.is.dll.diag.enable=true- Save the pronet.conf file.
- Restart the Integration Service.
Gather the debug files present in the pw/pronto/log and pw/patrol/pis/logs directory and provide the details to the BMC Support team for further analysis. For more information, see How to collect PATROL Agent Diagnostic logs?.