Neoview Messages Manual (Volume 1) (R2.4)

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.
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.
Cause A CREATE TABLE or ALTER TABLE...ADD COLUMN specified a default value with
a scale greater than the scale of the column.
Effect The scale of the default value is set to that of the column; extra digits to the right are
discarded.
Recovery None. This is a warning message only.
SQL 1252
1252 The existing index index-name to be used by a unique or primary
constraint has not been populated. Please populate the index and then
try to add the constraint again.
index-name
is the name of an existing unpopulated index.
Cause An existing index that is not populated has been chosen for a unique or primary
constraint, which is not allowed.
Effect The operation fails.
Recovery Populate the index and resubmit.
47