DB01801E Error running CA Datacom/AD job AXNEW01
search cancel

DB01801E Error running CA Datacom/AD job AXNEW01

book

Article ID: 217176

calendar_today

Updated On:

Products

Datacom/AD Datacom Datacom/DB

Issue/Introduction

I am trying to init a new DB for CA7.  The AXNEW01 job abends in the CXXINIT step with these errors:

DB01801E - INTERFACE ERROR - 44
DB00502E - REQUEST ERROR - RETURN CODE 83 (080)
DB10045E - ABNORMAL TERMINATION DUE TO ERROR(S)

Environment

Release : 15.0

Release : 15.1

Component : CA Datacom/AD

Component : CA Datacom/DB

Cause

The DBPCCPR module has not been loaded into memory on the LPAR where the job ran

Resolution

Interface error code 44 indicates that the CA Datacom PC module DBPCCPR has not been loaded into memory on the LPAR where the failing job was trying to run. To resolve this error, install the DBPCCPR module using CAIRIM, either with the CA Datacom/AD INSTJCL(AXRIM01) job, or through the CAS9/CAIRIM process, using these control statements in CARIMPRM (change the highlighted value below to the loadlib where the Version 15.x DBPCCPR module will be found):

PRODUCT(CA DATACOM) VERSION(BD15) INIT(DBCR5PR)  -
LOADLIB(CAI.THLQ.CAAXLOAD)                       -
PARM(PC=PROD,PCC=DBPCCPR)                        

If you believe the module has been loaded, run this JCL on the LPAR to display the system information, and contact CA Datacom support:

//*
//* - - - - - -C- - - - - - - - - - - - - - - - - - - - - - - - - - -7-
//*
//DBUTLTY  EXEC PGM=DBUTLTY,REGION=6M,PARM='/PGMDT=20010101'
//STEPLIB  DD  DISP=SHR,DSN=CAI.CHLQ.CUSLIB     <<<-- Change this
//         DD  DISP=SHR,DSN=CAI.THLQ.CAAXLOAD   <<<-- Change this
//SYSPRINT DD  SYSOUT=*
//SYSOUT   DD  SYSOUT=*
//SNAPER   DD  SYSOUT=*
//SYSUDUMP DD  SYSOUT=*
//SYSIN    DD  *
 REPORT MEMORY=MVS
/*

Additional Information

As always, please contact Broadcom support for CA Datacom if you have further questions.