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-46
SQL 4214
Cause. You attempted to use a SET ON ROLLBACK clause to update a column in a
nonaudited table.
Effect. The operation fails.
Recovery. Change the table’s AUDIT attribute and resubmit.
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.
4214 The SET ON ROLLBACK clause is not allowed on a non-
audited table. Table: name.
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.