DSNU1317I csect-name - POINT-IN-TIME RECOVERY IS NOT ALLOWED WHEN PENDING DEFINITION CHANGES EXIST ON TABLESPACE tablespace-name

Explanation

Point-in-time recovery was attempted on the specified table space, which has pending definition changes. The pending definition changes must be materialized before point-in-time recovery can run.

tablespace-name
The name of the table space.

System action

Utility processing is not initiated.

User response

Before running the RECOVER job, take one of the following actions:

  • Execute ALTER TABLESPACE with DROP PENDING CHANGES to drop the pending definition changes on the table space.
  • Run REORG TABLESPACE with SHRLEVEL REFERENCE or SHRLEVEL CHANGE to materialize the pending definition changes on the table space.

Severity

8 (error)