EsiReturnCode Enumeration

CICS Transaction Gateway V9.3.0.0
Defines External Security Interface (ESI) return codes.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.1.0.0 (9.1.0.4)
Syntax

public enum EsiReturnCode
Members

  Member nameValueDescription
EsiNoError0No error.
EsiErrNoCics-3Communication with the target CICS server could not be established.
EsiErrCicsDied-4Communication with the target CICS server was interrupted during the request.
EsiErrNoSessions-17There are insufficient communication resources to communicate with the target CICS server.
EsiErrUnknownServer-22The target CICS server is unknown to the Gateway daemon.
EsiErrResourceShortage-16There are insufficient resources to communicate with the target CICS server; details might be available in the CICS TG error log files.
EsiErrSecurityError-27An error was detected by the External Security Manager.
EsiErrNullUserid-100The user ID supplied was an empty string or .
EsiErrNullPassword-101The password supplied was an empty string or .
EsiErrNullNewPassword-102The new password supplied was an empty string or .
EsiErrPemNotSupported-103Password Expiry Management is not supported by the CICS server or is not supported for the protocol used to communicate with the CICS server.
EsiErrPemNotActive-104Password Expiry Management is not enabled on the CICS server or the request was rejected by the active CICSRequestExit.
EsiErrPasswordExpired-105The password or password phrase has expired.
EsiErrPasswordInvalid-106The password or password phrase is invalid.
EsiErrPasswordRejected-107The new password or password phrase does not conform to the standards defined by the External Security Manager.
EsiErrUseridInvalid-108The user ID is not known to the External Security Manager.
See Also

Reference