DSNU675I csect-name - mismatched-information-type FOR DBID=X'dbid' PSID=X'psid' IN THE DB2 CATALOG IS catalog-value, BUT IN THE PAGE SET IS pageset-value.

Explanation

The REPAIR utility with the CATALOG option detected that information in the catalog table is different from the data in the page set.

This problem might occur after copying data by using DSN1COPY or after using redirected recovery (RECOVER with the FROM option).

csect-name
The name of the control section that issued the message.
mismatched-information-type
The type of information that did not match. mismatched-information-type can have one of the following values:
LOW VERSION
The oldest version number for the table space.
HIGH VERSION
The current version number for the table space.
PBG HASHVALUE
The hash value for a partition-by-growth table space.
PBR HASHVALUE
The hash value for a partition-by-range table space.
SEGMENT SIZE
The table space segment size.
PAGE SIZE
The size of the data page.
Start of changeVERSIONS WRAPPEDEnd of change
Start of changeThe version value in the catalog and page set exceeded 255. The version number was recycled.End of change
Start of changeCATALOG VERSION WRAPPEDEnd of change
Start of changeThe version value in the catalog exceeded 255. The version number was recycled.End of change
Start of changePAGE SET WRAPPEDEnd of change
Start of changeThe version value in the page set exceeded 255. The version number was recycled.End of change
dbid
The database identifier (DBID) for the database in which mismatched information was detected.
psid
The page set identifier (PSID) for the page set for which mismatched information was detected.
catalog-value
The integer value in the catalog for mismatched-information-type.
page-set-value
The integer value from the page set for mismatched-information-type.

System action

Start of changeDepending on the type of mismatch, whether the TEST keyword is specified, and whether the page set was copied using DSN1COPY, REPAIR ends with return code 0, 4, or 8. Messages DSNU667I, DSNU690I, or DSNU695I are displayed to provide more information.End of change

User response

Examine messages DSNU667I, DSNU690I, or DSNU695I to learn more about the mismatch.

If the utility completion code is 8, find the DSN1COPY or redirected recovery job that might have caused this error. Ensure that the correct object name is specified, and that the target and the source have the same segment size and page size. If you make any changes, rerun DSN1COPY or redirected recovery.

If the utility completion code is 4, rerun the REPAIR utility without the TEST keyword to fix the catalog.