All messages issued by BEA Connect TCP for IMS have an IBM-standard 8-character message ID beginning with the characters, "BEA". Messages have the following general format: BEAnnnnt ssss text
A Logical Machine ID (LMID) is a symbolic name used to identify a BEA Connect gateway. LMIDs are defined in the BEA Connect TCP for IMS configuration file, and appear in selected messages issued by BEA Connect TCP for IMS.
When used in a message to identify a gateway, the Logical Machine ID appears as follows: LMID (logical-machine-id, type) where:
Note:
The Logical Machine IDs are defined in the configuration file for BEA Connect TCP for IMS.
The terms local and remote, as used in this document, are relative to the BEA Connect TCP for IMS gateway. Local refers to the IMS gateway; remote refers to another BEA Connect gateway with which the IMS gateway is communicating.
The following are examples of LMIDs used in messages issued by BEA Connect TCP for IMS:
LMID Examples
BEA Connect TCP for IMS returns the following messages to a remote gateway in conjunction with positive and negative responses to requests presented by a remote gateway:
Messages Returned to the Remote Gateway
These messages may also be recorded in the Message Log and displayed on the MVS console. Refer to Messages Written to the BEA Connect TCP for IMS Message Log for a complete description of each of the these messages.
Message ID: BEA2000I
Message Text: jobname BEA Connect TCP For IMS (vv.rr) has ended - RC = rc
Explanation: This message is issued during termination just before BEA Connect TCP for IMS returns to MVS.
jobname is the MVS job name assigned to BEA Connect TCP for IMS.
vv is the product version number.
rr is the product release number.
rc is a return code indicating the reason for termination. The most common return code is 24, indicating that termination occurred in response to a SHUTDOWN request.
Response: BEA Connect TCP for IMS normally terminates in response to a SHUTDOWN request, in which case the return code will be 24 and no special response is required. If BEA Connect TCP for IMS terminates with a return code other than 24, termination is the result of an abnormal condition. In that case, there should be other message(s) that provide additional information about the reason for the termination.
Message ID: BEA2001I
Message Text: jobname BEA Connect TCP For IMS (vv.rr) starting
Explanation: This message is issued when BEA Connect TCP for IMS begins execution.
jobname is the MVS job name assigned to BEA Connect TCP for IMS.
vv is the product version number.
rr is the product release number.
Response: None required.
Message ID: BEA2002I
Message Text: jobname BEA Connect TCP For IMS (vv.rr) initialization complete
Explanation: This message is issued when BEA Connect TCP for IMS has successfully completed initialization and is ready to begin normal processing.
jobname is the MVS job name assigned to BEA Connect TCP for IMS.
vv is the product version number.
rr is the product release number.
Response: None required.
Message ID: BEA2003I
Message Text: BEA Connect TCP For IMS (vv.rr) is terminating (RSN=rc)
Explanation: This message is issued when BEA Connect TCP for IMS begins the termination process (for example, in response to an operator SHUTDOWN command).
vv is the product version number.
rr is the product release number.
rc is a reason code indicating the reason for termination.
Response: BEA Connect TCP for IMS normally terminates in response to a SHUTDOWN request, in which case the return code will be 24 and no special response is required.
Message ID: BEA2004E
Message Text: Invalid IMS Client Request: description, Error(error-code), Reason(reason-code)
Explanation: An IMS Client transaction has issued a request that is invalid.
description is a text description of the error detected.
error-code is the Error Code. Refer to Appendix F, "Error and Reason Codes," for a description of Error Codes issued by BEA Connect TCP For IMS.
reason-code is the Reason Code. Refer to Appendix F, "Error and Reason Codes," for a description of Reason Codes issued by BEA Connect TCP For IMS.
Response: Identify and correct the indicated problem.
Message ID: BEA2005E
Message Text: IMS Client Request for Service(service) failed: Requested service not defined
Explanation: The requested service is not defined to BEA Connect TCP for IMS.
service is the specified Service Name.
Response: The specified service is not defined in the BEA Connect TCP for IMS configuration file. Ensure that the correct local service name is being specified, and that the service is properly defined in the configuration file with the specified local service name. Message ID: BEA2006E
Message Text: IMS Client Request for Service(service) failed: All outbound sessions busy
Explanation: All available outbound sessions with remote systems offering the service are currently in use (and no additional sessions can be started due to session limits).
service is the specified Service Name.
Response: Retry the request later. Increase the maximum number of outbound sessions defined for remote system(s) that offer the specified service.
Message ID: BEA2007E
Message Text: Client Request routing error: Service(service-name), RC(rc)
Explanation: An internal error occurred while attempting to select a remote system and outbound session to process an IMS Client Request.
service-name is the specified Service Name.
rc is the Return Code returned by the GetServiceInfo() function.
Response: Report the error to the systems programmer responsible for BEA Connect TCP For IMS. Message ID: BEA2008E
Message Text: Operator command unrecognized - rejected
Explanation: An operator command has been entered that is syntactically invalid.
Response: Correct and re-enter the command. Message ID: BEA2009I
Message Text: Operator request for SHUTDOWN accepted
Explanation: BEA Connect TCP for IMS has recognized and accepted an operator request to initiate shutdown processing.
Action: BEA Connect TCP For IMS begins the process of terminating.
Response: None required. Message ID: BEA2010I
Message Text: Initializing IMS interface
Explanation: This message is issued during initialization to indicate that the interface with IMS (i.e., via the IMS Message Queue) is being initialized.
Response: None required. Message ID: BEA2011E
Message Text: Abnormal return from IMS function request - Status = ss
Explanation: An IMS API call has returned an abnormal or unexpected status code.
function is the IMS Function Code: ss is the Status Code from the Program Control Block (PCB).
Response: Identify the type of error and determine the reason for it. For example, the error may be the result of a temporary change in the IMS configuration.
Message ID: BEA2012E
Message Text: Open failed for Message Log: DDNAME(ddname)
Explanation: BEA Connect TCP for IMS was unable to open the Message Log.
ddname is the DDNAME of the Message Log dataset.
Action: Initialization fails and BEA Connect TCP For IMS terminates.
Response: Verify that the correct DDNAME is coded in the JCL for BEA Connect TCP For IMS and that the Message Log dataset has the correct attributes. Message ID: BEA2013I
Message Text: Initializing network (TCP/IP) interface
Explanation: This message is issued during initialization to indicate that the TCP/IP network interface is being initialized. This includes starting a Listener session for each local gateway defined in the BEA Connect TCP for IMS Configuration File.
Response: None required. Message ID: BEA2014I
Message Text: Terminating network (TCP/IP) interface
Explanation: This message is issued during termination to indicate that the TCP/IP network interface is being terminated. This involves Response: None required. Message ID: BEA2015I
Message Text: ssss Inbound Sessions are no longer being accepted by LMID(lmid,L)
Explanation: The Listener for the specified Logical Machine ID is being stopped; inbound TCP/IP connection requests will no longer be accepted by this LMID.
ssss is the Socket ID assigned to the Listener by TCP/IP.
lmid is the Logical Machine ID of the local gateway.
Response: None required. Message ID: BEA2016I
Message Text: Starting Listener for LMID(lmid,L), IP(ip-address), Port(port-number)
Explanation: A Listener is being started for the local gateway to accept TCP/IP connection requests from remote systems.
lmid is the Logical Machine ID of the local gateway.
ip-address is the IP address at which TCP/IP connection requests will be accepted. If an asterisk (*) appears, connection requests will be accepted through any available network interface on the machine.
port-number is the Port Number at which TCP/IP connection requests will be accepted.
Response: None required.
Message ID: BEA2017E
Message Text: Unable to allocate Session Control Block for Listener
Explanation: BEA Connect TCP for IMS was unable to allocate storage for an internal control block used to manage a Listener session.
Response: This is an abnormal condition indicating a severe storage shortage or corruption of the storage allocation control blocks. It may be necessary to terminate BEA Connect TCP For IMS (preferably with a dump) to identify and correct the problem. Message ID: BEA2018I
Message Text: ssss LMID(lmid,L) is accepting TCP/IP connection requests at IP(ip-address), Port(port-number)
Explanation: A Listener has been successfully started for a local gateway and is ready to accept inbound TCP/IP connection requests from remote systems.
ssss is the Socket ID assigned to the Listener by TCP/IP.
lmid is the Logical Machine ID of the local gateway.
ip-address is the IP address at which TCP/IP connection requests will be accepted. If an asterisk (*) appears, connection requests will be accepted through any available network interface.
port-number is the Port Number on which TCP/IP connection requests will be accepted.
Response: None required. Message ID: BEA2019I
Message Text: ssss Inbound TCP/IP connection request received for LMID(lmid,L) from IP(ip-address: host-name)
Explanation: A TCP/IP connection request has been received from a remote system for a local gateway.
ssss is the Socket ID assigned to the connection by TCP/IP.
lmid is the Logical Machine ID of the local gateway receiving the request.
ip-address is the IP address of the remote system making the request.
host-name is the network name of the remote system making the request. TCP/IP obtains this information from a domain name server or from a local /etc/hosts file. If the name of the remote host cannot be determined, "Unknown" is displayed.
Response: None required. Message ID: BEA2020E
Message Text: ssss Inbound TCP/IP connection request rejected: Session limit (max-sessions) exceeded
Explanation: A TCP/IP connection request from a remote system was rejected because the local gateway is already operating at the specified maximum number of concurrent, inbound sessions.
ssss is the Socket ID assigned to the connection by TCP/IP.
max-sessions is the maximum number of concurrent, active inbound sessions supported by the local gateway.
Response: If necessary, increase the maximum number of inbound sessions for the local gateway (defined by the SESSIONS parameter on the GATEWAY TYPE=LOCAL statement). Message ID: BEA2021E
Message Text: ssss Unable to allocate Session Control Block for Inbound Session
Explanation: BEA Connect TCP for IMS was unable to allocate storage for an internal control block used to manage an Inbound Session.
ssss is the Socket ID assigned to the connection by TCP/IP.
Response: This is an abnormal condition indicating a severe storage shortage or corruption of the storage allocation control blocks. It may be necessary to terminate BEA Connect TCP For IMS (preferably with a dump) to identify and correct the problem. Message ID: BEA2022I
Message Text: ssss Inbound TCP/IP connection accepted by LMID(lmid,L(port)) from R(ip-address:port)
Explanation: An inbound TCP/IP connection from a remote system has been accepted by a local gateway.
ssss is the Socket ID assigned to the connection by TCP/IP.
lmid is the port for Logical Machine ID of the local gateway accepting the connection.
ip-address:port is the IP address and port for the remote system making the connection.
Response: None required. Message ID: BEA2023I
Message Text: Requesting outbound TCP/IP connection with LMID(lmid,R) at IP(ip-address), Port(port-number)
Explanation: The local gateway is attempting to establish an outbound TCP/IP connection with a remote system.
lmid is the Logical Machine ID of the remote gateway.
ip-address is the IP address of the remote gateway.
port-number is the Port Number of the remote gateway.
Response: None required.
Message ID: BEA2024I
Message Text: ssss Unable to establish TCP/IP connection with LMID(lmid,R)
Explanation: The local gateway has failed to establish an outbound TCP/IP connection with a remote system.
ssss is the Socket ID assigned to the connection by TCP/IP.
lmid is the Logical Machine ID of the remote gateway.
Response: None required.
Message ID: BEA2025E
Message Text: ssss Received message length (rcvd-length) exceeds maximum allowed on session (max-length)
Explanation: The local gateway has received a gateway message whose length exceeds the maximum allowed for the session.
ssss is the Socket ID assigned to the connection by TCP/IP.
rcvd-length is the length of the message received.
max-length is the maximum message length allowed on the session.
Action: The session is terminated.
Response: This error can be caused by any of the following:
Message ID: BEA2026E
Message Text: ssss Message header length (length) is not valid
Explanation: The local gateway has received a gateway message containing an invalid header length.
ssss is the Socket ID assigned to the connection by TCP/IP.
length is the length of the Message Header received.
Action: The session is terminated.
Response: This error may be caused by any of the following:
Message ID: BEA2027E
Message Text: ssss Message length (length) is not valid
Explanation: The local gateway has received a gateway message whose overall length is invalid (the total length is less than the length of the message header).
ssss is the Socket ID assigned to the connection by TCP/IP.
length is the length of the gateway message received.
Action: The session is terminated.
Response: Contact your BEA Connect TCP for IMS system programmer. Message ID: BEA2028E
Message Text: ssss IMS Client Request timed out: LMID(lmid,R), Service(service)
Explanation: An IMS Client Request was sent to a remote system for processing, but no response was received within a specified period of time.
ssss is the Socket ID assigned to the connection by TCP/IP.
lmid is the Logical Machine ID of the remote gateway.
service is the remote name of the service requested (i.e., the name of the service as defined on the remote system).
Action: BEA Connect TCP for IMS aborts the request and schedules the specified IMS response transaction with the appropriate return codes.
Response: The remote system may be experiencing problems, or may be extremely busy. An adjustment to the time out value may resolve this problem.
Message ID: BEA2029E
Message Text: ssss Allocation failed for buffer (size = buffer-size)
Explanation: BEA Connect TCP for IMS is unable to allocate a buffer of the specified size for a gateway message.
ssss is the Socket ID assigned to the connection by TCP/IP (this field is blank if there is no associated connection).
buffer-size is the size of the requested buffer.
Action: The session is terminated.
Response: Assuming a reasonable buffer size, this is an abnormal condition indicating a severe storage shortage or corruption of the storage allocation control blocks. It may be necessary to terminate BEA Connect TCP For IMS (preferably with a dump) to identify and correct the problem.
Message ID: BEA2030E
Message Text: ssss IMS Server Request failed - Invalid IMS transaction code: Service(service-name)
Explanation: BEA Connect TCP for IMS received an abnormal return from IMS (PCB Status Code = "A1") attempting to insert a Server Request Message into the IMS Message Queue.
ssss is the Socket ID assigned to the connection by TCP/IP.
service-name is the name of the requested service (i.e., the IMS transaction code for the server transaction).
Action: The request fails. This message is also returned to the remote gateway as part of a negative response to the request.
Response: The requested Service Name must be the (correct) IMS transaction code for the server transaction that processes the request. Check the remote configuration and verify that a valid IMS transaction name is specified as the remote service name.
Message ID: BEA2031I
Message Text: ssss Shutdown requested by client transaction: Type(type)
Explanation: A client transaction has requested a shutdown of the IMS gateway. Note that this request can be made either by a remote (e.g., BEA TUXEDO) client or an IMS Server transaction if ClientShutdown is set to Yes.
ssss is the Socket ID assigned to the connection by TCP/IP.
type is the type of shutdown requested:
STOP - Normal shutdown
DUMP - User 3166 abend with dump
Action: BEA Connect TCP for IMS initiates shutdown processing.
Response: Assuming that this is a valid request, no response is required.
Message ID: BEA2032E
Message Text: ssss IMS Server Request (size=size) exceeds maximum supported IMS message length (max-length)
Explanation: BEA Connect TCP for IMS has received a Server Request which is too large to be formatted into a single IMS message segment for insertion into the IMS Message Queue.
ssss is the Socket ID assigned to the connection by TCP/IP.
size is the length of the request message received.
max-length is the maximum supported length of an IMS message segment.
Action: The request fails.
Response: Server Requests are limited by the maximum supported IMS message segment length.
Message ID: BEA2033E
Message Text: Logging IMS Server Response: mmddyyyy.hhmmss.nnnnnn (reason)
Explanation: BEA Connect TCP for IMS is unable to correlate a response message returned by an IMS Server transaction with a pending, active request.
Each server request and response message is identified by a timestamp consisting of the date and time that BEA Connect TCP for IMS was started and a unique serial number:
mm Month (1-12)
dd Day (1-31)
yyyy Year
hh Hour (0-23)
mm Minute (0-59)
ss Second (0-59)
nnnnnn Serial Number
reason specifies the reason that the response is being logged (see below).
Action: The response message is logged in the Server Response Log dataset.
Response: If the reason is "Server Request not found", one of the following occurred: One other possible cause for this error is that BEA Connect TCP for IMS was unable to identify an IMS Client Request and processed it as if it were an IMS Server Response. This can happen if an IMS client transaction improperly initializes the BEA Client Request Header by failing to initialize the BEA-RESERVED1 field (BEA_Reserved1 in the C header file) to binary zero (low values).
Message ID: BEA2034E
Message Text: ssss Invalid or unsupported request received by LMID(lmid,L): Opcode(opcode)
Explanation: BEA Connect TCP for IMS has received a gateway message from a remote gateway containing an invalid or unsupported request type.
ssss is the Socket ID assigned to the connection by TCP/IP.
lmid is the Logical Machine ID of the local gateway receiving the request.
opcode is a numeric value identifying the request type.
Action: The session is terminated. This message is also sent to the remote gateway as part of a negative response to the request.
Response: The local and remote gateways may be incompatible (different versions). Message ID: BEA2035
Message ID: BEA2036I
Message Text: ssss CONNECT request received by LMID(lmid,L)
Explanation: BEA Connect TCP for IMS has received a CONNECT request from a remote gateway. A CONNECT request is issued to establish an inbound session with the local gateway.
ssss is the Socket ID assigned to the connection by TCP/IP.
lmid is the Logical Machine ID of the local gateway receiving the request.
Response: None required. Message ID: BEA2037I
Message Text: ssss CONNECT request accepted by LMID(lmid,L)
Explanation: BEA Connect TCP for IMS has accepted a CONNECT request from a remote gateway. An inbound session has been established. lmid is the Logical Machine ID of the local gateway receiving the request.
Response: None required.
Message ID: BEA2038I
Message Text: CONNECT request accepted by jobname BEA Connect TCP For IMS (vv.rr)
Explanation: This message is returned to the remote gateway as part of a positive response to a CONNECT request. jobname is the MVS job name assigned to BEA Connect TCP for IMS.
vv is the product version number.
rr is the product release number.
Response: None required. Message ID: BEA2039E
Message Text: ssss CONNECT request rejected by LMID(lmid,L): Not Authorized
ssss is the Socket ID assigned to the connection by TCP/IP.
lmid is the Logical Machine ID of the local gateway.
Explanation: The local gateway has rejected a CONNECT request from a remote gateway because the Account ID and/or Password presented is not correct.
Action: The session is terminated. This message is also returned to the remote gateway as part of a negative response to the CONNECT request.
Response: Check the respective configurations of the local and remote gateways to verify that they are consistent with respect to Account ID and/or Password.
Message ID: BEA2040I
Message Text: ssss SHUTDOWN request received by LMID(lmid,L)
Explanation: BEA Connect TCP for IMS has received a SHUTDOWN request from a remote gateway.
ssss is the Socket ID assigned to the connection by TCP/IP.
lmid is the Logical Machine ID of the local gateway receiving the request.
Action: BEA Connect TCP for IMS initiates termination processing.
Response: None required. Message ID: BEA2041I
Message Text: ssss DISCONNECT request received by LMID(lmid,L)
Explanation: BEA Connect TCP for IMS has received a DISCONNECT request from a remote gateway. A DISCONNECT request may be sent by a remote gateway to logically terminate a session.
ssss is the Socket ID assigned to the connection by TCP/IP.
lmid is the Logical Machine ID of the local gateway receiving the request.
Response: None required. Message ID: BEA2042I
Message Text: ssss DISCONNECT request accepted by LMID(lmid,L)
Explanation: BEA Connect TCP for IMS has accepted a DISCONNECT request received from a remote gateway.
ssss is the Socket ID assigned to the connection by TCP/IP.
lmid is the Logical Machine ID of the local gateway receiving the request.
Action: BEA Connect TCP for IMS terminates the inbound session with the remote gateway. Note, however, that the TCP/IP connection is not affected and remains open. The remote gateway may issue a subsequent CONNECT request to establish a new inbound session, or it may close the TCP/IP connection at its option.
Action: This message is also returned to the remote gateway as part of a positive response to the DISCONNECT request.
Response: None required. Message ID: BEA2043
Message ID: BEA2044I
Message Text: ssss PING request received by LMID(lmid,L)
Explanation: BEA Connect TCP for IMS has received a PING request from a remote gateway. A PING request may be sent by a remote gateway to verify that a logical session exists and that the partner gateway is operative.
ssss is the Socket ID assigned to the connection by TCP/IP.
lmid is the Logical Machine ID of the local gateway receiving the request.
Response: None required. Message ID: BEA2045I
Message Text: PING response: jobname BEA Connect TCP For IMS (vv.rr)
Explanation: This message is returned to the remote gateway by BEA Connect TCP for IMS in response to a PING request. jobname is the MVS job name assigned to BEA Connect TCP for IMS.
vv is the product version number.
rr is the product release number.
Response: None required. Message ID: BEA2046I
Message Text: ssss COMMAND received by LMID(lmid,L)
Explanation: BEA Connect TCP for IMS has received a command from a remote gateway.
ssss is the Socket ID assigned to the connection by TCP/IP.
lmid is the Logical Machine ID of the local gateway receiving the request.
Response: The COMMAND request is not currently supported by BEA Connect TCP for IMS and should not be sent by a remote gateway. (See Message ID: BEA2047E). Message ID: BEA2047E
Message Text: ssss Command rejected by LMID(lmid,L): Remote commands are not supported
Explanation: BEA Connect TCP for IMS does not currently support commands sent by remote gateways.
ssss is the Socket ID assigned to the connection by TCP/IP.
lmid is the Logical Machine ID of the local gateway.
Action: BEA Connect TCP for IMS ignores the request. This message is also returned to the remote gateway as part of a negative response to the COMMAND request.
Response: The remote gateway should not be sending commands. Check the configuration and version of the remote gateway to determine why this is occurring. Message ID: BEA2048
Message ID: BEA2049E
Message Text: ssss Protocol error detected by LMID(lmid,L) on Inbound Session: Request(request), State(state)
Explanation: BEA Connect TCP for IMS has received a request from a remote gateway, but the session is currently in a state which is inconsistent with the request.
ssss is the Socket ID assigned to the connection by TCP/IP.
lmid is the Logical Machine ID of the local gateway receiving the request.
request is the type of request received: CONNECT, DISCONNECT, etc.
state is a numeric value corresponding to the current state of the session, as viewed by BEA Connect TCP for IMS.
Action: BEA Connect TCP for IMS takes no specific action. However, subsequent errors (including additional protocol errors) may occur, which will likely lead to termination of the session.
This message is also returned to the remote gateway as part of a negative response to the request.
Response: This error can occur if two gateways become "out of sync" on a session with respect to their respective states. If this error occurs frequently or persistently, notify the systems programmer responsible for BEA Connect TCP for IMS.
Message ID: BEA2050
Message ID: BEA2051E
Message Text: ssss Invalid or unsupported response received from LMID(lmid,R): Opcode(opcode)
Explanation: BEA Connect TCP for IMS has received a response message from a remote gateway on an Outbound Session that cannot be identified (that is, the Opcode in the BEA Connect Message Header is not valid).
ssss is the Socket ID assigned to the connection by TCP/IP.
lmid is the Logical Machine ID of the remote gateway.
opcode is the numeric value of the Opcode in the Message Header.
Action: The session is terminated.
Response: If this error occurs, notify the systems programmer responsible for BEA Connect TCP for IMS.
Message ID: BEA2052I
Message Text: ssss Issuing CONNECT request for LMID(lmid,R)
Explanation: BEA Connect TCP for IMS is requesting an outbound session with a remote gateway.
ssss is the Socket ID assigned to the connection by TCP/IP.
lmid is the Logical Machine ID of the remote gateway.
Response: None required.
Message ID: BEA2053E
Message Text: ssss CONNECT request rejected by LMID(lmid,R): GWError(gwerror), GWMsg(gwmsg)
Explanation: BEA Connect TCP for IMS has received a negative response to a CONNECT request to establish an outbound session with a remote gateway.
ssss is the Socket ID assigned to the connection by TCP/IP.
lmid is the Logical Machine ID of the remote gateway.
gwerror is the Gateway Error Code returned by the remote gateway.
gwmsg is the Gateway Error Message returned by the remote gateway.
Action: The CONNECT request fails and the TCP/IP connection with the remote gateway is terminated.
Response: Refer to the documentation for the remote gateway for information about the reason for the error. Also, consult the remote gateway's log file for additional information.
Message ID: BEA2054I
Message Text: ssss CONNECT request accepted by LMID(lmid,R)
Explanation: BEA Connect TCP for IMS has received a positive response to a CONNECT request to establish an outbound session with a remote gateway. The session is established and is ready to process requests.
ssss is the Socket ID assigned to the connection by TCP/IP.
lmid is the Logical Machine ID of the remote gateway.
Response: None required.
Message ID: BEA2055I
Message Text: ssss Issuing DISCONNECT for LMID(lmid,R)
Explanation: BEA Connect TCP for IMS is ending an outbound session with a remote gateway.
ssss is the Socket ID assigned to the connection by TCP/IP.
lmid is the Logical Machine ID of the remote gateway.
Response: None required.
Message ID: BEA2056E
Message Text: ssss DISCONNECT rejected by LMID(lmid,R): GWError(gwerror), GWMsg(gwmsg)
Explanation: BEA Connect TCP for IMS has received a negative response to a DISCONNECT request to end an outbound session with a remote gateway.
ssss is the Socket ID assigned to the connection by TCP/IP.
lmid is the Logical Machine ID of the remote gateway.
gwerror is the Gateway Error Code returned by the remote gateway.
gwmsg is the Gateway Error Message returned by the remote gateway.
Action: The session is terminated.
Response: Refer to the documentation for the remote gateway for information about the reason for the error. Also, consult the remote gateway's log file for additional information.
Message ID: BEA2057I
Message Text: ssss DISCONNECT accepted by LMID(lmid,R)
Explanation: BEA Connect TCP for IMS has received a positive response to a DISCONNECT request to end an outbound session with a remote gateway.
ssss is the Socket ID assigned to the connection by TCP/IP.
lmid is the Logical Machine ID of the remote gateway.
Response: None required.
Message ID: BEA2058I
Message Text: ssss Sending PING request to LMID(lmid,R)
Explanation: BEA Connect TCP for IMS is sending a PING request to a remote gateway.
ssss is the Socket ID assigned to the connection by TCP/IP.
lmid is the Logical Machine ID of the remote gateway.
Response: None required.
Message ID: BEA2059E
Message Text: ssss PING request rejected by LMID(lmid,R): GWError(gwerror), GWMsg(gwmsg)
Explanation: BEA Connect TCP for IMS has received a negative response to a PING request sent to a remote gateway.
ssss is the Socket ID assigned to the connection by TCP/IP.
lmid is the Logical Machine ID of the remote gateway.
gwerror is the Gateway Error Code returned by the remote gateway.
gwmsg is the Gateway Error Message returned by the remote gateway.
Action: The session is terminated.
Response: Refer to the documentation for the remote gateway for information about the reason for the error. Also, consult the remote gateway's log file for additional information.
Message ID: BEA2060I
Message Text: ssss PING response from LMID(lmid,R): response
Explanation: BEA Connect TCP for IMS has received a positive response to a PING request sent to a remote gateway.
ssss is the Socket ID assigned to the connection by TCP/IP.
lmid is the Logical Machine ID of the remote gateway.
response is the text of the response message returned by the remote gateway.
Response: None required.
Message ID: BEA2061I
Message Text: ssss Sending command to LMID(lmid,R)
Explanation: BEA Connect TCP for IMS is sending a command to a remote gateway.
ssss is the Socket ID assigned to the connection by TCP/IP.
lmid is the Logical Machine ID of the remote gateway.
Response: None required.
Message ID: BEA2062E
Message Text: ssss COMMAND rejected by LMID(lmid,R): GWError(gwerror), GWMsg(gwmsg)
Explanation: BEA Connect TCP for IMS has received a negative response to a command sent to a remote gateway.
ssss is the Socket ID assigned to the connection by TCP/IP.
lmid is the Logical Machine ID of the remote gateway.
gwerror is the Gateway Error Code returned by the remote gateway.
gwmsg is the Gateway Error Message returned by the remote gateway.
Action: The session is terminated.
Response: Refer to the documentation for the remote gateway for information about the reason for the error. Also, consult the remote gateway's log file for additional information.
Message ID: BEA2063E
Message Text: ssss Unable to allocate buffer for IMS Client Request (size=buffer-size)
Explanation: BEA Connect TCP for IMS was unable to allocate storage for an internal buffer required to process an IMS Client Request.
ssss is the Socket ID assigned to the connection by TCP/IP.
buffer-size is the size of the required buffer.
Response: This is an abnormal condition indicating a severe storage shortage or corruption of the storage allocation control blocks. It may be necessary to terminate BEA Connect TCP For IMS (preferably with a dump) to identify and correct the problem. Message ID: BEA2064E
Message Text: ssss IMS Client Request sent to LMID(lmid,R) failed: GWError(gwerror), GWMsg(gwmsg)
Explanation: BEA Connect TCP for IMS has received a negative response to an IMS Client Request sent to a remote gateway.
ssss is the Socket ID assigned to the connection by TCP/IP.
lmid is the Logical Machine ID of the remote gateway.
gwerror is the Gateway Error Code returned by the remote gateway.
gwmsg is the Gateway Error Message returned by the remote gateway.
Action: The specified IMS Client response transaction is scheduled with the appropriate return codes.
Response: Refer to the documentation for the remote gateway for information about the reason for the error. Also, consult the remote gateway's log file for additional information.
Message ID: BEA2065E
Message Text: ssss State error on inout Session: LMID(lmid,type), Request(request), State(state)
Explanation: BEA Connect TCP for IMS has attempted to execute an operation against a session which is not currently in a state consistent with the requested operation.
ssss is the Socket ID assigned to the connection by TCP/IP.
inout session type: Inbound or Outbound
lmid is the Logical Machine ID of the gateway.
type is the gateway type: L (local) or R (remote).
request is the request type: CONNECT, DISCONNECT, etc.
state describes the current state of the session.
Action: The session is terminated.
Response: Refer this error to the systems programmer responsible for BEA Connect TCP for IMS.
Message ID: BEA2066E
Message Text: Unable to allocate Session Control Block for Outbound Session
Explanation: BEA Connect TCP for IMS was unable to allocate storage for an internal control block required to manage an outbound session.
Response: This is an abnormal condition indicating a severe storage shortage or corruption of the storage allocation control blocks. It may be necessary to terminate BEA Connect TCP For IMS (preferably with a dump) to identify and correct the problem. Message ID: BEA2067I
Message Text: ssss TCP/IP connection closed by session partner
Explanation: BEA Connect TCP for IMS has been notified that a TCP/IP connection with a remote system has been closed by the session partner.
ssss is the Socket ID assigned to the connection by TCP/IP.
Action: The session is terminated.
Response: None required.
Message ID: BEA2068I
Message Text: ssss TCP/IP connection reset
Explanation: BEA Connect TCP for IMS has been notified that a connection with a remote system has been reset. A reset occurs when the connection is hard-closed (i.e., closed without first issuing a TCP/IP shutdown request).
ssss is the Socket ID assigned to the connection by TCP/IP.
Action: The session is terminated.
Response: None required.
Message ID: BEA2069E
Message Text: ssss Length error on socket read
Explanation: TCP/IP reported an illogical length read from a connection; for example, the length reported was greater than the actual length requested.
ssss is the Socket ID assigned to the connection by TCP/IP.
Action: The session is terminated.
Response: This error may indicate a problem with TCP/IP for MVS.
Message ID: BEA2070E
Message Text: ssss Abnormal return from TCP/IP API request: fcn(function), rc(rc), errno(errno)
Explanation: BEA Connect TCP for IMS received an abnormal return from a TCP/IP socket operation.
ssss is the Socket ID assigned to the connection by TCP/IP.
function is the TCP/IP API function called: read, write, etc.
rc is the TCP/IP return code (usually -1).
errno is the TCP/IP errno value returned.
Action: The session is terminated.
Response: Consult the IBM TCP/IP for MVS documentation for a description of possible errno values and their meanings.
Message ID: BEA2071I
Message Text: ssss Session termination in progress (RSN=reason)
Explanation: BEA Connect TCP for IMS has initiated termination of a session with a remote gateway.
ssss is the Socket ID assigned to the connection by TCP/IP.
reason is a numeric value indicating the reason the session is being terminated. Some typical reason codes are:
12 A socket error occurred
16 The connection was closed by the session partner
20 An internal gateway request (such as CONNECT) timed out
24 BEA Connect TCP for IMS is terminating in response to a SHUTDOWN request
28 Session limit exceeded (a new session cannot be started)
60 A session protocol error occurred
Response: This action typically occurs as the result of a session-related error condition (identified by the reason code), or in conjunction with a SHUTDOWN request. If a reason code other than one of those listed above is given, the error should be reported to the systems programmer responsible for BEA Connect TCP for IMS.
Message ID: BEA2072I
Message Text: ssss TCP/IP connection closed
Explanation: As part of the session termination process, BEA Connect TCP for IMS has successfully closed the TCP/IP connection.
ssss is the Socket ID assigned to the connection by TCP/IP.
Response: None required.
Message ID: BEA2073I
Message Text: ssss Session termination complete
Explanation: A session has been successfully terminated by BEA Connect TCP for IMS.
ssss is the Socket ID assigned to the connection by TCP/IP.
Response: None required.
Message ID: BEA2074E
Message Text: Error writing to Server Response Log File
Explanation: BEA Connect TCP for IMS received an abnormal return attempting to write a record to the Server Response Log File.
Response: Check the Server Response Log File to ensure that it is allocated with the correct dataset attributes, allocated using the correct DDNAME, and is not full or experiencing I/O errors.
Message ID: BEA2075E
Message Text: Open failed for Server Response Log File: DDNAME(ddname)
Explanation: BEA Connect TCP for IMS is not able to open the Server Response Log File.
ddname is the DDNAME used by BEA Connect TCP for IMS to open the dataset.
Action: Initialization fails and BEA Connect TCP for IMS terminates.
Response: Check the Server Response Log File to ensure that it is allocated with the correct dataset attributes and is allocated using the correct DDNAME as shown.
Message ID:BEA2076E
Message Text: ssss IMS Server Request received with previous request pending (timeout assumed)
Explanation: BEA Connect TCP for IMS has received an IMS Server Request from a remote gateway, but a prior request is still pending (i.e., currently being serviced by IMS).
ssss is the Socket ID assigned to the connection by TCP/IP.
Action: BEA Connect TCP assumes that the remote gateway has timed out waiting for a response to the previous request. Therefore, the previous request (currently being serviced by IMS) is aborted (discarded) and BEA Connect TCP for IMS begins processing the new request.
Response: This error can occur when a remote gateway cancels a previously-sent request (i.e., due to timeout) and immediately sends another request.
Message ID: BEA2077E
Message Text: ssss Pending IMS Server Request for Service(service) aborted
Explanation: BEA Connect TCP for IMS has aborted processing of the current Server Request.
ssss is the Socket ID assigned to the connection by TCP/IP.
service is the name of the service (i.e., the IMS Server transaction) scheduled to process the current request.
Action: The current request is discarded and the session is ready to accept a new request.
Response: None required.
Message ID: BEA2078E
Message Text: ssss IMS Server Request timed out: Service(service)
Explanation: An IMS Server Request requiring a response was being processed by IMS, but no response was received within a specified period of time.
ssss is the Socket ID assigned to the connection by TCP/IP.
service is the name of the service (i.e., the IMS Server transaction) scheduled to process the request.
Action: The request is aborted. This message is also returned to the remote gateway as part of a negative response to the request.
Response: Check the IMS Server transaction (service) that processes the request to make sure that it is not stopped or has an unusually high backlog.
Message ID: BEA2079
Message ID: BEA2080E
Message Text: Malloc failed for parse work area
Explanation: BEA Connect TCP for IMS was unable to allocate storage for an internal work area used to parse the Configuration File.
Action: Initialization fails and BEA Connect TCP for IMS terminates.
Response: Report this error to the systems programmer responsible for BEA Connect TCP for IMS.
Message ID: BEA2081
Message ID: BEA2082E
Message Text: Missing LMID option for REMOTE GATEWAY
Explanation: A required keyword parameter (LMID) was omitted from a GATEWAY TYPE=REMOTE statement in the Configuration File.
Action: Initialization fails and BEA Connect TCP for IMS terminates.
Response: Correct the problem and restart BEA Connect TCP for IMS.
Message ID: BEA2083E
Message Text: Missing HOSTADDR option for REMOTE GATEWAY
Explanation: A required keyword parameter (HOSTADDR) was omitted from a GATEWAY TYPE=REMOTE statement in the Configuration File.
Action: Initialization fails and BEA Connect TCP for IMS terminates.
Response: Correct the problem and restart BEA Connect TCP for IMS.
Message ID: BEA2084E
Message Text: Missing PORT option for REMOTE GATEWAY
Explanation: A required keyword parameter (PORT) was omitted from a GATEWAY TYPE=REMOTE statement in the Configuration File.
Action: Initialization fails and BEA Connect TCP for IMS terminates.
Response: Correct the problem and re-start BEA Connect TCP for IMS.
Message ID: BEA2085E
Message Text: NAME option is invalid for REMOTE GATEWAY
Explanation: An invalid keyword parameter (NAME) was specified on a GATEWAY TYPE=REMOTE statement in the Configuration File.
Action: Initialization fails and BEA Connect TCP for IMS terminates.
Response: Correct the problem and restart BEA Connect TCP for IMS.
Message ID: BEA2086E
Message Text: TIMEOUT option is invalid for REMOTE GATEWAY
Explanation: An invalid keyword parameter (TIMEOUT) was specified on a GATEWAY TYPE=REMOTE statement in the Configuration File.
Action: Initialization fails and BEA Connect TCP for IMS terminates.
Response: Correct the problem and restart BEA Connect TCP for IMS.
Message ID: BEA2087E
Message Text: Can not malloc for Remote Host
Explanation: BEA Connect TCP for IMS was unable to allocate storage for an internal control block used to manage a remote gateway.
Action: Initialization fails and BEA Connect TCP for IMS terminates.
Response: Report this error to the systems programmer responsible for BEA Connect TCP for IMS.
Message ID: BEA2088E
Message Text: Missing LMID option for LOCAL GATEWAY
Explanation: A required keyword parameter (LMID) was omitted from a GATEWAY TYPE=LOCAL statement in the Configuration File.
Action: Initialization fails and BEA Connect TCP for IMS terminates.
Response: Correct the problem and restart BEA Connect TCP for IMS.
Message ID: BEA2089E
Message Text: Missing HOSTADDR option for LOCAL GATEWAY
Explanation: A required keyword parameter (HOSTADDR) was omitted from a GATEWAY TYPE=LOCAL statement in the Configuration File.
Action: Initialization fails and BEA Connect TCP for IMS terminates.
Response: Correct the problem and restart BEA Connect TCP for IMS.
Message ID: BEA2090E
Message Text: Missing PORT option for LOCAL GATEWAY
Explanation: A required keyword parameter (PORT) was omitted from a GATEWAY TYPE=LOCAL statement in the Configuration File.
Action: Initialization fails and BEA Connect TCP for IMS terminates.
Response: Correct the problem and restart BEA Connect TCP for IMS.
Message ID: BEA2091E
Message Text: Missing ACCOUNT option for LOCAL GATEWAY
Explanation: A required keyword parameter (ACCOUNT) was omitted from a GATEWAY TYPE=LOCAL statement in the Configuration File.
Action: Initialization fails and BEA Connect TCP for IMS terminates.
Response: Correct the problem and restart BEA Connect TCP for IMS. Message ID: BEA2092E
Message Text: Missing PASSWORD option for LOCAL GATEWAY
Explanation: A required keyword parameter (PASSWORD) was omitted from a GATEWAY TYPE=LOCAL statement in the Configuration File.
Action: Initialization fails and BEA Connect TCP for IMS terminates.
Response: Correct the problem and restart BEA Connect TCP for IMS.
Message ID: BEA2093E
Message Text: NAME option is invalid for LOCAL GATEWAY
Explanation: An invalid keyword parameter (NAME) was specified on a GATEWAY TYPE=LOCAL statement in the Configuration File.
Action: Initialization fails and BEA Connect TCP for IMS terminates.
Response: Correct the problem and restart BEA Connect TCP for IMS.
Message ID: BEA2094E
Message Text: TIMEOUT option is invalid for LOCAL GATEWAY
Explanation: An invalid keyword parameter (TIMEOUT) was specified on a GATEWAY TYPE=LOCAL statement in the Configuration File.
Action: Initialization fails and BEA Connect TCP for IMS terminates.
Response: Correct the problem and restart BEA Connect TCP for IMS.
Message ID: BEA2095E
Message Text: Can not malloc for Local Host
Explanation: BEA Connect TCP for IMS was unable to allocate storage for an internal control block used to manage the local gateway.
Action: Initialization fails and BEA Connect TCP for IMS terminates.
Response: Report this error to the systems programmer responsible for BEA Connect TCP for IMS.
Message ID: BEA2096E
Message Text: Missing LMID option for REMOTE SERVICE
Explanation: A required keyword parameter (LMID) was omitted from a SERVICE TYPE=REMOTE statement in the Configuration File.
Action: Initialization fails and BEA Connect TCP for IMS terminates.
Response: Correct the problem and restart BEA Connect TCP for IMS. Message ID: BEA2097E
Message Text: HOSTADDR option is invalid for REMOTE SERVICE
Explanation: An invalid keyword parameter (HOSTADDR) was specified on a SERVICE TYPE=REMOTE statement in the Configuration File.
Action: Initialization fails and BEA Connect TCP for IMS terminates.
Response: Correct the problem and restart BEA Connect TCP for IMS.
Message ID: BEA2098E
Message Text: PORT option is invalid for REMOTE SERVICE
Explanation: An invalid keyword parameter (PORT) was specified on a SERVICE TYPE=REMOTE statement in the Configuration File.
Action: Initialization fails and BEA Connect TCP for IMS terminates.
Response: Correct the problem and restart BEA Connect TCP for IMS.
Message ID: BEA2099E
Message Text: ACCOUNT option is invalid for REMOTE SERVICE
Explanation: An invalid keyword parameter (ACCOUNT) was specified on a SERVICE TYPE=REMOTE statement in the Configuration File.
Action: Initialization fails and BEA Connect TCP for IMS terminates.
Response: Correct the problem and restart BEA Connect TCP for IMS.
Message ID: BEA2100E
Message Text: PASSWORD option is invalid for REMOTE SERVICE
Explanation: An invalid keyword parameter (PASSWORD) was specified on a SERVICE TYPE=REMOTE statement in the Configuration File.
Action: Initialization fails and BEA Connect TCP for IMS terminates.
Response: Correct the problem and restart BEA Connect TCP for IMS.
Message ID: BEA2101E
Message Text: MAXMSGLEN option is invalid for REMOTE SERVICE
Explanation: An invalid keyword parameter (MAXMSGLEN) was specified on a SERVICE TYPE=REMOTE statement in the Configuration File.
Action: Initialization fails and BEA Connect TCP for IMS terminates.
Response: Correct the problem and restart BEA Connect TCP for IMS.
Message ID: BEA2102E
Message Text: SESSIONS option is invalid for REMOTE SERVICE
Explanation: An invalid keyword parameter (SESSIONS) was specified on a SERVICE TYPE=REMOTE statement in the Configuration File.
Action: Initialization fails and BEA Connect TCP for IMS terminates.
Response: Correct the problem and restart BEA Connect TCP for IMS.
Message ID: BEA2103E
Message Text: Missing NAME option for REMOTE SERVICE
Explanation: A required keyword parameter (NAME) was omitted from a SERVICE TYPE=REMOTE statement in the Configuration File.
Action: Initialization fails and BEA Connect TCP for IMS terminates.
Response: Correct the problem and re-start BEA Connect TCP for IMS. Message ID: BEA2104E
Message Text: Missing TIMEOUT option for REMOTE SERVICE
Explanation: A required keyword parameter (TIMEOUT) was omitted from a SERVICE TYPE=REMOTE statement in the Configuration File.
Action: Initialization fails and BEA Connect TCP for IMS terminates.
Response: Correct the problem and restart BEA Connect TCP for IMS. Message ID: BEA2105E
Message Text: Can not malloc for Work Service
Explanation: BEA Connect TCP for IMS was unable to allocate storage used to process Remote Service definitions.
Action: Initialization fails and BEA Connect TCP for IMS terminates.
Response: Report this error to the systems programmer responsible for BEA Connect TCP for IMS.
Message ID: BEA2106E
Message Text: Can not malloc for CurrWorkSer Info
Explanation: BEA Connect TCP for IMS was unable to allocate storage used to process Remote Service definitions.
Action: Initialization fails and BEA Connect TCP for IMS terminates.
Response: Report this error to the systems programmer responsible for BEA Connect TCP for IMS.
Message ID: BEA2107E
Message Text: The command lines which are in error are: text
Explanation: When a syntax error is detected during processing of the Configuration File, BEA Connect TCP for IMS displays the line(s) containing the error.
text are the line(s) containing the text in error.
Action: Initialization fails and BEA Connect TCP for IMS terminates.
Response: Correct the error and re-start BEA Connect TCP for IMS.
Message ID: BEA2108E
Message Text: Can not malloc for ServiceKeys
Explanation: BEA Connect TCP for IMS was unable to allocate storage used to process Remote Service definitions.
Action: Initialization fails and BEA Connect TCP for IMS terminates.
Response: Report this error to the systems programmer responsible for BEA Connect TCP for IMS.
Message ID: BEA2109E
Message Text: Could not find LMID [lmid] for Service [service]
Explanation: The Logical Machine ID (LMID) specified on a SERVICE TYPE=REMOTE statement could not be matched with a GATEWAY TYPE=REMOTE statement specifying the same (matching) LMID in the Configuration File.
lmid is the Logical Machine ID specified on the SERVICE TYPE=REMOTE statement.
service is the local service name specified on the SERVICE TYPE=REMOTE statement.
Action: Initialization fails and BEA Connect TCP for IMS terminates.
Response: Each Remote Service must be associated with a particular remote gateway (identified by a unique Logical Machine ID) that provides the service. Check the GATEWAY TYPE=REMOTE and SERVICE TYPE=REMOTE statements to verify that they specify the same Logical Machine ID (identically spelled).
Message ID: BEA2110E
Message Text: Syntax error in Configuration File, line line-no
Explanation: A syntax error was detected during processing of the Configuration File.
line-no is the line number of the line containing the syntax error.
Action: Initialization fails and BEA Connect TCP for IMS terminates.
Response: Correct the error and re-start BEA Connect TCP for IMS.
Message ID: BEA2111E
Message Text: Line in error: text
Explanation: This message is displayed in conjunction with message BEA2110E.
text is the line containing the text in error.
Action: Initialization fails and BEA Connect TCP for IMS terminates.
Response: Correct the error and restart BEA Connect TCP for IMS.
Message ID: BEA2112E
Message Text: Open failed for Configuration File: DDNAME(ddname)
Explanation: BEA Connect TCP for IMS was unable to open the Configuration File.
ddname is the DDNAME of the Configuration File dataset.
Action: Initialization fails and BEA Connect TCP For IMS terminates.
Response: Verify that the correct DDNAME is coded in the JCL for BEA Connect TCP For IMS and that the Configuration File dataset has the correct attributes. Message ID: BEA2113I
Message Text: jobname BEA Connect TCP For IMS (vv.rr) ready
Explanation: This message is issued by BEA Connect TCP for IMS in conjunction with an outstanding WTOR which can be used to enter operator commands.
jobname is the MVS job name assigned to BEA Connect TCP for IMS.
vv is the product version number.
rr is the product release number.
Response: None required. You may reply to the associated WTOR to enter an operator command for BEA Connect TCP for IMS.
Message ID: BEA2114I
Message Text: ssss Session TIMEOUT detected on LMID(lmid,type)
Explanation: This message is issued by BEA Connect TCP for IMS when an IDLE TIMEOUT has occurred???
ssss is the Socket ID assigned to the connection by TCP/IP.
lmid is the Logical Machine ID of the gateway.
type is the gateway type: L (local) or R (remote).
Response: Refer this error to the systems programmer responsible for BEA Connect TCP for IMS.
Message ID: BEA2115 - BEA2500
Messages Written to the BEA Connect TCP for IMS Message Log
If BEA Connect TCP for IMS terminates with a return code other than 24, termination is the result of an abnormal condition. In that case, there should be other message(s) that provide additional information about the reason for the termination.
GU (Get Unique)
GN (Get Next)
CHNG (Change)
ISRT (Insert)
PURG (Purge)
CHKP (Checkpoint)
- terminating active inbound sessions
- terminating active outbound sessions
- terminating Listener sessions
1. The configurations of the local and/or remote gateways may be incorrect or inconsistent with respect to the maximum message length allowed.
The Maximum Message Length of the local gateway is specified by the MAXMSGLEN parameter on the GATEWAY TYPE=LOCAL statement.
2. The remote gateway may not be properly configured to connect to an IMS gateway. In particular, the remote gateway may be configured incorrectly to connect to a CICS gateway.
3. Some other TCP/IP application (i.e., not a BEA Connect gateway) may be attempting to connect to the IP Address and Port Number used by BEA Connect TCP for IMS. Check the configuration and verify that BEA Connect TCP for IMS is not using an IP Address and Port Number which are also being used by another TCP/IP application.
1. The versions of the local and remote gateways may be incompatible.
2. Some other TCP/IP application (i.e., not a BEA Connect gateway) may be attempting to connect to the IP Address and Port Number used by BEA Connect TCP for IMS. Check the configuration and verify that BEA Connect TCP for IMS is not using an IP Address and Port Number which is also being used by another TCP/IP application.
1. BEA Connect TCP for IMS was restarted after the server request was sent to IMS but before the response was received. This message may be issued following a restart of BEA Connect TCP for IMS if server request(s) were in progress at the time BEA Connect TCP for IMS was terminated.
2. The TCP/IP connection with the remote gateway was lost after the server request was sent to IMS but before the response was received.
3. A server request timed out and was aborted (either by the local or the remote gateway) before the response was received from IMS.
If the reason is "No response was expected", it indicates that an IMS Server transaction issued a response to a request for which a response was not required. Correct the IMS Server transaction.
Reserved for future use by BEA Connect TCP for IMS.
ssss is the Socket ID assigned to the connection by TCP/IP.
Note: This message is not logged; however, message BEA2037I is logged.
Note that if the local gateway definition specifies that no Account ID and/or Password are to be used (by coding an asterisk for the Account ID and/or Password) then the remote gateway must present a blank (i.e., spaces) Account ID and/or Password.
Reserved for future use by BEA Connect TCP for IMS.
Note: This message is not logged.
Reserved for future use by BEA Connect TCP for IMS.
Reserved for future use by BEA Connect TCP for IMS.
Reserved for future use by BEA Connect TCP for IMS.
Reserved for future use by BEA Connect TCP for IMS.
Correct any errors and re-start BEA Connect TCP for IMS.
Reserved for future use by BEA Connect TCP for IMS.