com.ibm.connector2.cics

Class ECIResourceAdapterRc

  • java.lang.Object
    • com.ibm.connector2.cics.ECIResourceAdapterRc


  • public class ECIResourceAdapterRc
    extends java.lang.Object
    This class contains the return code strings that could be contained within any exception thrown by the ECI Resource Adapter.
    • Field Detail

      • ECI_NO_ERROR

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

        public 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_INVALID_EXTEND_MODE

        public static final int ECI_ERR_INVALID_EXTEND_MODE
        The extend mode is invalid. This is an internal error.
        See Also:
        Constant Field Values
      • ECI_ERR_NO_CICS

        public 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

        public 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_NO_REPLY

        public static final int ECI_ERR_NO_REPLY
        No reply received to an asynchrous request.
        See Also:
        Constant Field Values
      • ECI_ERR_TRANSACTION_ABEND

        public static final int ECI_ERR_TRANSACTION_ABEND
        The CICS transaction abended.
        See Also:
        Constant Field Values
      • ECI_ERR_SYSTEM_ERROR

        public static final int ECI_ERR_SYSTEM_ERROR
        An internal system error has occurred. If the problem persists, contact your service organization.
        See Also:
        Constant Field Values
      • ECI_ERR_INVALID_CALL_TYPE

        public static final int ECI_ERR_INVALID_CALL_TYPE
        The call type is invalid. This can occur for the following reasons:
        • An active CICS request exit rejected the request.
        • The ECI request contains a channel and the target CICS server or server connection protocol does not support channels.
        See Also:
        Constant Field Values
      • ECI_ERR_RESOURCE_SHORTAGE

        public static final int ECI_ERR_RESOURCE_SHORTAGE
        There are insufficient resources to communicate with the target CICS server; details might be available in one of the product error logs.
        See Also:
        Constant Field Values
      • ECI_ERR_INVALID_DATA_AREA

        public static final int ECI_ERR_INVALID_DATA_AREA
        The input data record is invalid.
        See Also:
        Constant Field Values
      • ECI_ERR_UNKNOWN_SERVER

        public static final int ECI_ERR_UNKNOWN_SERVER
        The target CICS server is unknown.
        See Also:
        Constant Field Values
      • ECI_ERR_SECURITY_ERROR

        public static final int ECI_ERR_SECURITY_ERROR
        An invalid combination of username and password was specified.
        See Also:
        Constant Field Values
      • ECI_ERR_ROLLEDBACK

        public 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