SQL/MP Messages Manual

File-System Messages
HP NonStop SQL/MP Messages Manual427720-006
16-30
SQL 1115
Cause. Stated in the error message.
Effect. The INSERT statement fails.
Recovery. Decrease the value specified for SYSKEY and reissue the statement.
Alternatively, request that the owner of the table alter the table to increase its space so
that the key value would be within the table, and reissue the request.
SQL 1116
Cause. An attempt was made to commit or resume a transaction that was aborted by
the SQL file system.
Effect. The commit or resume operation fails.
Recovery. Change the program to handle the situation in which the SQL system might
have aborted the user's transaction as a result of a failed SQL statement.
SQL 1117
Cause. The index cannot be altered or dropped because the underlying table does not
have a consistent description of the index.
Effect. The DDL statement fails.
Recovery. Use the VERIFY statement to identify the inconsistencies in the underlying
table's definition. Contact your SQL/MP system manager about repairing the dictionary.
For more information, refer to the SQL/MP Installation and Management Guide.
1115 A specified SYSKEY value exceeds the current defined
size of the relative SQL table.
1116 The SQL file system aborted the transaction because an
SQL statement could not be completed.
1117 Unable to use an undefined index.