DSNU1512I csect-name RECOVERY OF A SINGLE PIECE OF obj-type obj-qual.obj-name IS NOT ALLOWED TO A DIFFERENT ROW FORMAT

Explanation

You attempted to recover a single piece of a multi-piece nonpartitioned table space to a point in time in which the rows are in a different format than the current format. For example, this error can occur when a table space is in reordered row format and you attempted to recover a piece of the table space to a point in time when the table space was in basic row format.

System action

The RECOVER utility terminates.

Programmer response

To recover the data, you can do one of the following actions:
  • Recover the entire table space rather than a single piece.
  • Recover the piece to a point-in-time when the table space is in the same row format.

Severity

8 (error)