SQL/MX 2.x Messages Manual (H06.10+, J06.03+)

Trigger, UDR Server, and Language Manager Messages
(11000 through 11399)
HP NonStop SQL/MX Messages Manual544518-011
12-25
Recovery. Do not attempt recovery. HP support will perform recovery operations in
response to an automatically generated dial-out message about this condition.
SQL 11236
where,
procedure-name is the ANSI name of a stored procedure.
max-results is the maximum number of result sets that the procedure can return.
attempted-results is the actual number of result sets that the SPJ method
attempted to return.
Cause. During the execution of a CALL statement, the number of result sets returned
from an SPJ method exceeds the procedure's declared maximum. The declared
maximum was specified in the DYNAMIC RESULT SETS clause of the CREATE
PROCEDURE statement.
Effect. Additional result sets are discarded.
Recovery. None. This message is issued as a warning. If desired, change the SPJ
method to return fewer result sets, or re-create the procedure with a higher value for
DYNAMIC RESULT SETS.
SQL 11237
where,
procedure-name is the ANSI name of a stored procedure.
Cause. During the execution of a CALL statement, an SPJ method returned result
sets but the result sets could not be processed because the version of JDBC/MX in the
SPJ environment does not support stored procedure result sets.
Effect. The operation fails.
Recovery. Change the version of JDBC/MX in the SPJ environment to one that
supports stored procedure result sets.
11236 Stored procedure procedure-name attempted to return too
many result sets. The maximum number of result sets this
procedure can return is max-results, and the procedure body
attempted to return attempted-results.
11237 Stored procedure procedure-name attempted to return
result sets but the JDBC/MX driver in the SPJ environment
does not support stored procedure result sets.