Release : Any
Component : CA ESP WORKLOAD AUTOMATION, CA WORKLOAD AUTOMATION DE (dSeries)
OS: Solaris, AIX, Linux
If a job shows any of these states 'Agent notified / Transmitter Busy' on the scheduler, then please do the following:
1. Check to make sure the manager port is accessible from Agent machine.
Windows: Run following command in Powershell
Test-NetConnection -ComputerName <manager_host> -Port <manager_port>
Test-NetConnection -ComputerName esp.example.com -Port 7005
Linux/UNIX
cat </dev/tcp/<manager_host>/<port>
cat </dev/tcp/deserver.example.com/7507
If port is accessible the command will just show a blank line.
2. (Optional) Add a message queue
Note: The msgqueue file must be created in a directory which is accessible to agent and file should not be deleted. Do not create this file in /tmp directory.