Why ssid0002 Bind job is failing with ISPF103 Imbed file F2CFGPKG does not exist INSBNDJS record-16 error message
search cancel

Why ssid0002 Bind job is failing with ISPF103 Imbed file F2CFGPKG does not exist INSBNDJS record-16 error message

book

Article ID: 118489

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

Database Management Solutions Post Install ssid0002 Bind Job is failing with "ISPF103; Imbed file 'F2CFGPKG' does not exist, INSBNDJS record-16" 
error message, how to fix this error message: 
 
**** ERROR in bind command tailoring
zerrmsg= ISPF103
zerrsm= No imbed file
zerrlm= Imbed file 'F2CFGPKG' does not exist, INSBNDJS record-16
zerrhm=
zerralrm= YES
 
F2CFGPKG is a skeleton member for FMID CEU9J00 Chorus DBA Services but this FMID was not installed in the SMP/E CSI.

In the hlq.CDBALOAD Library in BIND ssid0002 JCL there were the following modules:

FLCFG
FLCMM
FLCOM
FLCOMMGR
FLCOMSER
FLCOMSHR

This modules were for FMID CEU9J00 Chorus DBA Services, since FMID CEU9J00 was not installed
they should not be in the Library.

The above modules were from a prior release and the current hlq.CDBALOAD Library
used by the BIND ssid0002 Job was not completely refreshed as expected during a copy process.

In the SMP/E CDBALOAD Target Loadlib for Release r19 these modules did not exist so this Target
Loadlib was copied to an empty hlq.CDBALOAD Library in BIND ssid0002 JCL and then the Job worked fine.

Environment

Release:
Component: INS

Resolution

In the R190.CDBALOAD Library in BIND ssid0002 JCL there were the following modules:
FLCFG
FLCMM
FLCOM
FLCOMMGR
FLCOMSER
FLCOMSHR
 
These modules were for FMID CEU9J00 CA Chorus DBA Services, since FMID CEU9J00 was not installed they should not be in the Library. The above modules were from a prior release, the current R190.CDBALOAD Library used by the BIND ssid0002 Job was not completely refreshed as expected during a copy process. In the SMP/E CDBALOAD Target Loadlib for Release 19.0 these modules did not exist so this Target Loadlib was copied to an empty R190.CDBALOAD Library in BIND ssid0002 JCL and then the Job worked fine.