Neoview Messages Manual (Volume 1) (R2.4)

Effect The operation fails.
Recovery Specify that the column-name is NOT NULL NOT DROPPABLE and resubmit.
SQL 1136
1136 For an added column, the PRIMARY KEY clause cannot specify NOT
DROPPABLE.
Cause You used the ALTER TABLE statement to add a column specifying a primary key
that is not droppable. A primary key added through ALTER TABLE must be droppable.
Effect The operation fails.
Recovery Change the ALTER TABLE statement to specify DROPPABLE for the primary key.
SQL 1137
1137 An internal error occurred: invalid index status. Details:
description.
description
is an explanation of the acceptable status values.
Cause This is an internal error in the interface between utilities and the catalog manager.
Effect The operation fails.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 1138
1138 An internal error occurred: invalid input parameter(s). Object
name and status are required.
Cause This is an internal error in the interface between utilities and the catalog manager.
Effect The operation fails.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 1139
1139 System-generated column column-name of base table table-name cannot
appear in the search condition of a check constraint definition.
column-name is the name of a column of table-name.
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
1140 Row-length actual-row-length exceeds the maximum allowed row-length
of maximum-row-length for table table-name.
actual-row-length
is the length of a row of the table.
maximum-row-length
is the largest row size allowed.
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.
35