SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Privilege and Alias Messages (1000 through 1999)
HP NonStop SQL/MX Messages Manual—523730-004
3-31
Effect. The operation fails.
Recovery. Specify an object that is an SQL/MP alias and resubmit.
SQL 1127
Where table-name is the name of the table.
Cause. You attempted to perform an operation that can be performed only on a base
table, and the specified object is not a base table.
Effect. The operation fails.
Recovery. Specify a valid base table and resubmit.
SQL 1128
Where description is text further explaining the problem.
Cause. Internal error.
Effect. SQL/MX is unable to perform the requested operation.
Recovery. None. Report the entire message to your service provider.
SQL 1130
Cause. You attempted to create a column that requires a default value, without
specifying a default value.
Effect. The operation fails.
Recovery. Specify a valid default value for the column and resubmit.
SQL 1132
Cause. You attempted to add a column that is both DEFAULT NULL and NOT NULL.
Effect. The operation fails.
1127 The specified table table-name is not a base table.
Please verify that the correct table was specified.
1128 An invalid API request was encountered. Details:
description.
1130 The column requires a default value.
1132 An added column cannot have both DEFAULT NULL and NOT
NULL.