DSNU559I csect-name - obj-type obj-qual.obj-name PARTITION partition-number IS IN RECOVER PENDING STATE

Explanation

If the REBUILD utility issued this message, one partition of a partitioned table space is being rebuilt to a point in time with keyword TOCOPY, TOLOGPOINT, or TORBA. The corresponding index for that partition was placed in rebuild pending status.

If the REBUILD INDEX utility issued this message, the index or the partition of a cluster index is in rebuild pending status. Either duplicate index entries existed during the BUILD phase of the REBUILD INDEX or INDEX PART, or invalid KEY/RIDs, which do not belong to the partition of the cluster index, were detected. The duplicate index entries or invalid KEY/RID entries must be resolved before starting the REBUILD INDEX utility again to rebuild the index and remove the index from rebuild pending status.

If the REORG utility with SHRLEVEL REFERENCE or CHANGE (or -TERM UTILITY) issued this message, one partition of a partitioned index was placed in rebuild pending status. During the renaming of a data set during REORG, either a data set with the source name did not yet exist or a data set with the target name already existed.

User response

If the REBUILD or REORG utility (or -TERM UTILITY) issued the message, rebuild this index with the REBUILD INDEX utility.

If the REBUILD INDEX utility issued this message, take one of the following actions:
  • Resolve duplicate index entries or invalid keys and rerun the REBUILD INDEX utility.
  • Use the REPAIR SET NORCVRPEND utility or START DATABASE FORCE command to reset the rebuild pending status. However, these two options will not correct the index.

Severity

4 (warning) or 8 (error)