SQL/MX 2.x Messages Manual (H06.04+)

SQL/MX MXCMP Messages (2000 through 2999)
HP NonStop SQL/MX Messages Manual—540498-003
4-26
SQL 2107
Cause. NonStop 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.
Effect. The operation fails.
Recovery. None.
SQL 2201
Cause. You invoked mxCompileUserModule on an application file that has an
embedded module definition. An SQL compilation of an embedded module definition
resulted in an MXCMP nonzero exit code, indicating a warning or error.
Effect. The operation fails.
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.
2201 SQL compilation return code is mxcmp non-zero exit code.