How to resolve BMCLGC0097I and BMC35106E messages? |
The LGCUTIL batch jobs issue BMCLGC0097I message when: (a) the DBC system is not active Similarly, message BMC35106E is issued when accessing DOMPLEX OPTION SETS in Administration menu. BMCLGC0178I DBC GROUP & SSID DATASTORE (private registry or z/FS path) XCF GROUP LAST UPDATED When using non-default DBC DCPLEXT, the ZDBCssid statement must be coded in the CLIST and all batch jobs that access a DBC other than the default DBC. Add the following allocation to the product CLISTs (DOMCLIST, SPDCLIST, DOMC):ALLOC F(ZDBCssid) DUMMY REUSE And add a FREE statement at the bottom, where ssid is the DBC SSID:
FREE F(ZDBCssid) To determine the default DBC group, click here > Determining the default DBC group |