Symptoms:
A batch SVCOMPR EOJ is executed to shut down a Datacom Server region but the batch job fails because of the following CCI errors:
DSV00061E-Communications utility received CCI failure in function:CCIINIT
DSV00061E-RC = 8, DRC = 38
DSV00061E-Errortext = INIT ID ALREADY ACTIVE IN CCI
Cause:
This problem usually occurs when several SVCOMPR jobs are executed concurrently and two SVCOMPR jobs could use the same CCI ID.
Workaround:
If the Datacom Server region is running with PROTOCOL=BOTH, TCP/IP can be used by SVCOMPR to communicate to the Datacom Server address space. HOSTNAME and PORT parameters must be added to the utility SYSIN. See RI66876 for additional details. If running Datacom Server 14.0, PTF RO69384 must be applied. No PTF required for Datacom Server 15.0.
SVCOMPR SYSIN in case of EOJ:
//SYSIN DD *
APPLID=applid
HOSTNAME=hostname
PORT=pppp
EOJ
/*
An alternative way of shutting down the region could be issuing a EOJ console command.