Neoview Messages Manual (Volume 1) (R2.4)
Recovery Change the table’s AUDIT attribute and resubmit.
SQL 4215
4215 Stream access is not allowed on a non-audited table. Table: name.
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
4216 The FIRST/ANY n syntax cannot be used with an embedded update or
embedded delete statement.
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 4220
4220 The THIS function can be used only inside a ROWS SINCE function.
Cause You attempted to use the THIS function in context other than inside a ROWS SINCE
function.
Effect The operation fails.
Recovery Correct the Neoview database software statement and resubmit.
SQL 4302
4302 Procedure procedure-name expects value1 parameters but was called
with value2 parameters.
Cause In the HP Neoview database software statement being compiled, a stored procedure
invocation contains an incorrect number of parameters.
Effect The Neoview database software statement is not compiled.
Recovery Correct the Neoview database software statement and retry the compilation.
SQL 4303
4303 The supplied type for parameter value of routine routine-name was
type-name1 which is not compatible with the expected type type-name2.
Cause In the HP Neoview database software 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 Neoview database software statement is not compiled.
Recovery Supply the correct parameter and type and retry the compilation.
SQL 4304
4304 Host variable or dynamic parameter parameter-name is used in more
than one OUT or INOUT parameter for routine routine-name. Results may
be unpredictable.
Cause In the HP Neoview database software statement being compiled, you attempted to
invoke a stored procedure that contains the same host variable or dynamic parameter in more
than one OUT or INOUT parameter.
158 Binder and Compilation Messages (4000 Through 4999)