CBR9114I   Management class name mismatch for collection collection-name, management class name from catalog entry is mcname1, management class name from DB2 row is mcname2.

Explanation

OAM has detected a discrepancy between the information in the ICF catalog entry for a collection and the information in the row from the DB2® collection name table for the collection. The collection for which a discrepancy has been detected is collection-name. In this case, the management class name in the ICF catalog entry for the specified collection does not match the management class name from the DB2 collection name table row. The management class name from the ICF catalog entry is mcname1 and the management class name from the row in the collection name table is mcname2.

System action

OAM Storage Management Component (OSMC) processing continues. However, objects belonging to this collection will not be processed by OSMC because of the discrepancy between the information in the collection entry in the ICF catalog and information from the row in the collection name table for the collection.

Operator response

Notify system programmer.

System programmer response

Investigate the reason for the discrepancy between the ICF catalog entry for the specified collection and the information in the collection name table for the specified collection. Correct the discrepancy by performing one of the following actions.
  • If the management class name in the ICF catalog entry is the correct management class name, then update the row in the collection name table for the specified collection by entering an SQL UPDATE statement using SPUFI under DB2 Interactive (DB2I). Set the management class name in the row in the collection name table to the same value that is in the ICF catalog entry for the collection. The following sample SQL UPDATE statement can be used to update the management class name in the corresponding row in the collection name table:
       UPDATE OAMADMIN.CBR_COLLECTION_TBL
            SET ODCLMCNM = 'mcname1'
            WHERE ODCLNAME = 'collection-name';
  • If the management class name in the collection name table is the correct management class name, then issue the following command for the specified collection:
       DEFINE NONVSAM (NAME(collection-name)
         COLLECTION RECATALOG)
    This will cause the collection entry in the ICF catalog to be re-defined. The next time that OAM processes this collection the ICF catalog entry for the collection will be updated with information from the row in the collection name table.

Source

Object Access Method (OAM)

Routing Code

2

Descriptor Code

4