ODBC Server Messages Manual
NonStop™ ODBC Server Messages
NonStop ODBC Server Messages Manual—429394.001
1-41
Messages Displayed on the Workstation
32314
Cause. During the execution of a stored procedure, the NonStop™ ODBC Server
encountered an I/O error in its communication with the Pathway server. The I/O-
operation-error entry identifies the I/O operation that failed.
Effect. The stored procedure execution fails.
Recovery. Verify, by calls to SPELIB routines, the stored procedure side of the
interprocess communication and retry the execution. If the error persists, contact your
service provider.
32315
Cause. During execution of a stored procedure, the NonStop™ ODBC Server
encountered an error in its attempt to send a request to the Pathway server.
Effect. The stored procedure execution fails.
Recovery. Correct the related Pathsend error or file-system error. Retry the stored
procedure execution.
32316
Cause. Internal communication error.
Effect. The request fails.
Recovery. Check the transaction processing subsystem for error information.
32317
Cause. (TSQL mode only) If a named parameter is used in a stored procedure
execution statement, all subsequent parameters in the statement must be named.
Effect. The statement fails.
Recovery. Correct the statement.
I/O-operation-error error.
SERVERCLASS_SEND_ error. The Pathsend error is error-code-1.
The file system error is error-code-2.
Cannot retry SERVERCLASS_SEND_.
If any parameter is specified by name, all subsequent
parameters must be specified the same way.