Receive following abend when initialising IAS (Integrated Agent Services) on CA7 12.1 Started Task.
IEA705I ERROR DURING GETMAIN SYS CODE = 878-14 CA7 CA7 00
IEA705I 00FB8580 00AB8C58 00AB8C58 002F7400 C19C0000
IDI0002I Module CAIASDIV, CSECT CAIASDIV, offset X'408': Abend S878-X'14'
Added these 4 DD statements
CA7AGNT DD DISP=SHR,DSN=CA7R121.CA7AGNT
IASCKPT DD DISP=SHR,DSN=CA7R121.IASCKPT
IASAGENT DD DSN=CA7.WA.AGENT.JCLLIB(IASAGENT),DISP=SHR
IASCRYPT DD DSN=CA7.WA.AGENT.JCLLIB(IASCRYPT),DISP=SHR
Added XPDEF,AGENTJOB=YES to ONLINE deck
Release : 12.1
The sizing for the IASCKPT file was too big.
Will reduce the size of the IASCKPT file. Sample JCL to allocate this file is provided in the CAL2JCL data set as member IASCKPT. The size does depend on the number of agents that are defined and the number of jobs that are sent to these agents.
Also, recommend to add MEMLIMIT=NOLIMIT to the EXEC statement of UCC7:
CA7 EXEC PGM=UCC7,ACCT=(,BB94930),REGION=0M,TIME=1440,MEMLIMIT=NOLIMIT,
Then restart CA 7