DSNU525I csect-name RECOVERY DATA DOES NOT PERMIT DSNUM(ALL) RECOVERY OF obj-type obj-qual.obj-name

Explanation

Recovery was requested for an entire object. However, the object is not recoverable at that level for one of the following reasons:
  • The object was recovered to a point in time (for example, TOLOGPOINT was specified), which required fall back processing. However, no subsequent image copy was taken to establish a base for recovery.
  • A partition of the object was recovered to a point in time after the last full image copy of the object was taken.

    Start of changeRecovery to the current state at the table space level is not allowed after one or more empty partitions are dropped during REORG TABLESPACE on a partition-by-growth table space. Until a full image copy at the table space level has been performed, partition-level recoveries (DSNUM integer) need to be done instead.End of change

System action

The RECOVER utility completes unsuccessfully with return code 8.

User response

Submit the RECOVER job with DSNUM specified for each data set for which recovery is required.

Severity

8 (error)