CICS® Transaction Gateway Base API Programming Reference v8.1.0.2

com.ibm.ctg.client
Interface ESIReturnCodes

All Known Implementing Classes:
EPISecurityException, ESIRequest

public interface ESIReturnCodes

Constant values representing ESI return codes.


Field Summary
static java.lang.String[] astrCics_Rc
          Error code enumeration.
static int ESI_ERR_CALL_FROM_CALLBACK
          The call was made from a Client daemon callback routine.
static int ESI_ERR_CICS_DIED
          Communication with the target CICS server was interrupted during the request.
static int ESI_ERR_MAX_SESSIONS
          There are insufficient communication resources to complete the request.
static int ESI_ERR_MAX_SYSTEMS
          The CICS TG has reached its limit on the maximum number of CICS servers.
static int ESI_ERR_NO_CICS
          Communication with the target CICS server could not be established.
static int ESI_ERR_NO_SESSIONS
          There are insufficient communication resources to communicate with the target CICS server.
static int ESI_ERR_NULL_NEW_PASSWORD
          The new password supplied was an empty string or NULL.
static int ESI_ERR_NULL_OLD_PASSWORD
          The current password supplied was an empty string or NULL.
static int ESI_ERR_NULL_PASSWORD
          The password supplied was an empty string or NULL.
static int ESI_ERR_NULL_USERID
          The user ID supplied was an empty string or NULL.
static int ESI_ERR_PASSWORD_EXPIRED
          The password or password phrase has expired.
static int ESI_ERR_PASSWORD_INVALID
          The password or password phrase is invalid.
static int ESI_ERR_PASSWORD_REJECTED
          The new password or password phrase does not conform to the standards defined by the External Security Manager.
static int ESI_ERR_PEM_NOT_ACTIVE
          Password Expiry Management is not enabled on the CICS server or the request was rejected by the active CICSRequestExit.
static int ESI_ERR_PEM_NOT_SUPPORTED
          Password Expiry Management is not supported by the CICS server or is not supported for the protocol used to communicate with the CICS server.
static int ESI_ERR_RESOURCE_SHORTAGE
          There are insufficient resources to communicate with the target CICS server; details might be available in the CICS TG error log files.
static int ESI_ERR_SECURITY_ERROR
          An error was detected by the External Security Manager.
static int ESI_ERR_SYSTEM_ERROR
          An internal system error has occurred.
static int ESI_ERR_UNKNOWN_SERVER
          The target CICS server is unknown to the Gateway daemon.
static int ESI_ERR_USERID_INVALID
          The user ID is not known to the External Security Manager.
static int ESI_NO_ERROR
          The function completed normally.
static int[] rcLookup
           
 

Field Detail

ESI_NO_ERROR

static final int ESI_NO_ERROR
The function completed normally.

See Also:
Constant Field Values

ESI_ERR_NO_CICS

static final int ESI_ERR_NO_CICS
Communication with the target CICS server could not be established.

See Also:
Constant Field Values

ESI_ERR_CICS_DIED

static final int ESI_ERR_CICS_DIED
Communication with the target CICS server was interrupted during the request.

See Also:
Constant Field Values

ESI_ERR_SYSTEM_ERROR

static final int ESI_ERR_SYSTEM_ERROR
An internal system error has occurred. If the problem persists, collect application and Gateway daemon trace and contact your IBM service representative.

See Also:
Constant Field Values

ESI_ERR_RESOURCE_SHORTAGE

static final int ESI_ERR_RESOURCE_SHORTAGE
There are insufficient resources to communicate with the target CICS server; details might be available in the CICS TG error log files.

See Also:
Constant Field Values

ESI_ERR_NO_SESSIONS

static final int ESI_ERR_NO_SESSIONS
There are insufficient communication resources to communicate with the target CICS server.

See Also:
Constant Field Values

ESI_ERR_UNKNOWN_SERVER

static final int ESI_ERR_UNKNOWN_SERVER
The target CICS server is unknown to the Gateway daemon.

See Also:
Constant Field Values

ESI_ERR_CALL_FROM_CALLBACK

static final int ESI_ERR_CALL_FROM_CALLBACK
The call was made from a Client daemon callback routine.

See Also:
Constant Field Values

ESI_ERR_SECURITY_ERROR

static final int ESI_ERR_SECURITY_ERROR
An error was detected by the External Security Manager. This could be because the user ID has expired or the CICS server is not configured to communicate with the External Security Manager.

See Also:
Constant Field Values

ESI_ERR_MAX_SYSTEMS

static final int ESI_ERR_MAX_SYSTEMS
The CICS TG has reached its limit on the maximum number of CICS servers.

See Also:
Constant Field Values

ESI_ERR_MAX_SESSIONS

static final int ESI_ERR_MAX_SESSIONS
There are insufficient communication resources to complete the request.

See Also:
Constant Field Values

ESI_ERR_NULL_USERID

static final int ESI_ERR_NULL_USERID
The user ID supplied was an empty string or NULL.

See Also:
Constant Field Values

ESI_ERR_NULL_OLD_PASSWORD

static final int ESI_ERR_NULL_OLD_PASSWORD
The current password supplied was an empty string or NULL.

See Also:
Constant Field Values

ESI_ERR_NULL_NEW_PASSWORD

static final int ESI_ERR_NULL_NEW_PASSWORD
The new password supplied was an empty string or NULL.

See Also:
Constant Field Values

ESI_ERR_PEM_NOT_SUPPORTED

static final int ESI_ERR_PEM_NOT_SUPPORTED
Password Expiry Management is not supported by the CICS server or is not supported for the protocol used to communicate with the CICS server. Password Expiry Management is supported for the SNA and IPIC protocols.

See Also:
Constant Field Values

ESI_ERR_PEM_NOT_ACTIVE

static final int ESI_ERR_PEM_NOT_ACTIVE
Password Expiry Management is not enabled on the CICS server or the request was rejected by the active CICSRequestExit.

See Also:
Constant Field Values

ESI_ERR_PASSWORD_EXPIRED

static final int ESI_ERR_PASSWORD_EXPIRED
The password or password phrase has expired.

See Also:
Constant Field Values

ESI_ERR_PASSWORD_INVALID

static final int ESI_ERR_PASSWORD_INVALID
The password or password phrase is invalid.

See Also:
Constant Field Values

ESI_ERR_PASSWORD_REJECTED

static final int ESI_ERR_PASSWORD_REJECTED
The new password or password phrase does not conform to the standards defined by the External Security Manager.

See Also:
Constant Field Values

ESI_ERR_USERID_INVALID

static final int ESI_ERR_USERID_INVALID
The user ID is not known to the External Security Manager.

See Also:
Constant Field Values

ESI_ERR_NULL_PASSWORD

static final int ESI_ERR_NULL_PASSWORD
The password supplied was an empty string or NULL.

See Also:
Constant Field Values

astrCics_Rc

static final java.lang.String[] astrCics_Rc
Error code enumeration. Not to be used directly.


rcLookup

static final int[] rcLookup

©Copyright IBM Corp. 1994, 2012
Legal