DSNU1528I obj-type obj-qual.obj-name dsnum n CANNOT USE THE SYSTEM-LEVEL BACKUP WITH DATE = yyyymmdd, TIME = hhmmss AND TOKEN = X byte-string AS A RECOVERY BASE

Explanation

This message is issued by the RECOVER utility for a point-in-time recovery when a system-level backup was chosen as the recovery base for an object. However, it cannot be used for the restore because one of the following utilities was executed on the object after the creation of the system-level backup:
  • REORG TABLESPACE
  • REORG INDEX
  • REBUILD INDEX
  • LOAD REPLACE
  • RECOVER (from an image copy)

This restriction exists because the underlying data sets for the object might have been moved to different DASD volumes during the execution of these utilities. DFSMShsm requires that the data sets for an object must remain on the same DASD volume(s) to be correctly restored from the system-level backup.

System action

If OPTIONS EVENT(ITEMERROR,SKIP) was specified, the recovery of this object will be skipped and the recovery of the other objects in the list will continue. Otherwise, the RECOVER utility will terminate.

System programmer response

Refer to the Db2 Utilities Guide and Reference for a discussion of RECOVER utility constraints.

Severity

8 (error)