Neoview Messages Manual (Volume 1) (R2.4)
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.
Cause You attempted a DDL or utility operation on a database object while operation
was in progress for that object’s schema.
Effect The DDL or utility operation fails.
Recovery Wait until the operation has finished, and then retry the DDL or utility operation.
SQL 1263
1263 Object names that start with text are reserved for SQL/MX metadata.
text
is the disallowed name that was specified.
Cause You specified an HP Neoview database reserved object name.
Effect The object is not created.
Recovery See the Neoview SQL Reference Manual for the list of reserved object names. Choose
a name that is not reserved and reissue the CREATE statement.
SQL 1264
1264 Duplicate privileges are not allowed in a GRANT or REVOKE statement.
Cause You specified duplicate privileges in a GRANT or REVOKE statement.
Effect The operation fails.
Recovery Reissue the GRANT or REVOKE statement, specifying a single privilege or a list
of distinct privileges.
SQL 1265
1265 Duplicate grantees not allowed in a GRANT or REVOKE statement.
48 Data Definition Language (DDL) Messages (1000 Through 1999)