com.ibm.ctg.client

Interface ECIReturnCodes

  • All Known Implementing Classes:
    ECIRequest


    public interface ECIReturnCodes
    Gateway ECI Return codes.
    • Field Detail

      • ECI_NO_ERROR

        static final int ECI_NO_ERROR
        The function completed normally.
        See Also:
        Constant Field Values
      • ECI_ERR_INVALID_DATA_LENGTH

        static final int ECI_ERR_INVALID_DATA_LENGTH
        Invalid COMMAREA length. This might be because the protocol used to communicate with CICS is unable to send or receive the specified COMMAREA size.
        See Also:
        Constant Field Values
      • ECI_ERR_NO_CICS

        static final int ECI_ERR_NO_CICS
        Communication with the target CICS server could not be established.
        See Also:
        Constant Field Values
      • ECI_ERR_CICS_DIED

        static final int ECI_ERR_CICS_DIED
        Communication with the target CICS server was interrupted during the request.
        See Also:
        Constant Field Values
      • ECI_ERR_RESPONSE_TIMEOUT

        static final int ECI_ERR_RESPONSE_TIMEOUT
        The ECI call timed out while waiting for a response.
        See Also:
        Constant Field Values
      • ECI_ERR_EXEC_NOT_RESIDENT

        @Deprecated
        static final int ECI_ERR_EXEC_NOT_RESIDENT
        Deprecated. 
        See Also:
        Constant Field Values
      • ECI_ERR_SYSTEM_ERROR

        static final int ECI_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
      • ECI_ERR_NULL_WIN_HANDLE

        @Deprecated
        static final int ECI_ERR_NULL_WIN_HANDLE
        Deprecated. Not returned by the CICS Transaction Gateway Java API.
        See Also:
        Constant Field Values
      • ECI_ERR_NULL_MESSAGE_ID

        @Deprecated
        static final int ECI_ERR_NULL_MESSAGE_ID
        Deprecated. Not returned by the CICS Transaction Gateway Java API.
        See Also:
        Constant Field Values
      • ECI_ERR_THREAD_CREATE_ERROR

        static final int ECI_ERR_THREAD_CREATE_ERROR
        Error creating thread.
        See Also:
        Constant Field Values
      • ECI_ERR_INVALID_CALL_TYPE

        static final int ECI_ERR_INVALID_CALL_TYPE
        The call type was not valid. This can occur for the following reasons:
        • The value of the ECIRequest.Call_Type field was outside the range of valid call type values.
        • An asynchronous request using message qualifiers was sent to a server using the EXCI or IPIC protocols.
        • An ECIRequest.ECI_STATE_SYNC or ECIRequest.ECI_STATE_ASYNC request was sent to a server using the IPIC protocol.
        • The active CICSRequestExit rejected the request.
        • The ECI request contains a Channel and the destination CICS server is not a defined IPIC server or an IPIC server URL.
        See Also:
        Constant Field Values
      • ECI_ERR_ALREADY_ACTIVE

        static final int ECI_ERR_ALREADY_ACTIVE
        An attempt was made to continue an existing logical unit of work, but there was an outstanding asynchronous call for the same logical unit of work.
        See Also:
        Constant Field Values
      • ECI_ERR_RESOURCE_SHORTAGE

        static final int ECI_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
      • ECI_ERR_NO_SESSIONS

        static final int ECI_ERR_NO_SESSIONS
        There are insufficient communication resources to communicate with the target CICS server.
        See Also:
        Constant Field Values
      • ECI_ERR_NULL_SEM_HANDLE

        @Deprecated
        static final int ECI_ERR_NULL_SEM_HANDLE
        Deprecated. Not returned by the CICS Transaction Gateway Java API.
        See Also:
        Constant Field Values
      • ECI_ERR_INVALID_DATA_AREA

        static final int ECI_ERR_INVALID_DATA_AREA
        Data area is not valid.
        See Also:
        Constant Field Values
      • ECI_ERR_INVALID_VERSION

        @Deprecated
        static final int ECI_ERR_INVALID_VERSION
        Deprecated. Not returned by the CICS Transaction Gateway Java API.
        See Also:
        Constant Field Values
      • ECI_ERR_UNKNOWN_SERVER

        static final int ECI_ERR_UNKNOWN_SERVER
        The target CICS server is unknown to the Gateway daemon.
        See Also:
        Constant Field Values
      • ECI_ERR_CALL_FROM_CALLBACK

        static final int ECI_ERR_CALL_FROM_CALLBACK
        The call was made from a Client daemon callback routine.
        See Also:
        Constant Field Values
      • ECI_ERR_NO_SYSTEMS

        static final int ECI_ERR_NO_SYSTEMS
        There are no servers known to the Gateway daemon.
        See Also:
        Constant Field Values
      • ECI_ERR_MAX_SYSTEMS

        static final int ECI_ERR_MAX_SYSTEMS
        The CICS TG has reached its limit on the maximum number of CICS servers.
        See Also:
        Constant Field Values
      • ECI_ERR_MAX_SESSIONS

        static final int ECI_ERR_MAX_SESSIONS
        There are insufficient communication resources to complete the request.
        See Also:
        Constant Field Values
      • ECI_ERR_ROLLEDBACK

        static final int ECI_ERR_ROLLEDBACK
        An attempt was made to commit a logical unit of work, but the CICS server was unable to commit the changes, and backed them out instead.
        See Also:
        Constant Field Values
      • ECI_ERR_XID_INVALID

        static final int ECI_ERR_XID_INVALID
        No transaction exists with the specified XID. If the problem persists, collect JEE resource adapter and Gateway daemon trace and contact your IBM service representative.
        See Also:
        Constant Field Values
      • ECI_ERR_NO_MSG_QUALS

        static final int ECI_ERR_NO_MSG_QUALS
        An attempt to auto generate a message qualifier failed. There are no free message qualifiers.
        See Also:
        Constant Field Values
      • ECI_ERR_MSG_QUAL_IN_USE

        static final int ECI_ERR_MSG_QUAL_IN_USE
        The supplied message qualifier is already in use and cannot be used at this time.
        See Also:
        Constant Field Values
      • astrCics_Rc

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

        static final java.lang.String[] astrCics_Rc2
        Error code enumeration. Not to be used directly.
©Copyright IBM Corp. 1994, 2013
Legal