DSNU1504I csect-name RECOVERY OF NOT LOGGED obj-type obj-qual.obj-name CANNOT PROCEED BECAUSE THE TOLOGPOINT OR TOLOGRBA SPECIFIED IS NOT A RECOVERABLE POINT

Explanation

The object has the NOT LOGGED logging attribute. For not logged objects, the recovery point must match a recoverable point. A recoverable point is established when one of the following circumstances are true:
  • When a table space is altered from LOGGED to NOT LOGGED, which alters all of the index spaces for indexes on all of the tables in the table space
  • When an image copy is taken against a not logged table space or a not logged index space

System action

Utility processing halts for this object. The utility job completes with a return code of 8. If the utility job step includes an OPTIONS control statement with the EVENT(ITEMERROR,SKIP) option, the utility will process the next item in the list.

User response

Resubmit the RECOVER job with TOLASTCOPY or TOLOGPOINT that matches a recoverable point.

Severity

8 (error)