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 Manual—691121-001
3-35
SQL 1138
Cause. This is an internal error in the interface between utilities and the catalog
manager.
Effect. The operation fails.
Recovery. None. Contact your service provider.
SQL 1139
Where column-name is the name of a column of table-name.
Where table-name is the name of the affected table.
Cause. You attempted to create a check constraint that references a system-
generated column. The column named SYSKEY is often system-generated.
Effect. The operation fails.
Recovery. Modify the statement so that no check constraints reference any system-
generated column and resubmit.
SQL 1140
Where,
actual-row-length is the length of a row of the table or index.
maximum-row-length is the largest row size allowed.
name is the name of the table or index.
Cause. On a CREATE or ALTER TABLE statement or a CREATE INDEX statement,
the size of the row exceeds the maximum allowed row size.
Effect. The operation fails.
Recovery. See the SQL/MX Reference Manual for row size limit calculations. Change
the column definitions and reissue the statement.
1138 An internal error occurred: invalid input parameter(s).
Object name and status are required.
1139 System-generated column column-name of base table table-
name cannot appear in the search condition of a check
constraint definition.
1140 Row-length actual-row-length exceeds the maximum allowed
row-length of maximum-row-length for table-or-index name.










