DSNU528I NO FULL IMAGE COPY WAS AVAILABLE AND THERE ARE NO UPDATES TO APPLY FROM THE DB2 LOG FOR TABLESPACE tablespace-name DSNUM dsnum

Explanation

Recovery was requested for a table space or a data set of a table space and no image copy or system-level backup was available. Recovery was attempted from the log, but no log records were applied because no SYSLGRNX records that correspond to the recovery scope were found.

tablespace-name
The name of the table space for which recovery was requested.
dsnum
Identifies the partition or data set that is to be recovered. If dsnum is 0, recovery was requested for the entire table space.

System action

The associated data set was reset to an empty state, and the data set was placed in RECOVER-pending status.

If RECOVER was processing a list of table spaces, only the associated data set was reset to an empty state. However, all data sets in the list were placed in RECOVER-pending status.

System programmer response

Use the information in the problem determination section to determine whether a user error occurred. Correct the error and resubmit the RECOVER utility for the table space.

User response

If the TORBA or TOLOGPOINT option was specified, use the information in the problem determination section to verify that the value is a valid RBA or LRSN. Correct the error and resubmit the RECOVER utility for the table space.

Problem determination

Run the REPORT RECOVERY utility for the table space at the appropriate table space or data set level (DSNUM). The output shows the recovery points (SYSCOPY records) and the update log ranges (SYSLGRNX records) that exist for the table space.

If you take system-level backups with the BACKUP SYSTEM utility, run the Print Log Map (DSNJU004) utility to print the system-level backup information. If you use data sharing, ensure that the system-level backup information from all members is gathered. Locate the system-level backup information in the DSNJU004 output and compare it with the output from the REPORT RECOVERY utility output.

Severity

8 (error)