DSNT314I   csect_name INVALID PARTITION SPECIFICATION FOR OBJECT object-name

Explanation

The PART keyword is invalidly specified in a START DATABASE, STOP DATABASE, or DISPLAY DATABASE command.

The PART keyword is invalid if it is specified for:
  • A nonpartitioned table space
  • A nonpartitioned type 1 index
  • A type 2 index not defined on a partitioned table space

The object object-name can be either a table space or an index space.

No action for this table space or index space is performed by the START DATABASE, STOP DATABASE or DISPLAY DATABASE command.Any other valid table space or index space specified is processed by the command.

System action

The command is not processed for the table space or index space in question. All other valid table spaces or index spaces specified in the command are processed.

User response

Resubmit the command for the nonpartitioned table space or index space without using the PART keyword.

Problem determination

SYSIBM.SYSTABLESPACE in the DB2® catalog indicates whether a table space is partitioned. 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 nonpartitioned indexes can be started, stopped, or displayedat the logical partition level; type 1 cannot.

Severity

8 (error)