CA Scheduler is trying to contact anode, but CAICCI has returned an error.
Release:
Component: SCHDMS
Use the following steps to try to resolve the problem.
Look for a line that reads:
#nodename SUBMITC Server REMOTE ACTIVE 18
If not present, then CAICCI on z/OS is not aware of the CAICCI applications available on the target node. Try recycling CAICCI on the target node (CCICNTRL STOP RMT followed by CCICNTRL START RMT).
If the problem is still not resolved, turn on a CA-Scheduler trace and contact CA-Scheduler support.
To turn on the CA-Scheduler trace, run the following job step:
// EXEC CAJUTIL0
//SYSIN DD *
CAISUPT SET=30
//
To turn off the CA-Scheduler trace, run the following job step:
// EXEC CAJUTIL0
//SYSIN DD *
CAISUPT RESET=30
//
Make sure your CA-Scheduler started task has a CAIJSNAP DD SYSOUT=* statement.