Neoview Messages Manual (R2.2)

Effect Any statement with an error is not compiled.
Recovery If this is a warning, this is an informational message. Otherwise, correct the syntax
and resubmit.
SQL 2100
2100 Break was received. The compilation has been aborted.
Cause The HP Neoview database software received a break and aborted the compilation.
Effect The Neoview database software does not continue compilation.
Recovery Informational message only; no corrective action is needed.
SQL 2101
2101 Compilation failure due to internal error.
Cause A compilation failed with an internal error.
Effect The HP Neoview database software is unable to process this query.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 2102
2102 This query could not be compiled with 'MINIMUM' optimization level.
Suggestion: Retry with 'MEDIUM' optimization level.
Cause The HP Neoview database software was unable to compile this query using the
MINIMUM optimization level.
Effect The Neoview database software is unable to process this query.
Recovery Resubmit the query with MEDIUM optimization level. Precede the statement
with:
CONTROL QUERY DEFAULT OPTIMIZATION-LEVEL 'MEDIUM';
SQL 2103
2103 This query could not be compiled for one/both of the following
reasons: a) Use of 'MINIMUM' optimization level, or b) incompatible
Control Query Shape specifications.
Cause The HP Neoview database software was unable to compile this query, either because
it was not able to use the MINIMUM optimization level or because you used an incompatible
CONTROL QUERY SHAPE specification.
Effect The Neoview database software is unable to process this query.
Recovery If applicable, resubmit the query with MINIMUM optimization level. Precede the
statement with:
CONTROL QUERY DEFAULT OPTIMIZATION-LEVEL 'MEDIUM';
Correct the CONTROL QUERY SHAPE specification and resubmit.
SQL 2104
2104 This query could not be compiled for one of two reasons: a)
incompatible Control Query Shape (CQS) specifications, or b) 'MEDIUM'
optimization level is not sufficient to satisfy the CQS in effect.
Suggestion: a) inspect the CQS in effect; or b) raise the optimization
level to 'MAXIMUM'. Note that for this query, 'MAXIMUM' optimization
level may result in a long compile time.
78 Neoview Compiler Messages (2000 Through 2999)