![HP Neoview Messages Manual Download Page 163](http://html.mh-extra.com/html/hp/neoview-messages/neoview-messages_manual_165138163.webp)
Effect
This is a warning message only. Results will be unpredictable. The host variable could
have any one of the actual OUT values.
Recovery
Use different host variables for each of the OUT or INOUT parameters.
SQL 4305
4305 Parameter value for user-defined routine routine-name is an OUT
or INOUT parameter and must be a host variable or a dynamic parameter.
Cause
In the HP Neoview database software statement being compiled, you attempted to
invoke a stored procedure that has an OUT or INOUT parameter that is neither a host variable
nor a dynamic parameter.
Effect
The Neoview database software statement is not compiled.
Recovery
Correct the Neoview database software statement. Supply a host variable or a
dynamic parameter for OUT or INOUT parameters, and retry the compilation.
SQL 4307
4307 Rowset parameters are not allowed in a CALL statement.
Cause
In the HP Neoview database software statement being compiled, you attempted to
use a rowset as a parameter in a stored procedure invocation.
Effect
The HP Neoview database software statement is not compiled.
Recovery
Alter the data type of the relevant variable, or use a different nonrowset host
variable. Retry the compilation.
SQL 4308
4308 Internal error: Unsupported SQL data type value specified for a
CALL statement parameter.
Cause
In the HP Neoview database software statement being compiled, a parameter in a
stored procedure invocation had an unsupported SQL data type.
Effect
The Neoview database software statement is not compiled.
Recovery
This error should never occur. Drop the stored procedure and recreate it with an
appropriate data type. Report this problem to HP support.
SQL 4309
4309 Procedure procedure-name is registered to return result sets and
stored procedure result sets are not yet supported.
procedure-name
is the ANSI name of a stored procedure.
Cause
You are running an HP Neoview database software version that does not support
stored procedure result sets and attempted to compile a CALL statement for a stored procedure
that returns result sets. This message indicates a downgrade has been performed without
removing stored procedures that return result sets.
Effect
The HP Neoview database software statement is not compiled.
Recovery
Migrate to an HP Neoview database software version that supports stored procedure
result sets.
SQL 4310
4310 USER(x) is currently supported only in the outermost SELECT list.
For example, it cannot be part of the subquery.
Cause
You tried to use the USER(x) function somewhere other than the outermost SELECT
clause. This function is not yet fully supported.
163
Summary of Contents for Neoview Messages
Page 12: ...12 ...
Page 66: ...66 ...
Page 129: ...Recovery Supply the input values for the IDENTITY column 129 ...
Page 130: ...130 ...
Page 172: ...172 ...
Page 178: ...178 ...
Page 184: ...184 ...
Page 238: ...238 ...
Page 266: ...266 ...
Page 268: ...268 ...
Page 350: ...350 ...
Page 378: ...378 ...
Page 384: ...384 ...
Page 400: ......