Start of change

DSNU1578I csect-name ERROR DURING LOG PROCESSING FOR ONE OR MORE INDEXES

Explanation

Errors were encountered during Db2 log processing for the RECOVER utility, and not all log records could be applied to indexes or index partitions in the list of objects.

csect-name
The name of the control section that issued the message.

System action

For the indexes or index partitions in error, the following actions occur:
  • Log processing is stopped.
  • REBUILD-pending (RBDP) status is set on the index partitions.
  • Page set REBUILD-pending (PSRBD) status is set on the nonpartitioned indexes.
SVC dumps with abend code ABEND04E might be issued by Db2 for errors when the log record could not be applied, because the contents of an index page is not as expected.

For indexes in the list without errors, log processing continues.

The utility ends with an error return code of 8.

System programmer response

Check the console SYSLOG for Db2 errors or 'resource unavailable' messages and for SVC dumps.

Check the utility job output for the following messages to find the affected indexes:

  • DSNU830I csect-name - INDEX= index-name IS IN REBUILD PENDING STATE
  • DSNU1577I csect-name - obj-type obj-qual.obj-name IS IN PAGE SET REBUILD PENDING RESTRICTED STATE

Issue the DISPLAY DATABASE command to check on the status of indexes in the list of objects processed by the utility.

Contact IBM® Support when an SVC dump with abend code ABEND04E was generated.

Severity

8 (error)

End of change