Neoview Messages Manual (Volume 1) (R2.4)

8 Generator Messages (7000 Through 7999)
SQL 7000
7000 An internal error occurred in the code generator in file name at
line number: text.
Cause The code generator received an internal error in file name at line number. Additional
information appears in text.
Effect The operation fails.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 7001
7001 Default value value is not valid for column name.
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
7003 A plan using cluster sampling could not be produced for this query.
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 The HP Neoview database software 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.
SQL 7004
7004 A parallel extract plan could not be produced. Possible causes
include an incompatible Control Query Shape (CQS) specification, use
of rowset expressions, or use of SQL features that cannot be parallelized
such as [FIRST/LAST N], table-valued functions, stream access to tables,
and embedded updates or deletes.
Cause HP Neoview database software was unable to compile a parallel extract producer
query either because you used an incompatible CONTROL QUERY SHAPE specification or
because the query relies on a database software feature that cannot be parallelized.
Effect The operation fails.
Recovery Review any CONTROL QUERY SHAPE specifications that might be in effect, or
eliminate them. Review the query text to identify any features that cannot be used in parallel
query plans. Correct the problems and resubmit.
SQL 7005
7005 Use of selection predicates in parallel extract consumer queries
is not allowed.
Cause HP Neoview database software was unable to compile a parallel extract consumer
query because the query text contained a selection predicate.
Effect The operation fails.
Recovery This is an internal software error. Contact the GMCSC for analysis of accompanying
error and warning messages.
171