CICS® Transaction Gateway Programming Reference v1.1.0.0

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
          On the CICS client, the call was made from a callback routine.
static int ESI_ERR_CICS_DIED
          The specified server is no longer available.
static int ESI_ERR_MAX_SESSIONS
          Not enough communication resources to satisfy request.
static int ESI_ERR_MAX_SYSTEMS
          Reached limit on maximum number of systems.
static int ESI_ERR_NO_CICS
          No CICS system available.
static int ESI_ERR_NO_SESSIONS
          No sessions.
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 old 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 has expired.
static int ESI_ERR_PASSWORD_INVALID
          The password is invalid.
static int ESI_ERR_PASSWORD_REJECTED
          The new password does not conform to the standards defined by the external security manager.
static int ESI_ERR_PEM_NOT_ACTIVE
          The requested server does not support password expiry management.
static int ESI_ERR_PEM_NOT_SUPPORTED
          Password Expiry Management is only supported over SNA and only on specific servers.
static int ESI_ERR_RESOURCE_SHORTAGE
          Not enough resources to complete the request.
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 occurred.
static int ESI_ERR_UNKNOWN_SERVER
          The requested server could not be located.
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
No CICS system available.

See Also:
Constant Field Values

ESI_ERR_CICS_DIED

static final int ESI_ERR_CICS_DIED
The specified server is no longer available.

See Also:
Constant Field Values

ESI_ERR_SYSTEM_ERROR

static final int ESI_ERR_SYSTEM_ERROR
An internal system error occurred.

See Also:
Constant Field Values

ESI_ERR_RESOURCE_SHORTAGE

static final int ESI_ERR_RESOURCE_SHORTAGE
Not enough resources to complete the request.

See Also:
Constant Field Values

ESI_ERR_NO_SESSIONS

static final int ESI_ERR_NO_SESSIONS
No sessions.

See Also:
Constant Field Values

ESI_ERR_UNKNOWN_SERVER

static final int ESI_ERR_UNKNOWN_SERVER
The requested server could not be located.

See Also:
Constant Field Values

ESI_ERR_CALL_FROM_CALLBACK

static final int ESI_ERR_CALL_FROM_CALLBACK
On the CICS client, the call was made from a 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. The most likely explanation is that the user ID has been revoked.

See Also:
Constant Field Values

ESI_ERR_MAX_SYSTEMS

static final int ESI_ERR_MAX_SYSTEMS
Reached limit on maximum number of systems.

See Also:
Constant Field Values

ESI_ERR_MAX_SESSIONS

static final int ESI_ERR_MAX_SESSIONS
Not enough communication resources to satisfy 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 old 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 only supported over SNA and only on specific servers.

See Also:
Constant Field Values

ESI_ERR_PEM_NOT_ACTIVE

static final int ESI_ERR_PEM_NOT_ACTIVE
The requested server does not support password expiry management.

See Also:
Constant Field Values

ESI_ERR_PASSWORD_EXPIRED

static final int ESI_ERR_PASSWORD_EXPIRED
The password has expired.

See Also:
Constant Field Values

ESI_ERR_PASSWORD_INVALID

static final int ESI_ERR_PASSWORD_INVALID
The password is invalid.

See Also:
Constant Field Values

ESI_ERR_PASSWORD_REJECTED

static final int ESI_ERR_PASSWORD_REJECTED
The new password 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, 2014
Legal