OBI000I: xxxx0550 job is failing while upgrading to R20
search cancel

OBI000I: xxxx0550 job is failing while upgrading to R20

book

Article ID: 203733

calendar_today

Updated On:

Products

Bind Analyzer for DB2 for z/OS SQL-Ease for DB2 for z/OS SYSVIEW Performance Management Option for DB2 for z/OS Plan Analyzer for DB2 for z/OS Subsystem Analyzer for DB2 for z/OS Database Management for DB2 for z/OS - Performance Suite Database Management for DB2 for z/OS - SQL Performance Suite Insight Performance Monitor for DB2 UDB for z/OS

Issue/Introduction

Getting below error while executing job xxxx0550.

OBI000I DB2 Subsystem = DSN  Plan = IDB2OBI     
OBI008E CAF Connect failed 12(0000000C)         
OBI000I SYSIBM.SYSTABLES rows extracted = 0     
OBI000I SYSIBM.SYSINDEXES rows extracted = 0    
OBI000I SYSIBM.SYSTABLESPACE rows extracted = 0 
OBI001E Program did not complete normally       

 

Have verified bind for IDB2OBI is done successfully.

 

Environment

Release : 20.0

Component : CA SYSVIEW Performance Management Option for DB2 for z/OS

Resolution

It is noted this is a JES3 system which may be the issue .

Amend the JES3 IDOBLOAD Step as below

//IDOBLOAD EXEC PGM=IDB2OBI,REGION=0M
//CEEOPTS DD *
ENVAR('_CEE_ENVFILE=DD:STDENV')
/*
//STDENV DD *
UPPER=NO PLAN=IDBOR200 SSID=DB2I
/*

....