SQL/MX 2.x Messages Manual (G06.24+, H06.03+)

Privilege and Alias Messages (1000 through 1999)
HP NonStop SQL/MX Messages Manual523730-004
3-34
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.
Where maximum-row-length is the largest row size allowed.
Where table-name is the name of the table.
Cause. On a CREATE or ALTER TABLE 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.
SQL 1141
Where file-name is the Guardian file name of a partition of object.
Where error-number is a Guardian file system error.
Cause. An ALTER TABLE or ALTER INDEX operation encountered a file system error.
Effect. The operation fails.
Recovery. See the Guardian Procedure Errors and Messages Manual to diagnose
and correct the problem.
SQL 1142
Cause. Internal error.
Effect. SQL/MX is unable to perform the requested operation.
1140 Row-length actual-row-length exceeds the maximum allowed
row-length of maximum-row-length for table table-name.
1141 Label file-name for object could not be accessed. File
system error error-number.
1142 Because it is not audited, this table cannot have a
column added that is declared NOT NULL, or has a CHECK,
UNIQUE, PRIMARY KEY, or FOREIGN KEY constraint.