SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
HP NonStop SQL/MX Messages Manual—523730-004
9-1
9
Generator Messages (7000 through
7999)
SQL 7000
Cause. The code generator received an internal error in file name at line number.
Additional information appears in text.
Effect. The operation fails.
Recovery. Contact your service provider.
SQL 7001
Cause. You attempted to create a table with an invalid default value for column
name.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 7003
Cause. You can use cluster sampling in a query only on a base table result set and
only if there is no WHERE clause in the SELECT statement. This query does not
satisfy these conditions.
Effect. SQL/MX is unable to compile the query.
Recovery. Rewrite the query (for example, using nested queries) so that cluster
sampling is performed on a base table with no WHERE-clause predicate.
7000 An internal error occurred in the code generator in file
name at line number: text.
7001 Default value value is not valid for column name.
7003 A plan using cluster sampling could not be produced for
this query.