Testing CA Endevor V18.1 Sample application and getting INIT error
search cancel

Testing CA Endevor V18.1 Sample application and getting INIT error

book

Article ID: 197640

calendar_today

Updated On:

Products

Endevor

Issue/Introduction

BC1PINIT FAILURE, RC=0632.
BC1PSM10: F000 ABEND CODE=INIT NUMBER=0001
CA Endevor SCM Version: 18.1 Release: B1801C Increment: 18.1.00

Environment

Release : 18.0 18.1

Component : CA Endevor Software Change Manager

Resolution

Check the CONLIB data set specified in the CLIST and verify it is pointing to the correct CSIQLOAD library.

/*-------------------------------------------------------------------*/ 
/* ALLOCATE THE CONLIB DATASET.                                      */ 
/*-------------------------------------------------------------------*/ 
FREE FI(CONLIB)                                                         
ALLOC FI(CONLIB) DA('iprfx.iqual.V181.CONLIB') SHR   
 
Does CONLIB point to the correct data set name?
Is the data set named CONLIB or CSIQLOAD?
 
Correct the CONLIB allocation statement and retest.
 
If that does not resolve the issue, retain all logon error information and open a support case.