Defines External Security Interface (ESI) return codes.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0

Syntax

C#
public enum EsiReturnCode
Visual Basic
Public Enumeration EsiReturnCode
Visual C++
public enum class EsiReturnCode

Members

Member nameDescription
EsiNoError
No error.
EsiErrNoCics
Communication with the target CICS server could not be established.
EsiErrCicsDied
Communication with the target CICS server was interrupted during the request.
EsiErrNoSessions
There are insufficient communication resources to communicate with the target CICS server.
EsiErrUnknownServer
The target CICS server is unknown to the Gateway daemon.
EsiErrResourceShortage
There are insufficient resources to communicate with the target CICS server; details might be available in the CICS TG error log files.
EsiErrSecurityError
An error was detected by the External Security Manager.
EsiErrNullUserid
The user ID supplied was an empty string or nullNothingnullptra null reference (Nothing in Visual Basic).
EsiErrNullPassword
The password supplied was an empty string or nullNothingnullptra null reference (Nothing in Visual Basic).
EsiErrNullNewPassword
The new password supplied was an empty string or nullNothingnullptra null reference (Nothing in Visual Basic).
EsiErrPemNotSupported
Password Expiry Management is not supported by the CICS server or is not supported for the protocol used to communicate with the CICS server.
EsiErrPemNotActive
Password Expiry Management is not enabled on the CICS server or the request was rejected by the active CICSRequestExit.
EsiErrPasswordExpired
The password or password phrase has expired.
EsiErrPasswordInvalid
The password or password phrase is invalid.
EsiErrPasswordRejected
The new password or password phrase does not conform to the standards defined by the External Security Manager.
EsiErrUseridInvalid
The user ID is not known to the External Security Manager.

See Also