ODBC Server Messages Manual

NonStop™ ODBC Server Messages
NonStop ODBC Server Messages Manual429394.001
1-42
Messages Displayed on the Workstation
32318
Cause. The stored procedure identified by procedure-name either does not exist or
is not registered in the NonStop™ ODBC mapping tables.
Effect. The statement fails.
Recovery. If the stored procedure does not exist, correct the statement to refer to an
existing one. If the stored procedure exists but is missing from the mapping tables, use
the utility command ADD PROCEDURE to register it.
32319
Cause. (ODBC Core mode only) An attempt was made to use dynamic parameters for a
stored procedure statement other than a PREPARE or SQLPrepare form of a stored
procedure execution.
Effect. The statement fails.
Recovery. Use explicit parameter values or use the PREPARE (SQLPrepare) form of
the statement.
32320
Cause. The ZNUPCOL.T_SEQ value for this parameter is outside of the legal range for
the corresponding procedure definition.
Effect. The stored procedure execution fails.
Recovery. Check the procedure definition in ZNUPROC and the parameter definition
in ZNUPCOL and correct whichever one is in error with the utility commands
DELETENAME PROCEDURE and ADD PROCEDURE.
32321
Cause. The volume portion of the database identifier exceeds the maximum length.
Effect. The statement fails.
The stored procedure procedure-name does not exist.
Dynamic parameters are not allowed in this statement.
The sequence number for parameter parameter-name is invalid.
It must be within the range of 1 to the number of parameters
for this procedure definition.
Invalid volume name volume-name specified.