DSNT315I INVALID PARTITION NUMBER OR RANGE SPECIFIED - part-num FOR OBJECT object-name

Explanation

An invalid partition number or range was specified in the PART keyword for a START DATABASE, STOP DATABASE, DISPLAY DATABASE, or ACCESS DATABASE command.

part-num
The invalid partition number or range.
object-name
The name of the object.

System action

The part number or range is 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

In the Db2 catalog, the SYSIBM.SYSTABLESPACE table indicates whether a table space is partitioned, and the SYSIBM.SYSINDEXSPACE table 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, displayed, or accessed at the logical partition level; type 1 cannot.

Severity

8 (error)