ICPSINIT99E - ERROR DETECTED AT PSS INITIALIZATION PSS1 RF=4 R0=0   
search cancel

 ICPSINIT99E - ERROR DETECTED AT PSS INITIALIZATION PSS1 RF=4 R0=0   

book

Article ID: 269222

calendar_today

Updated On:

Products

IPC Datacom

Issue/Introduction

After CICS upgrade ( from CICS TS 5.3 to 5.6 ) , CICS startup shows error message :

ICPSINIT99E - ERROR DETECTED AT PSS INITIALIZATION PSS1 RF=4 R0=0
DFHAP0001 CICSPRO1 An abend (code 0C1/AKEA) has occurred at offset X'FFFFFFFF' in module VPEHJN73in module VPEHJN73.

When reviewing the KB I found the document Article ID: 24134 but it didn't help to solve the problem

Environment

Release : 15.1

Cause

According the PSS1 abend documentation, VLS errors were encountered while initializing the PSS spool library or the panel library. In this particular case, the customer realized that the ADROUT file had problems since the PGM=VLSUTIL ends with an error.

Resolution

Customer created a new ADROUT file and initialized it and waited until CICS was restarted to show that this worked.

Additional Information

With each CICS upgrade you must assemble/link the CICS FCT with the new CICS libraries.

If more information is needed, run the following below and open a case with Datacom support for further assistance

  • Run VLSUTIL LIBRARY on ADRPNL and ADROUT . Go to the bottom of the report and make sure that you see  LIBRARY BLOCK SIZE:  4,000
  • Send the ADRLOG
  • Print screen from running IPCV SET OUT SITE OPTIONS
  • Print screen from CEMT I FILE(ADRPNL) and CEMT I FILE(ADROUT) 

Check that the CICS FCT entries are in place:

         DFHFCT TYPE=DATASET,                                          X        
               DATASET=ADRPNL,                                         X        
               ACCMETH=BDAM,                                           X        
               RELTYPE=HEX,                                            X        
               LRECL=4000,                                             X        
               BLKSIZE=4000,                                           X        
               RECFORM=(FIXED,UNBLOCKED),                              X        
               SERVREQ=(ADD,BROWSE,READ,UPDATE),                       X        
               FILSTAT=(ENABLED,OPENED)                                         
*------------------------------------------------------------*                  
*              PRINT SUB-SYSTEM (PSS)                        *                  
*           "OUTPUT SPOOL" LIBRARY - ADROUT                  *                  
*------------------------------------------------------------*                  
         DFHFCT TYPE=DATASET,                                          X        
               DATASET=ADROUT,                                         X        
               ACCMETH=BDAM,                                           X        
               RELTYPE=HEX,                                            X        
               LRECL=4000,                                             X        
               BLKSIZE=4000,                                           X        
               RECFORM=(FIXED,UNBLOCKED),                              X        
               SERVREQ=(ADD,BROWSE,READ,UPDATE),                       X        
               FILSTAT=(ENABLED,OPENED)