ODBC Server Messages Manual

NonStop™ ODBC Server Messages
NonStop ODBC Server Messages Manual429394.001
1-35
Messages Displayed on the Workstation
32209
Cause. The login name was invalid, or there was an error in the content or existence of
the ZNS tables, or the default database specified for the login name is not a catalog
customized for the NonStop™ ODBC Server.
Effect. The server does not start.
Recovery. Check to make sure the catalog tables exist; create the database if necessary.
Run VERIFY to make sure the content is valid. If the error persists, contact your service
provider.
32210
Cause. Stated in the error message.
Effect. The server does not start.
Recovery. Check $0 messages for more information and, optionally, run SYSCAT
REFRESH.
32211
Cause. You specified a cursor that does not exist.
Effect. The statement fails.
Recovery. Correct the statement so that it references a cursor that exists.
32212
Cause. You attempted to PREPARE a statement or compile a SELECT statement, and
the statement cost as predicted by the SQL compiler exceeded the
MAX_STATEMENT_COST setting for this server class.
Effect. The statement fails.
Recovery. Submit a different query or change the setting of
MAX_STATEMENT_COST.
The login name does not map to a valid user name or an error
occurred while reading ZNSALT, ZNSUS or ZNSDB tables.
An error occurred while trying to read ZNSPROF. Either the
table does not exist or its content is bad. Check $0 messages
for more detail. Running Refresh may correct the problem.
The cursor does not exist.
Estimated statement cost is statement-cost and it exceeds the
maximum limit of maximum-statement-cost.