DSNU1159I csect-name - THE POINT-IN-TIME RECOVERY PROCESS WAS NOT COMPLETED ON TABLESPACE tablespace-name

Explanation

The specified base table space and the associated LOB table space were reorganized to materialize pending definition changes. After that REORG job was run, a RECOVER job was run to recover the data to a point in time before the REORG job ran. A subsequent REORG job must be run on the base table space and the LOB table space to complete the point-in-time recovery process. However, the REORG statement was executed on the base table space first, so the LOB table space could not be reorganized.

tablespace-name
The name of the table space.

System action

Utility processing is not initiated.

User response

Run REORG on the LOB table space first, and then run REORG on the base table space to complete the point-in-time recovery process.

Severity

8 (error)