DSNU1319I csect-name - POINT-IN-TIME RECOVERY IS NOT ALLOWED BECAUSE TABLE SPACE database-name.tablespace-name CONTAINS A CLONE TABLE

Explanation

RECOVER was run to recover a table space with a clone table to a point in time before materialization of pending definition changes. Point-in-time recovery is not valid under these circumstances.

database-name.tablespace-name
The name of the database and table space.

System action

Utility processing is not initiated.

User response

Before running the RECOVER job, execute ALTER TABLE with DROP CLONE to drop the clone table.

Severity

8 (error)