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

Effect The operation failed.
Recovery In the left operand of the PARTITIONING_KEY clause of the
KEY_RANGE_COMPARE function, specify columns that match the partitioning columns of
table table-name.
SQL 4336
4336 Embedded operation statements are not allowed in a join operation.
Table in scope: table-names.
operation
is an INSERT operation.
table-names
are the names of HP Neoview database tables that are in scope.
Cause You attempted a join operation using an embedded INSERT statement.
Effect The operation failed.
Recovery Modify the statement and resubmit.
SQL 4337
4337 Use of a subquery in the WHERE clause of an embedded INSERT
statement is not supported.
Cause You attempted to run an embedded INSERT statement that contains a subquery in
its WHERE clause.
Effect The operation failed.
Recovery Modify the statement and resubmit.
SQL 4339
4339 Subqueries are not supported in the join predicate of Full Outer
Join.
Cause A subquery is specified in the join predicate of FULL OUTER JOIN.
Effect The query failed to compile.
Recovery Specify a join predicate for FULL OUTER JOIN that does not contain a subquery
and resubmit.
SQL 4340
4340 All Window Functions within a select clause must have the same
window partition clause and window order clause.
Cause A select clause contains window functions with either different window partition
clauses or a different window order clauses.
Effect The operation fails.
Recovery Rewrite the query to use the same window partition clause and window order
clause for all window functions within a select clause.
SQL 4341
4341 For Window Functions, the set qualifier must be ALL. DISTINCT is
not supported for Window Functions.
Cause DISTINCT was specified for the set qualifier of a window function.
Effect The operation fails.
Recovery Rewrite the query and exclude any DISTINCT set qualifier for a window function.
165