SQL/MX 2.x Messages Manual (H06.10+, J06.03+)
Binder and Compilation Messages (4000 through 4999)
HP NonStop SQL/MX Messages Manual—544518-011
6-47
SQL 4215
Cause. You attempted to use stream access on a nonaudited table.
Effect. The operation fails.
Recovery. Change the table’s AUDIT attribute and resubmit.
SQL 4216
Cause. You attempted to use either a FIRST n or an ANY n clause in an embedded
UPDATE or DELETE statement.
Effect. The operation fails.
Recovery. Remove the FIRST n or ANY n clause and resubmit.
SQL 4302
Cause. In the SQL/MX statement being compiled, a stored procedure invocation
contains an incorrect number of parameters.
Effect. The SQL/MX statement is not compiled.
Recovery. Correct the SQL/MX statement and retry the compilation.
SQL 4303
Cause. In the SQL/MX statement being compiled, you attempted to invoke a stored
procedure with a type of parameter that is incompatible with the formal type of the
parameter.
Effect. The SQL/MX statement is not compiled.
Recovery. Supply the correct parameter and type and retry the compilation.
4215 Stream access is not allowed on a non-audited table.
Table: name.
4216 The FIRST/ANY n syntax cannot be used with an embedded
update or embedded delete statement.
4302 Procedure procedure-name expects value1 parameters but
was called with value2 parameters.
4303 The supplied type for parameter value of routine
routine-name was type-name1 which is not compatible with the
expected type type-name2.










