DB01801E Error running Datacom/AD job AXNEW01
search cancel

DB01801E Error running Datacom/AD job AXNEW01

book

Article ID: 217176

calendar_today

Updated On:

Products

Datacom Datacom/DB Datacom/AD

Issue/Introduction

When creating a new Datacom/AD MUF, the AXNEW01 job fails with these errors:

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

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 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 Datacom/AD INSTJCL(AXRIM01) job or your 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 where the job failed to display the system information, and contact 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 Datacom if you have further questions.