EciReturnCode Enumeration

CICS Transaction Gateway V9.3.0.0
Defines External Call Interface (ECI) return codes.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.1.0.0 (9.1.0.4)
Syntax

public enum EciReturnCode
Members

  Member nameValueDescription
EciNoError0No error.
EciErrInvalidDataLength-1The protocol used to communicate with CICS is unable to send or receive the specified COMMAREA size.
EciErrInvalidExtendMode-2The ExtendMode property is not valid.
EciErrNoCics-3Communication with the target CICS server could not be established.
EciErrCicsDied-4Communication with the target CICS server was interrupted during the request.
EciErrRequestTimeout-5The timeout interval expired before the request was sent to CICS.
EciErrResponseTimeout-6The ECI call timed out while waiting for a response.
EciErrTransactionAbend-7The CICS transaction abended. The abend code is available in the AbendCode property.
EciErrLuwToken-8The LuwToken property is not valid. There is no active unit of work associated with the specified LUW token.
EciErrInvalidCallType-14The ECI request contains a Channel and the destination CICS server is not a defined IPIC server. -or- The active CICS request exit rejected the request.
EciErrResourceShortage-16There are insufficient resources to communicate with the target CICS server; details might be available in the CICS TG error log files.
EciErrNoSessions-17There are insufficient communication resources to communicate with the target CICS server.
EciErrUnknownServer-22The target CICS server is unknown to the Gateway daemon.
EciErrSecurityError-27An invalid combination of UserId and Password was specified.
EciErrMaxSystems-28The CICS TG has reached its limit on the maximum number of CICS servers.
EciErrMaxSessions-29There are insufficient communication resources to complete the request.
EciErrRolledBack-30An 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

Reference