SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)

Data Definition Language (DDL) Messages (1000
through 1999)
HP NonStop SQL/MX Release 3.2 Messages Manual691121-001
3-5
SQL 1016
Where column-name is an SQL identifier.
Cause. You created a constraint with multiple references to column-name.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 1017
Cause. You attempted a DDL or utility operation without proper authorization, or
remote password validation failed.
Effect. The operation fails.
Recovery. Re-issue the command with the proper authorization.
DDL and utility operations are restricted as follows:
operations on a database catalog are restricted to the catalog owner only.
operations on a database schema are restricted to the schema owner only.
operations on a database object are restricted to the schema owner and the object
owner.
In all cases, if super.super is a security administrator or security administrators are not
defined, super.super is authorized to perform DDL and utility operations.
Additionally, invalid remote password for the user could trigger this error. Verify the
remote password for the user and resubmit.
SQL 1019
Where table-name is the name of an SQL/MX table.
Cause. This is an internal error.
Effect. The operation fails.
Recovery. None. Contact your service provider.
1016 Redundant references to column column-name were
specified in the constraint or trigger definition.
1017 You are not authorized to perform this operation.
Note. The error description of SQL message 25258 is same as that of SQL error 1017.
1019 No valid primary partition for table-name could be
found.