After applying IDEAL 15.1 maintenance getting error message:
ICSCMSGP05T – INTERR: MESSAGE DOES NOT EXIST 1-IDADPSEP10
Release : 15.1
The missing message IDADPSEP10 is an old message from Ideal 14.0, see Article 30405.
The message should already be there in 15.1 and should not be affected by any Ideal 15.1 maintenance.
Perhaps it was never there and the problem that issues the IDADPSEP10 has not occurred before.
Run the job below to restore the current Ideal 15.1 ADRLIB members which includes all current messages.
//RESTORE EXEC PGM=VLSUTIL
//STEPLIB DD DSN=hlq.CAVQLOAD,DISP=SHR
//VLSFILE DD DSN=hlq.ADRLIB,DISP=SHR
//VLSBKUP DD DSN=hlq.CAILDATV(IL151LIB),DISP=SHR
//SYSPRINT DD SYSOUT=*
//AUXPRINT DD SYSOUT=*
//SYSIN DD *
RESTORE NOCLEAR(R)
LIBRARY
/*