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

Recovery Rewrite the query so that it does not contain the RANK non-sequence function
and sequence functions in the same scope.
SQL 4368
4368 Nesting rank functions is not supported.
Cause The query contains nested RANK functions.
Effect The statement fails to prepare.
Recovery Rewrite the query so that it does not contain nested RANK functions.
SQL 4369
4369 Parameters and outer references are not supported with rank
function.
Cause A parameter or an outer reference was specified in the RANK function argument.
Effect The statement fails to prepare.
Recovery Rewrite the query so that it does not contain parameters or outer references in the
RANK function.
SQL 4381
4381 Holdable cursor attribute is incompatible for the isolation level.
Cause A holdable cursor attribute is set for an SQL statement that uses the SERIALIZABLE
or REPEATABLE READ isolation level.
Effect The SQL statement fails to compile.
Recovery Do not set the holdable cursor attribute for this SQL statement.
SQL 4382
4382 Holdable cursor attribute cannot be set for a CALL statement.
Cause A holdable cursor attribute is set for a CALL statement.
Effect The CALL statement fails to compile.
Recovery Do not set the holdable cursor attribute for the CALL statement.
SQL 4390
4390 The OLAP History row size exceeds the limit of bytes bytes
bytes is the byte limit of the row size.
Cause The OLAP History row size exceeds the byte limit, which is the size of the OLAP
buffer.
Effect The statement fails to prepare.
Recovery Rewrite the query so that the row size is smaller than the OLAP buffer size.
SQL 4419
4419 Mismatched transaction identifiers during end transaction: Compiler
transid comp_transid, Executor transid exe_transid, TMF transid
tmf_transid, TMF tcbref tmf_tcbref.
comp_transid
is the compiler transaction ID known to the compiler.
exe_transid
is the compiler transaction ID known to the compiler.
tmf_transid
is the TMF transaction ID currently active for the running process.
tmf_tcbref
is the TMF TCB tree reference currently active for the running process.
169