Database Management for Db2 tools ssid0000 Compare job fails in COMPRT step with message RCM00011 ERROR OPENING DB2 LOADLIBS
search cancel

Database Management for Db2 tools ssid0000 Compare job fails in COMPRT step with message RCM00011 ERROR OPENING DB2 LOADLIBS

book

Article ID: 40241

calendar_today

Updated On:

Products

Database Management for DB2 for z/OS - Administration Suite Database Management for DB2 for z/OS - Performance Suite Database Management for DB2 for z/OS - Recovery Suite Database Management for DB2 for z/OS - SQL Performance Suite Database Management for DB2 for z/OS - Utilities Suite DATABASE MANAGEMENT SOLUTIONS FOR DB2 FOR Z/OS

Issue/Introduction

When executing the Database Management Solutions for Db2 for z/OS ssid0000 Post Install Compare job, receiving the following message
in the COMPRT step on a consistent basis:


CA-DB2 QUICK INSTALL DDL COMPARE DATE: 03/04/16
AUDIT/ERROR REPORT FOR VERSION RCMJ00 TIME: 05:57:01

INPUT FILE NUMBER OF STATEMENTS
---------- --------------------
DDLIN 000000017
TOTAL 000000017

RM00258I Automap process has been invoked: 19.0
RCM00011: DB2 connection error:
Error opening DB2 loadlibs for SSID.

RCM00055: The AUTOMAP phase has completed with errors. Please check
the MSGFILE DD for more information on the error.


In addition, attempt to execute the ssid0001 Create Post Install job and receiving:

CSV003I REQUESTED MODULE DSNTIAR NOT FOUND
CSV028I ABEND806-04 JOBNAME=ssid0001 STEPNAME=EXECRBP2
BPA072E JOB ssid0001 ABENDED. ABEND CODE S806 REASON CODE 0004
BPA072E PSW AT ABEND 070C1000 81574DB6
BPA072E DATA AT PSW: 01574DB0 - 8400181E 0A0D18FB 180C181D
BPA072E UNABLE TO DETERMINE ACTIVE LOAD MODULE. ABENDING MODULE MAY BE IN LPA
BPA999E TRYING TO LOCATE MODULE USING RETURN ADDRESS (R14)
BPA072E RETURN POINT IS IN MODULE BPLCONN AT OFFSET 000010D8

Review of the LOADLIBS section in hlq.CDBAPARM member SETUPxx shows correct Db2 SDSNEXIT and SDSNLOAD allocations.

Cause

Problem appears to be related to Allocate interfering with dynamic allocation of datasets from hlq.CDBAPARM member SETUPxx

Resolution

The following DD was added to the Post Install ssid0000 and ssid0001 jobs bypassing Allocate to resolve the error encountered:

//VDSBYPAS DD DUMMY

The above DD was added to:
ssid0000 - Steps COMPRT and DDLCOMP
ssid0001 - Steps EXECRBP1 and EXECRBP2