Task CCILGR does not restart automatically after it is stopped.
The CCILGR/Assured Delivery component monitors conversations between CA Solutions that exist on local and remote host(s) defined to a CAICCI network. CCILGR stores sent and received data in a VSAM database (LOGGER file) that can be used to verify that data sent from a CA Solution to a specific recipient was successfully received. Some CA Solutions, such as ACF2/CPF, require that CCILGR/Assured Delivery be activated.
There are two methods that can be used to start CCILGR
Despite the fact that the default to the reorg parm is "N", it is recommended to specify "Y" so that the logger database file is reorganized whenever CCILGR is started using either of the above methods.
Sites requiring CCILGR choose to start it automatically through ENF and subsequently stop it on a scheduled basis to recover fragmentation in the LOGGER file that will occur through normal frequent usage. Once the scheduled shutdown is completed, ENF will restart CCILGR automatically. However, sites that use the ENF automatic startup have experienced problems if CCILGR is shutdown unexpectedly restarted manually with an MVS START command (eg. S CCILGR).
Although it is a legitimate method of starting the Logger, using an MVS START command to start CCILGR will cause an out of synch condition between the two components and thereby prevent ENF from maintaining control over the CCILGR address space. This will prevent ENF from automatically starting CCILGR following subsequent scheduled shutdowns.
To avoid/correct this problem you need to resynch the components. Rather than use an MVS START command, restart the ENF STC using console commands such as:
F ENF,LOGGER(20,12,12,Y) or CCI LOGGER(20,12,12,Y)