SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Binder and Compilation Messages (4000 through
4999)
HP NonStop SQL/MX Messages Manual—523730-004
6-49
Effect. The SQL/MX statement is not compiled.
Recovery. Migrate to an SQL/MX version that supports stored procedure result sets.
SQL 4310
Cause. You tried to use the USER(x) function somewhere other than the outermost
SELECT clause. This function is not yet fully supported.
Effect. The operation fails.
Recovery. Correct the query and retry the request.
SQL 4313
Cause. You attempted to use the random function, which is not supported.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 4320
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.
4310 USER(x) is currently supported only in the outermost
SELECT list. For example, it cannot be part of the subquery.
4313 Function rand()is not supported.
4320 Stream access not allowed on multi-partitioned table,
when flag ATTEMPT_ASYNCHRONOUS_ACCESS is set to OFF. Table in
scope: $0~TableName.