CBR9115I   Storage group name length mismatch for collection collection-name, storage group name length from catalog entry is sgname-length1, storage group name length from DB2 row is sgname-length2.

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 length of the storage group name in the ICF catalog entry for the specified collection does not match the length of the storage group name from the DB2 collection name table row. The length of the storage group name from the ICF catalog entry is sgname-length1 and the length of the storage group name from the row in the collection name table is sgname-length2.

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