ODBC Server Messages Manual
NonStop™ ODBC Server Messages
NonStop ODBC Server Messages Manual—429394.001
1-43
Messages Displayed on the Workstation
Recovery. Correct the volume name and retry the command. A valid volume name
consists of a dollar sign ($) followed by one to seven alphanumeric characters, the first
of which must be a letter.
32322
Cause. The subvolume portion of the database identifier exceeds the maximum length.
Effect. The statement fails.
Recovery. Correct the subvolume name and retry the command. A valid subvolume
name contains one to eight alphanumeric characters, the first of which must be a letter.
32323
Cause. No value has been specified for a parameter that has no default value.
Effect. The statement fails.
Recovery. Specify an explicit value for the parameter or modify the procedure
definition to specify a default value.
32324
Cause. (TSQL mode only) Stated in the error message.
Effect. The stored procedure execution fails.
Recovery. Modify the statement to supply parameter-name as an input parameter
or modify the procedure definition so that an output parameter may be used.
32325
Cause. Stated in the error message.
Effect. The stored procedure execution fails.
Recovery. Correct the reply sent by the stored procedure and retry the procedure
execution statement.
Invalid subvolume name subvolume-name specified.
A value must be specified for parameter parameter-name.
parameter-name is not defined as an output parameter in the
procedure definition.
Unexpected zero-lengthed reply from procedure procedure-name.