SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Privilege and Alias Messages (1000 through 1999)
HP NonStop SQL/MX Messages Manual—523730-004
3-49
Cause. A utility command specified an invalid key value.
Effect. The operation fails.
Recovery. Specify valid key values and resubmit.
SQL 1246
Where key-value is the specified first key value.
Where column-name is the column of object-name that corresponds to the invalid
key value.
Where object-name is the name of the affected object.
Cause. A utility command specified a key value that is inconsistent with the data type
of the column that corresponds to the key value.
Effect. The operation fails.
Recovery. Specify valid key values and resubmit.
SQL 1248
Where partition-name is the name specified for a partition.
Cause. Partition names are required to be unique within the set of partitions of an
object.
Effect. The CREATE statement fails.
Recovery. Choose a name that is not the same as any other partition name in this
object and reissue the CREATE statement.
SQL 1250
Where object-name is the ANSI name of the object named in the DROP command.
Where operation-type is the type of utility operation.
1246 The supplied partition key value (key-value) is
inconsistent with the data type of column column-name of
object object-name.
1248 Partition name partition-name has already been used.
Each partition in an object should have a unique name.
1250 DROP cannot be performed on object object-name because a
utility operation (operation-type) associated with DDL_LOCK
lock-name is currently running.