Neoview Messages Manual (R2.2)

SQL 1245
1245 The supplied partition key value (key-value) for column column-name
of object object-name is not valid.
key-value
is the specified first key value.
column-name is the column of object-name that corresponds to the invalid key value.
object-name
is the name of the affected object.
Cause A utility command specified an invalid key value.
Effect The operation fails.
Recovery Specify valid key values and resubmit.
SQL 1246
1246 The supplied partition key value (key-value) is inconsistent with
the data type of column column-name of object object-name.
key-value
is the specified first key value.
column-name is the column of object-name that corresponds to the invalid key value.
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
1248 Partition name partition-name has already been used. Each partition
in an object should have a unique name.
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
1250 DROP cannot be performed on object object-name because a utility
operation (operation-type) associated with DDL_LOCK lock-name is
currently running.
object-name
is the ANSI name of the object named in the DROP command.
operation-type
is the type of utility operation.
lock-name
is the ANSI name of the DDL lock object that is associated with the
utility operation.
Cause You attempted to drop an object that a utility command is using.
Effect The operation fails.
Recovery Wait until the utility operation has finished, and then retry the DROP operation.
SQL 1251
1251 The extra insignificant digits of default value value are truncated
to match the scale of the data type of column column-name.
value is the default value that was specified for column-name.
column-name
is the name of the column in the table.
50 Data Definition Language (DDL) Messages (1000 Through 1999)