ODBC Server Messages Manual

NonStop™ ODBC Server Messages
NonStop ODBC Server Messages Manual429394.001
1-72
Event Messages
32063:ZNOS-EVT-NOSS-INVALID-DBNAME
The specified database name is invalid, does not exist, or is not customized.
Unconditional Tokens
ZSPI-TKN-SSID is the subsystem ID for NOS and is described in the SPI
Programming Manual. The value of this token is always ZNOS-VAL-SSID.
ZEMS-TKN-EVENTNUMBER is the event number. Its value is 32063.
ZNOS-TKN-SERVER-NAME is the name of the process in NOS that generated the
event.
ZNOS-TKN-LOG-TABLE is the value of table-name.
Cause
The specified database name is invalid, does not exist, or is not customized. If the
database is customized and you get this error, the database entry could be missing from
the NonStop™ ODBC Server mapping tables.
Effect
The statement fails.
Recovery
If the database name is invalid, correct it. If the database does not exist, create it using
the CREATE DATABASE statement. If the database exists but is not customized,
execute the USERCAT INSTALL statement. If the database exists and is customized but
for some reason is missing from the mapping tables, execute the REFRESH statement
against the system catalog.
Unconditional Tokens Token Type
ZSPI-TKN-SSID ZSPI-TYP-SSID
ZEMS-TKN-EVENTNUMBER ZSPI-TYP-ENUM
ZNOS-TKN-SERVER-NAME ZSPI-TYP-STRING
ZNOS-TKN-LOG-TABLE ZSPI-TYP-STRING
Event-Message Text
Cannot Trace: Invalid database name in log table table-name.