DSNU1129I csect-name - PARTITION RANGE NOT CONTIGUOUS FOR REBALANCE

Explanation

The partition range that was specified on a REORG REBALANCE does not represent a set of contiguous logical partitions. Due to a series of ALTER TABLE ADD PART and ALTER TABLE ROTATE PART statements, the physical partition numbers do not match the logical partition numbers.

The physical partition numbers that were specified as the REORG partition range do not represent a contiguous set of logical partitions. For example, physical partitions 1 and 2 might represent logical partitions 2 and 4.

System action

The REORG terminates with return code 8.

User response

Use the DISPLAY DATABASE command to identify a range of physical partition numbers that represent a contiguous set of logical partitions, and resubmit the REORG REBALANCE while specifying that physical partition range. Alternatively, omit the partition range on the REORG REBALANCE so that the entire table space is reorganized.

Severity

8 (error)