DSNT315I csect_name INVALID PARTITION NUMBER OR RANGE SPECIFIED - part-numFOR OBJECT object-name
Explanation
An invalid partition number or rangewas specified in the PART keyword for a START DATABASE, STOP DATABASE or DISPLAY DATABASE command.
Partition number or range part-numis invalid for the object object-name.
System action
The part number or rangeis ignored. All other valid partitions specified are processed if PART was specified as list.
User response
Determine the correct partition specification for the table space or index that was the subject of the specified command and resubmit the command.
Problem determination
SYSIBM.SYSTABLESPACE in the Db2 catalog indicates the correct range of partition numbers for the table space. SYSIBM.SYSINDEXSPACE in the Db2 catalog indicates whether an index space is partitioned and whether the index space is a type 1 or a type 2 index. Type 2 indexes can be started, stopped, or displayedat the logical partition level; type 1 cannot.
Severity
8 (error)