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

SQL/MX MXCMP Messages (2000 through 2999)
HP NonStop SQL/MX Messages Manual523730-004
4-25
Effect. SQL/MX is unable to process this query.
Recovery. Correct the CONTROL QUERY SHAPE specification and resubmit.
SQL 2106
Cause. SQL/MX was unable to compile this query because it is too long.
Effect. SQL/MX is unable to process this query.
Recovery. Try breaking the statement into smaller pieces.
SQL 2107
Cause. SQL/MX was unable to compile the query.
Effect. The operation fails.
Recovery. Use the warning messages returned by the compiler to diagnose and
correct the problem.
SQL 2108
Cause. The SQL/MX compiler attempted to compile this query with query caching on
but failed. It then successfully compiled this query with caching turned off.
Effect. . The SQL/MX compiler has compiled the query as if query plan caching was
turned off even though caching is currently on. The prepared query can be executed as
usual.
Recovery. This is an informational message. To prevent this warning, turn off query
caching before query preparation.
SQL 2200
Where attribute is the DEFAULTS attribute.
Cause. You attempted to change the DEFAULTS attribute, which is read-only.
2106 This statement could not be compiled since it is too
long. Break up large statements into smaller pieces.
2107 This statement could not be compiled. Suggestion:
Address the issue(s) raised in the reported warning(s).
2108 Statement was compiled as if query plan caching were
off.
2200 DEFAULTS attribute attribute is read-only.