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-32
SQL 1126
Where object is the ANSI name of the object.
Cause. You attempted to perform an operation that is specific to MP aliases on an
object that is not an MP alias.
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. NonStop 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.
1126 Operation cannot be performed because object is not an
SQL/MP alias.
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.