SQL/MP Messages Manual
SQL Compiler Messages
HP NonStop SQL/MP Messages Manual—427720-006
4-21
SQL 2110
Cause. Stated in the error message.
Effect. SQL compilation fails.
Recovery. Preprocess the program again and then SQL compile with the
NOREGISTER ON option.
SQL 2111
Cause. The only option permitted with the REGISTERONLY ON option is the
CATALOG option.
Effect. SQL compilation fails.
Recovery. Remove the conflicting options and recompile.
SQL 2112
Cause. Check the cause associated with the HP NonStop operating system error.
Effect. The SQL compilation terminates abnormally.
Recovery. Recovery depends on the operating system error.
SQL 2113
Cause. An internal structure or variable reached the limit of its capacity. The query is
too large or complex for the compiler.
Effect. The statement does not compile.
Recovery. Simplify the query or divide it into smaller steps. If the query uses a
shorthand view, consider whether the view definition can be simplified.
2110 The NOREGISTER ON option cannot be used on a program
that has already been SQL compiled and registered in a
catalog.
2111 The REGISTERONLY ON option cannot be used with other
SQLCOMP options that influence how an SQL program is
compiled.
2112 A Guardian procedure call has returned an error.
2113 Statement size and complexity are beyond the capacity of
the present version of the SQL compiler.