Neoview Messages Manual (R2.3)
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 1249
1249 Insert into log-table-name log table failed.
log-table-name
is the name of the log table.
Cause Insert into one of the translation log tables has failed. The log-table-name specifies
the translation log table where the insert failed.
Effect The UPGRADE operation failed.
Recovery RECOVER must be used to recover from the UPGRADE operation failure. Before
attempting the UPGRADE operation again, the failure of insert into log- table-name has
to be corrected.
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.
48 Data Definition Language (DDL) Messages (1000 Through 1999)