ODBC Server Messages Manual

NonStop™ ODBC Server Messages
NonStop ODBC Server Messages Manual—429394.001
1-85
Event Messages
32328:ZNOS-EVT-USER-AUTHENTICATE-ERR
A user authentication error occurred.
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 32328.
ZNOS-TKN-SERVER-NAME is the name of the process in NOS that generated the
event.
ZNOS-TKN-FS-ERR is the value of error-number.
ZNOS-TKN-STATUS is the value of status-number.
Cause
A user authentication error occurred. Refer to the description of the
USER_AUTHENTICATE_ procedure call in the Guardian Procedure Call Reference
Manual for details about interpreting this error.
Effect
The request is denied.
Recovery
Correct the error condition and issue the request again.
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-FS-ERR ZSPI-TYP-INT
ZNOS-TKN-STATUS ZSPI-TYP-INT
Event-Message Text
User authentication error, error error-number, status status-
number. Check USER_AUTHENTICATE_ procedure call for detail.