Defines External Security Interface (ESI) return codes.
Namespace: IBM.CTG
Assembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 10.1.0.0 (10.1.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| EsiNoError | 0 | No error. | |
| EsiErrNoCics | -3 | Communication with the target CICS server could not be established. | |
| EsiErrCicsDied | -4 | Communication with the target CICS server was interrupted during the request. | |
| EsiErrNoSessions | -17 | There are insufficient communication resources to communicate with the target CICS server. | |
| EsiErrUnknownServer | -22 | The target CICS server is unknown to the Gateway daemon. | |
| EsiErrResourceShortage | -16 | There are insufficient resources to communicate with the target CICS server; details might be available in the CICS TG error log files. | |
| EsiErrSecurityError | -27 | An error was detected by the External Security Manager. | |
| EsiErrNullUserid | -100 | The user ID supplied was an empty string or . | |
| EsiErrNullPassword | -101 | The password supplied was an empty string or . | |
| EsiErrNullNewPassword | -102 | The new password supplied was an empty string or . | |
| EsiErrPemNotSupported | -103 | 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 | -104 | Password Expiry Management is not enabled on the CICS server or the request was rejected by the active CICSRequestExit. | |
| EsiErrPasswordExpired | -105 | The password or password phrase has expired. | |
| EsiErrPasswordInvalid | -106 | The password or password phrase is invalid. | |
| EsiErrPasswordRejected | -107 | The new password or password phrase does not conform to the standards defined by the External Security Manager. | |
| EsiErrUseridInvalid | -108 | The user ID is not known to the External Security Manager. |
See Also