DSNU441I csect-name BROKEN PAGE FOUND DBNAME = dbname TSNAME = tsname DSNUM = dsnum PAGE = page ERRORCODE = error-code

Explanation

The COPY utility found a broken space map page.
dbname
The name of the database to which the table space belongs.
tsname
The table space containing the broken page.
dsnum
The partition or data set number of the table space containing the broken page.
page
The hexadecimal page number of the broken page.
error-code
The specific cause of the problem. Only some CSECT modules issue an error code. If the CSECT module does not issue an error code, the message that you receive will not list the ERRORCODE keyword and value.

System action

Utility execution continues.

User response

The data sets identified are in an indeterminate state. Use RECOVER, RECOVER PAGE, or the REPAIR utility to correct the broken page. If you suspect an error in Db2, you might need to report the problem. For information about identifying and reporting the problem, see Collecting diagnostic data.

Severity

8 (error)