SQL/MX 3.x Messages Manual (H06.22+, J06.11+)
Executor Messages (8000 through 8999)
HP NonStop SQL/MX Messages Manual—640324-001
10-52
SQL 8907
Where procedure-name is the ANSI name of a stored procedure.
Cause. You are running an SQL/MX 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 SQL/MX statement is not compiled.
Recovery. Migrate to an SQL/MX version that supports stored procedure result sets.
SQL 8909
Cause. A call-level interface (CLI) application attempted to allocate a stored procedure
result set but the specified input statement is not a CALL statement. The stored
procedure result sets cannot be allocated from statements other than CALL
statements.
Effect. The operation fails.
Recovery. None. Contact your service provider.
SQL 8912
Cause. An internal error was detected within the SQL/MX executor during allocation of
a stored procedure result set.
Effect. The operation fails.
Recovery. None. Contact your service provider.
SQL 8913
Cause. A CLI application attempted to dynamically prepare an SQL statement, and
the statement identifier is associated with a stored procedure result set.
8907 Procedure procedure-name is registered to return result
sets and stored procedure result sets are not yet supported.
8909 The request to allocate a stored procedure result set
failed because the provided input statement is not a CALL
statement.
8912 The request to allocate a stored procedure result set
failed. An unexpected internal error was encountered.
8913 The PREPARE operation is not allowed on a stored
procedure result set.










