Endevor CONRPT job failing with +BC1PINIT FAILURE, RC=1688.
search cancel

Endevor CONRPT job failing with +BC1PINIT FAILURE, RC=1688.

book

Article ID: 140850

calendar_today

Updated On:

Products

Endevor

Issue/Introduction

Testing Endevor v18.1 reports and the job is failing with the following messages:

+BC1PINIT FAILURE, RC=1688.                 
+BC1PBR10: F000 ABEND CODE=INIT NUMBER=0001 
+CA Endevor SCM Version: 18.1 Release: B1801C Increment: 18.1.00 
 
+CCSR010E C1SSESTA U0001 at 0003BF4A LMOD BSTPMOPS CSECT BSTPMPGM
+CCSR067I COMPLETION CODE U0001 REASON CODE 00000000
 
IEA995I SYMPTOM DUMP OUTPUT  941                                              
  USER COMPLETION CODE=0001                                                   
 TIME=10.43.16  SEQ=04264  CPU=xxxx  ASID=xxxx                               
 PSW AT TIME OF ERROR  078D0000   8003BF4A  ILC 2  INTC 0D                    
   ACTIVE MODULE           ADDRESS=00000000_00038000  OFFSET=00003F4A         
   NAME=BSTPMOPS                                                              
   DATA AT PSW  0003BF44 - C2F21812  0A0D9803  B2B844D0                       
   GR 0: 00000000   1: 00000001                                               
      2: 00000001   3: C9D5C9E3                                               
      4: 0011E0E8   5: 0003BC58                                               
      6: 00000100   7: 00107960                                               
      8: 8003BE68   9: 00105C48                                               
      A: 00006EE0   B: 0003D168                                               
      C: 0003BC58   D: 00107B68                                               
      E: 8003BF24   F: 00000000                                               
 END OF SYMPTOM DUMP                                                          
+ABEND U0001 OCCURRED IN PROGRAM BC1PBR10                                     
+CALL FROM $FUNC=CALLTHRU EPA=0008B2E8 R1=00107950 R14=8008B4A8 STACK=001078F8
+CALL FROM $FUNC=BC1PBR10 EPA=0008B110 R1=00106658 R14=8008B19A STACK=001065F8
+CALL FROM PROGM=BC1PBR10 ASM DT=09/05/19 VERS=0003 EPA=8008B000 RET=8008B104 

Environment

Release : 18.0  18.1

Component : CA Endevor Software Change Manager

Resolution

The CONLIB DD statement pointing to the wrong library:   

//STEPLIB  DD DISP=SHR,DSN=XSPF01.ENDEVOR.TEST.CSIQAUTU 
//         DD DISP=SHR,DSN=XSPF01.ENDEVOR.TEST.CSIQAUTH          
//CONLIB   DD DISP=SHR,DSN=XSPF01.ENDEVOR.TEST.CSIQAUTH  


Need to change CONLIB DD statement to point to CSIQLOAD:        

//STEPLIB  DD DISP=SHR,DSN=XSPF01.ENDEVOR.TEST.CSIQAUTU  
//         DD DISP=SHR,DSN=XSPF01.ENDEVOR.TEST.CSIQAUTH          
//CONLIB   DD DISP=SHR,DSN=XSPF01.ENDEVOR.TEST.CSIQLOAD