ODBC Server Messages Manual

NonStop™ ODBC Server Messages
NonStop ODBC Server Messages Manual—429394.001
1-29
Messages Displayed on the Workstation
Recovery. Correct the statement to include matching quotation marks.
32172
Cause. Either a transaction error occurred or there was a problem deleting a record
from the mapping table ZNUOBJ. Other messages will accompany this error message.
Examine the messages to try to determine the cause of the error.
Effect. The log table is dropped; this is a warning message only.
Recovery. If you can determine the recovery based on the error messages, take
appropriate action; otherwise, delete the extraneous mapping table entry by running the
catalog utility REFRESH statement.
32179
32180
32181
Cause. The statement contained an identifier with more than 60 characters, which is not
permitted.
Effect. The statement fails.
Recovery. Enter a statement in which no identifier contains more than 30 characters.
32182
Cause. In pass-through mode, parameters are supported only for the PREPARE and
EXECUTE statements; you tried to use a parameter with the EXECUTE IMMEDIATE
statement, which is not supported.
Effect. The statement fails.
Recovery. Enter a statement without parameters, or use PREPARE and EXECUTE.
32183
Cause. A statement received in pass-through mode evaluated to a timestamp value that
contained an incorrect month value.
Effect. The statement fails.
Log table has been dropped, but the mapping entry remains.
Identifier must contain 60 or fewer characters.
An unnamed parameter cannot be used in this statement.
Invalid Month is entered as TIMESTAMP.