We are getting the following message when trying to access DDOL in our CICS regions:
ICSCINIT05E - THE "ACQUIRE PANEL SET" FAILED FOR 0004
In the CICS log there is a INI5 abend:
IDI0002I Module VPEHJN72, CSECT ICVJDBTC, offset X'E4': CICS abend INI5
Release : 15.1
Component : Datacom/DB
The ICSCINIT05E error means:
PMS failed during an APS (acquire panel set) request, which was to get a SCF-based product signon or signoff panel from the VLS library. The return code displays in the message text.
The return code 04 means:
APS (Acquire Panel Set)
04 Main panel not found
So the ICSCINIT05E error with rc=04 indicates that the DDOL signon panel is missing from ADRPNL library.
The panels are added by INSTJCL job BDNEW02 for a new install or job BDUPG09 for an upgrade install.
To restore the missing 15.1 signon panels into ADRPNL, run Datacom INSTJCL job BDUPG09.