Start of change

DSNU1577I csect-name - obj-type obj-qual.obj-name IS IN PAGE SET REBUILD PENDING RESTRICTED STATE

Explanation

This message is issued by each utility that operates on a nonpartitioned (NPI) index and detects page set REBUILD-pending (PSRBD) status on the NPI at completion.

If the RECOVER utility issued this message, not all log records could be applied during log processing. The nonpartitioned index was placed in PSRBD status.

csect-name
The name of the control section that issued the message.
object-type
The type of object.
obj-qual.obj-name
The name of the object, as a qualified name.

System action

Processing continues.

System programmer response

If the RECOVER utility issued this message, use the REBUILD INDEX utility to rebuild the index.

If the REBUILD INDEX utility, LOAD utility with SHRLEVEL NONE, or REORG TABLESPACE utility issued this message, either duplicate index entries existed during the BUILD or SORTBLD phase, or invalid KEY/RIDs were detected. Resolve the duplicate index entries or invalid KEY/RID entries; then run REBUILD INDEX to rebuild the index and remove the PSRBD status.

Severity

4 (warning)

End of change