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

Effect The operation fails.
Recovery Correct the query and retry the request.
SQL 4313
4313 Function rand()is not supported.
Cause You attempted to use the random function, which is not supported.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 4320
4320 Stream access not allowed on multi-partitioned table, when flag
ATTEMPT_ASYNCHRONOUS_ACCESS is set to OFF. Table in scope: table-name.
Cause You attempted a stream access on a multi-partitioned table when the flag
ATTEMPT_ASYNCHRONOUS_ACCESS was set to OFF.
Effect The operation fails.
Recovery Set the ATTEMPT_ASYNCHRONOUS_ACCESS flag to ON and resubmit.
SQL 4333
4333 Column column-name is not part of the partitioning key.
column-name
is the name of the column that is not part of the partitioning key of the table
specified in the PARTITIONING_KEY clause of the
KEY_RANGE_COMPARE function.
Cause You specified a column in the PARTITIONING_KEY clause that is not part of the
partitioning key of the table specified in the PARTITIONING_KEY option of the
KEY_RANGE_COMPARE function.
Effect The operation failed.
Recovery Specify a column that is part of the partitioning key in the PARTITIONING_KEY
clause of the KEY_RANGE_COMPARE function.
SQL 4334
4334 KEY_RANGE_COMPARE is not allowed on views.
Cause KEY_RANGE_COMPARE function cannot be used on views.
Effect The operation failed.
Recovery Use the KEY_RANGE_COMPARE function on tables or indexes.
SQL 4335
4335 The degree num1 specified for the left operand of the PARTITIONING
KEY clause does not match the number of columns num2 in the particular
key for table table-name.
num1
is the number of columns specified for the left operand of
PARTITIONING_KEY option in the KEY_RANGE_COMPARE function.
num2 is the number of columns in the partitioning key of the table table-name.
table-name
is the name of the table on which the KEY_RANGE_COMPARE function is
used.
Cause You did not specify the correct number of columns in the left operand of the
PARTITIONING_KEY clause of the KEY_RANGE_COMPARE function so that the clause
matches the partitioning columns of table table-name.
160 Binder and Compilation Messages (4000 Through 4999)