Neoview Messages Manual (R2.3)

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.
SQL 1254
1254 Duplicate unique constraints are not allowed with same set of
columns.
Cause You attempted to specify both the unique and primary key constraints or multiple
unique constraints on the same set of columns, which is not allowed.
Effect The operation fails.
Recovery Change your query so that both unique and primary constraints or multiple unique
constraints are not specified on the same set of columns.
SQL 1261
1261 Error error-number was returned by the SQL/MX CLI while processing
the UDR_JAVA_OPTIONS setting jvm-startup-options.
error-number
is the SQLCODE value.
jvm-startup-options
is a set of Java Virtual Machine startup options, specified in the
application’s UDR_JAVA_OPTIONS default setting.
Cause An unanticipated error occurred during a CREATE PROCEDURE operation.
Effect The operation fails.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 1262
1262 The command cannot be executed because operation is in progress
for schema.
operation
is a schema-level operation.
schema
is the ANSI name of the affected schema.
49