DSNU522I csect-name RECOVER CANNOT PROCEED FOR obj-type obj-qual.obj-name BECAUSE A NON-RECOVERABLE EVENT HAS BEEN ENCOUNTERED FROM SYSIBM.SYSCOPY WHICH HAS DBNAME=dbname TSNAME=tsname DSNUM=dsnum ICTYPE=ictype START_RBA=X'rba'
Explanation
Recovery was requested for an index, but activity on its table space (identified by the SYSIBM.SYSCOPY columns) prohibits recovery. The use of an index's full image copy by recovery is prohibited by a REORG or LOAD on its underlying table space.
System action
Utility processing is terminated. All objects in the RECOVER statement are left in the same state as before the RECOVER utility was invoked.
User response
Use the REBUILD INDEX utility to rebuild the index from the table space. For more information about the recoverability of this index, run the REPORT RECOVERY utility on both the index and its table space.
Severity
8 (error)