DSNU1545I csect-name RECOVER WITH BACKOUT YES CANNOT PROCEED. THE RECOVERY POINT IS OLDER THAN THE EARLIEST CHECKPOINT IN THE BSDS.

Explanation

The recovery point that is identified by TOLOGPOINT or TORBA is not contained within the most recent Db2 system checkpoints that are recorded in the BSDS for each member. RECOVER with the BACKOUT YES option cannot proceed, because the checkpoint RBA that is before the recovery point for each member is required for backout processing.

csect-name
The name of the control section that issued the message.

System action

The RECOVER utility ends with return code 8 and does not process any of the objects. The objects are left in the state that they were in before the RECOVER operation.

System programmer response

Remove the BACKOUT YES option and resubmit the RECOVER job. This revised job recovers the objects to the same point in time. However, the data is recovered by using a recovery base and applying the logs rather than using backout processing.

Recommendation: Use the output from the REPORT utility with the RECOVERY option for all of the objects to ensure that a valid recovery base exists before you run RECOVER.

Severity

8 (error)