SQL/MP Messages Manual

SQL Compiler Optimizer Messages (6000 to 6999)
HP NonStop SQL/MP Messages Manual427720-006
8-2
SQL 6004
Cause. The user did not specify the filename according to the correct syntax for this
define.
Effect. The statement fails.
Recovery. Add the define with a new filename value, specifying the correct syntax.
SQL 6005
Cause. You specified a subquery within a SELECT list expression.
Effect. The statement does not compile.
Recovery. Remove the subquery from the SELECT list expression.
SQL 6006
Cause. Parallel execution is not allowed on this system because you have not
purchased the SQL parallel license.
Effect. A warning is issued and the statement continues to compile and execute. The
Optimizer selects a serial plan.
Recovery. Purchase the SQL parallel license and install it on the system before you
attempt to compile or execute the query again.
6004 The filename value specified for the define value-1 is
incorrectly formatted.
6005 A subquery may not appear within a SELECT list
expression.
6006 The CONTROL EXECUTOR directive specified PARALLEL
EXECUTION ON for a query in which parallel execution could
not be enabled.