ODBC Server Messages Manual
NonStop™ ODBC Server Messages
NonStop ODBC Server Messages Manual—429394.001
1-8
Messages Displayed on the Workstation
Effect. The statement or batch of statements fails.
Recovery. Declare the variable before referencing it.
32028
Cause. On a ROLLBACK TRANSACTION statement, a transaction name was
specified that does not match the transaction name specified in the previous BEGIN
TRANSACTION statement.
Effect. The transaction is rolled back.
Recovery. None; this is a warning message only.
32029
Cause. An internal error occurred. NonStop™ SQL/MP requires a different number of
parameters than the NonStop™ ODBC Server is providing.
Effect. The statement fails.
Recovery. Try executing the statement again. If it fails repeatedly, contact your service
provider.
32030
Cause. An overflow occurred while processing a variable. For example, too large a
value was assigned to an integer variable.
Effect. The statement fails.
Recovery. Correct the variable expression or declaration.
32031
Cause. An underflow occurred while processing a variable. For example, too small a
value was assigned to an integer variable.
Effect. The statement fails.
Recovery. Correct the variable expression or declaration.
Transaction name transaction-name does not exist.
Internal error: Mismatch number of unnamed parameters and
IVARs.
An overflow occurred during expression evaluation.
An underflow occurred during expression evaluation.