ICPSINIT99 PSS1 RF=8 R0=1.
search cancel

ICPSINIT99 PSS1 RF=8 R0=1.

book

Article ID: 24134

calendar_today

Updated On:

Products

Ideal IPC

Issue/Introduction

At CICS startup, the following messages are issued:

ICPSPLTI01I - TASK NETT SUCCESSFULLY STARTED
.
ICPSINIT99E - ERROR DETECTED AT PSS INITIALIZATION  PSS1 RF=8 R0=0
DFHAP0001 applid AN ABEND (CODE 0C1/AKEA) HAS OCCURRED AT OFFSET X'FFFFFFFF' IN MODULE VPEHJN69.

Module name in DFHAP0001 message changes based on CICS release.

Environment

IDEAL all versions

IPC all versions

Cause

This error message is the result of the inability to access ADRPNL and/or ADROUT. It's most likely caused by a missing FCT entry but occurs also when some other PLT task is holding any of these two files.

Resolution

To verify that there is an FCT entry for ADRPNL and ADROUT, in CICS, issue the command CEMT I FILE(ADR*). This will display all the VLS libraries starting with ADR. Make sure that ADRPNL and ADROUT is listed, along with all of the VLS files. Make sure they are all OPEN and ENABLEDd.

The following depicts the result of the command CEMT I FI(ADR*):

  I FI(ADR*)                                                
  STATUS:  RESULTS - OVERTYPE TO MODIFY                      
   Fil(ADRINT  ) Bda Ope Ena Rea                 Exc Sha   
          Dsn( hlq.ADRTRC                          )
   Fil(ADRLIB  ) Bda Ope Ena Rea Upd Add Bro     Exc Sha   
          Dsn( hlq.ADRLIB                         )
   Fil(ADROUT  ) Bda Ope Ena Rea Upd Add Bro     Exc Sha   
          Dsn( hlq.ADROUT                          )
   Fil(ADRPNL  ) Bda Ope Ena Rea Upd Add Bro     Exc Sha   
          Dsn( hlq.ADRPNL                         )
                                                             

If the problem is another PLT task holding ADRPNL and/or ADROUT, delay, if possible, the execution of this task, moving it below the PLT list.