CBR9110I   Collection-id mismatch for collection collection-name, collection-id from catalog entry is collection-id1, collection-id from DB2 row is collection-id2.

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 collection identifier in the catalog entry does not match the collection identifier from the DB2 collection name table row. The collection identifier from the ICF catalog entry is collection-id1 and the collection identifier from the row in the collection name table is collection-id2.

System action

OAM Storage Management Component processing continues.

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 collection identifier in the ICF catalog entry is the correct collection identifier, 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 collection identifier 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 collection identifier in the corresponding row in the collection name table:
       UPDATE OAMADMIN.CBR_COLLECTION_TBL
            SET ODCLID = collection-id1
            WHERE ODCLNAME = 'collection-name';
  • If the collection identifier in the collection name table is the correct collection identifier, 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