Got the below error doing anything with a new Database in PROD status, works fine in T001 status:
=>
1-ICSCMSGP03T - INTERR: MESSAGE LIBRARY ADRLIB CANNOT BE ACCESSED 1-DDOL0001
----------------------------------------------------------------------------------
DATACOM/DB STRUCTURE MAINTENANCE TXCF
ENABLE DATABASE D-DODID-B in STATUS PROD ENAB BAS (name) STAT (stat)
with PASSWORD using OVERRIDE PSWD (pswd) OVRD (ovrd)
It looks like ADRLIB cannot be accessed so in CICS please issue the following command CEMT I FI(ADR*) ...........the output from this command should show similar to the following:
Fil(ADRINT ) Bda Ope Ena Rea Exc Sha Dsn( IDLT.IPC14.IDMUF12.ADRTRC )
Fil(ADRLIB ) Bda Ope Ena Rea Upd Add Bro Exc Sha Dsn( IDLT.IPC14.IDMUF12.ADRLIB )
Fil(ADROUT ) Bda Ope Ena Rea Upd Add Bro Exc Sha Dsn( IDLT.IPC14.IDMUF12.ADROUT )
Fil(ADRPNL ) Bda Ope Ena Rea Upd Add Bro Exc Sha Dsn( IDLT.IPC14.IDMUF12.ADRPNL )
Make sure the files are OPEn and ENABLEd.
If you happen to get a 'NOT FOUND', then you are missing the FCT entries .
Ensure that File(ADRLIB) and other ADR files are Opened and Enabled.
Full error message received:
AABI ***** START OF DDO ERROR LOG ON 07/13/17 AT 10:07:16 *****
AABI 1-ICSCMSGP03T - INTERR: MESSAGE LIBRARY ADRLIB CANNOT BE ACCESSED 1-DDO
AABI SRVC=VLS FUNC=INIT RC=008 PGM=SC00MSGP14.0 -12D8
AABI CALPGM=SC00MSGP14.0 -1882 CURACT= ACTTYP= USER=E4X ERRID=
AABI SYS= ENTTYP= ENTNAM= ENTVER= ENTSTAT=
AABI LIB=ADRLIB MEM=$DDOMSGE
AABI ***** END OF DDO ERROR LOG ON 07/13/17 AT 10:07:16 *****