IMS User Guide

     Previous  Next    Open TOC in new window  Open Index in new window  View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Error and Informational Messages

All messages issued by BEA Tuxedo Mainframe Adapter for TCP (IMS) (hereafter referenced as TMA 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.

Message Part
Description
nnnn
A unique message number in the range 2000 - 2500.
t
The message type:
I=Informational
E=Error
W=Warning
ssss
The socket number identifying the TCP/IP connection with which the message is associated. If the message is not associated with a specific TCP/IP connection, this field is blank.
text
The actual text of the message.

 


Logical Machine IDs

A logical machine ID (LMID) is a symbolic name used to identify a BEA Tuxedo Mainframe Adapter gateway. LMIDs are defined in the BEA TMA TCP for IMS configuration file, and appear in selected messages issued by BEA TMA TCP for IMS.

When used in a message to identify a gateway, the logical machine ID displays as follows:

LMID (logical-machine-id, type)

logical-machine-id

is the logical machine ID (1-16 characters)

type

is the type of gateway: L is the local gateway; R is a remote gateway
Note: The logical machine IDs are defined in the configuration file for BEA TMA TCP for IMS.

The terms local and remote, as used in this document, are relative to the BEA TMA TCP for IMS gateway. Local refers to the IMS gateway; remote refers to another BEA Tuxedo Mainframe Adapter gateway with which the IMS gateway is communicating.

The following are examples of LMIDs used in messages issued by BEA TMA TCP for IMS:

 


Messages Returned to the Remote Gateway

BEA TMA 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:

These messages may also be recorded in the message log and displayed on the z/OS console. For a complete description of each of these messages, refer to the Messages Written to the BEA TMA TCP for IMS Message Log section that follows.

 


Messages Written to the BEA TMA TCP for IMS Message Log

BEA2000I
jobname BEA TMA vv.rr TCP For IMS has ended - RC = rc
 
Description:
This message is issued during termination just before BEA TMA TCP for IMS returns to z/OS.
jobname is the z/OS job name assigned to BEA TMA 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 TMA TCP for IMS normally terminates in response to a SHUTDOWN request, in which case the return code is 24 and no special response is required.
If BEA TMA 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 messages that provide additional information about the reason for the termination.
BEA2001I
jobname BEA TMA vv.rr TCP For IMS starting
 
Description:
This message is issued when BEA TMA TCP for IMS begins execution.
jobname is the z/OS job name assigned to BEA TMA TCP for IMS.
vv is the product version number.
rr is the product release number.
 
Response:
None required.
BEA2002I
jobname BEA TMA vv.rr TCP For IMS initialization complete
 
Description:
This message is issued when BEA TMA TCP for IMS has successfully completed initialization and is ready to begin normal processing.
jobname is the z/OS job name assigned to BEA TMA TCP for IMS.
vv is the product version number.
rr is the product release number.
 
Response:
None required.
BEA2003I
BEA TMA vv.rr TCP For IMS is terminating (RSN=rc)
 
Description:
This message is issued when BEA TMA 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 TMA TCP for IMS normally terminates in response to a SHUTDOWN request, in which case the return code is 24 and no special response is required.
If BEA TMA 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 messages that provide additional information about the reason for the termination.
BEA2004E
Invalid IMS Client Request: description, Error(error-code), Reason(reason-code)
 
Description:
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. For a description of error codes issued by BEA TMA TCP for IMS, refer to the Error and Reason Codes section.
reason-code is the reason code. For a description of reason codes issued by BEA TMA TCP for IMS, refer to the Error and Reason Codes section.
 
Response:
Identify and correct the indicated problem.
BEA2005E
IMS Client Request for Service(service) failed: Requested service not defined
 
Description:
The requested service is not defined to BEA TMA TCP for IMS.
service is the specified service name.
 
Response:
The specified service is not defined in the BEA TMA 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.
BEA2006E
IMS Client Request for Service(service) failed: All outbound sessions busy
 
Description:
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 systems that offer the specified service.
BEA2007E
Client Request routing error: Service(service-name), RC(rc)
 
Description:
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 TMA TCP for IMS.
BEA2008E
Operator command unrecognized - rejected
 
Description:
An operator command has been entered that is syntactically invalid.
 
Response:
Correct and re-enter the command.
BEA2009I
Operator request for SHUTDOWN accepted
 
Description:
BEA TMA TCP for IMS has recognized and accepted an operator request to initiate shutdown processing.
 
Action:
BEA TMA TCP for IMS begins the process of terminating.
 
Response:
None required.
BEA2010I
Initializing IMS interface
 
Description:
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.
BEA2011E
Abnormal return from IMS function request - Status = ss
 
Description:
An IMS API call has returned an abnormal or unexpected status code.
function is the IMS function code: GU (Get Unique) GN (Get Next) CHNG (Change) ISRT (Insert) PURG (Purge) CHKP (Checkpoint).
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.
BEA2012E
Open failed for Message Log: DDNAME(ddname)
 
Description:
BEA TMA TCP for IMS was unable to open the message log.
ddname is the DDNAME of the message log dataset.
 
Action:
Initialization fails and BEA TMA TCP for IMS terminates.
 
Response:
Verify that the correct DDNAME is coded in the JCL for BEA TMA TCP for IMS and that the message log dataset has the correct attributes.
BEA2013I
Initializing network (TCP/IP) interface
 
Description:
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 TMA TCP for IMS configuration file.
 
Response:
None required.
BEA2014I
Terminating network (TCP/IP) interface
 
Description:
This message is issued during termination to indicate that the TCP/IP network interface is being terminated. This involves: - terminating active inbound sessions - terminating active outbound sessions - terminating Listener sessions
 
Response:
None required.
BEA2015I
ssss Inbound Sessions are no longer being accepted by LMID(lmid,L)
 
Description:
The Listener for the specified logical machine ID is being stopped; inbound TCP/IP connection requests are no longer 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.
BEA2016I
Starting Listener for LMID(lmid,L), IP(ip-address), Port(port-number)
 
Description:
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 are accepted. If an asterisk (*) appears, connection requests are accepted through any available network interface on the machine.
port-number is the port number at which TCP/IP connection requests are accepted.
 
Response:
None required.
BEA2017E
Unable to allocate Session Control Block for Listener
 
Description:
BEA TMA 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 TMA TCP for IMS (preferably with a dump) to identify and correct the problem.
BEA2018I
ssss LMID(lmid,L) is accepting TCP/IP connection requests at IP(ip-address), Port(port-number)
 
Description:
A Listener was 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 are accepted. If an asterisk (*) appears, connection requests are accepted through any available network interface.
port-number is the port number on which TCP/IP connection requests are accepted.
 
Response:
None required.
BEA2019I
ssss Inbound TCP/IP connection request received for LMID(lmid,L) from IP(ip-address: host-name)
 
Description:
A TCP/IP connection request was 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.
BEA2020E
ssss Inbound TCP/IP connection request rejected: Session limit (max-sessions) exceeded
 
Description:
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 in the GATEWAY TYPE=LOCAL statement).
BEA2021E
ssss Unable to allocate Session Control Block for Inbound Session
 
Description:
BEA TMA 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 TMA TCP for IMS (preferably with a dump) to identify and correct the problem.
BEA2022I
ssss Inbound TCP/IP connection accepted by LMID(lmid,L(port)) from R(ip-address:port)
 
Description:
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.
port is the port for 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.
BEA2023I
Requesting outbound TCP/IP connection with LMID(lmid,R) at IP(ip-address), Port(port-number)
 
Description:
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.
BEA2024I
ssss Unable to establish TCP/IP connection with LMID(lmid,R)
 
Description:
The local gateway 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.
BEA2025E
ssss Received message length (rcvd-length) exceeds maximum allowed on session (max-length)
 
Description:
The local gateway 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:
  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 Tuxedo Mainframe Adapter gateway) may be attempting to connect to the IP address and port number used by BEA TMA TCP for IMS. Check the configuration and verify that BEA TMA TCP for IMS is not using an IP address and port number which are also being used by another TCP/IP application.
BEA2026E
ssss Message header length (length) is not valid
 
Description:
The local gateway 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:
  1. The versions of the local and remote gateways may be incompatible.
  2. Some other TCP/IP application (i.e., not a BEA Tuxedo Mainframe Adapter gateway) may be attempting to connect to the IP address and port number used by BEA TMA TCP for IMS. Check the configuration and verify that BEA TMA TCP for IMS is not using an IP address and port number which is also being used by another TCP/IP application.
BEA2027E
ssss Message length (length) is not valid
 
Description:
The local gateway 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 TMA TCP for IMS system programmer.
BEA2028E
ssss IMS Client Request timed out: LMID(lmid,R), Service(service)
 
Description:
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 TMA 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.
BEA2029E
ssss Allocation failed for buffer (size = buffer-size)
 
Description:
BEA TMA 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 TMA TCP for IMS (preferably with a dump) to identify and correct the problem.
BEA2030E
ssss IMS Server Request failed - Invalid IMS transaction code: Service(service-name)
 
Description:
BEA TMA TCP for IMS received an abnormal return from IMS (PCB Status Code = "A1") while 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.
BEA2031I
ssss Shutdown requested by client transaction: Type(type)
 
Description:
A client transaction 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 TMA TCP for IMS initiates shutdown processing.
 
Response:
Assuming that this is a valid request, no response is required.
BEA2032E
ssss IMS Server Request (size=size) exceeds maximum supported IMS message length (max-length)
 
Description:
BEA TMA TCP for IMS 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.
BEA2033E
Logging IMS Server Response: mmddyyyy.hhmmss.nnnnnn (reason)
 
Description:
BEA TMA 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 TMA 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.
 
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:
  1. BEA TMA 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 TMA TCP for IMS if server requests were in progress at the time BEA TMA 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.
 
Response:
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. One other possible cause for this error is that BEA TMA 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).
BEA2034E
ssss Invalid or unsupported request received by LMID(lmid,L): Opcode(opcode)
 
Description:
BEA TMA TCP for IMS 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 theological 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).
BEA2035E
Unable to add service service-name, maximum service count reached.
 
Description:
The maximum number of dynamically added services has been reached.
 
Action:
The ADD SERVICE operator command is rejected.
 
Response:
The service cannot be added dynamically. The BEA TMA TCP for IMS gateway must be stopped and restarted before additional services can be added dynamically.
BEA2036I
ssss CONNECT request received by LMID(lmid,L)
 
Description:
BEA TMA TCP for IMS 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.
BEA2037I
ssss CONNECT request accepted by LMID(lmid,L)
 
Description:
BEA TMA TCP for IMS accepted a CONNECT request from a remote gateway. An inbound session has been established.
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.
BEA2038I
Reserved for future use by BEA TMA TCP for IMS.
BEA2039E
ssss CONNECT request rejected by LMID(lmid,L): Not Authorized
 
Description:
The local gateway rejected a CONNECT request from a remote gateway because the account ID and/or password presented is not correct.
ssss is the socket ID assigned to the connection by TCP/IP.
lmid is the logical machine ID of the local gateway.
 
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. 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), the remote gateway must present a blank (i.e., spaces) account ID and/or password.
BEA2040I
ssss SHUTDOWN request received by LMID(lmid,L)
 
Description:
BEA TMA TCP for IMS 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 TMA TCP for IMS initiates termination processing.
 
Response:
None required.
BEA2041I
ssss DISCONNECT request received by LMID(lmid,L)
 
Description:
BEA TMA TCP for IMS 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.
 
Action:
BEA TMA 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.
 
Response:
None required.
BEA2042I
ssss DISCONNECT request accepted by LMID(lmid,L)
 
Description:
BEA TMA TCP for IMS 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:
This message is also returned to the remote gateway as part of a positive response to the DISCONNECT request.
 
Response:
None required.
BEA2043I
Inbound (request/response) for LMID(lmid,L)
 
Description:
A network message was received.
lmid is the logical machine ID of the local gateway receiving the request.
 
Action:
None.
 
Response:
None required. This message is used only when MSGLEVEL is set to DEBUG(10).
BEA2044I
ssss PING request received by LMID(lmid,L)
 
Description:
BEA TMA TCP for IMS 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.
BEA2045I
PING response: jobname BEA TMA vv.rr TCP For IMS
 
Description:
This message is returned to the remote gateway by BEA TMA TCP for IMS in response to a PING request. This message is not logged.
jobname is the z/OS job name assigned to BEA TMA TCP for IMS.
vv is the product version number.
rr is the product release number.
 
Response:
None required.
BEA2046I
ssss COMMAND received by LMID(lmid,L)
 
Description:
BEA TMA 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 TMA TCP for IMS and should not be sent by a remote gateway. (See ID: BEA2047E).
BEA2047E
ssss Command rejected by LMID(lmid,L): Remote commands are not supported
 
Description:
BEA TMA 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 TMA 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.
BEA2048I
Allocating Buffer (size=n)
 
Description:
An internal storage buffer was allocated.
 
Action:
None.
 
Response:
None required. This message is used only when MSGLEVEL is set to DEBUG(10).
BEA2049E
ssss Protocol error detected by LMID(lmid,L) on Inbound Session: Request(request), State(state)
 
Description:
BEA TMA TCP for IMS 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 TMA TCP for IMS.
 
Action:
BEA TMA TCP for IMS takes no specific action. However, subsequent errors (including additional protocol errors) can occur, which likely leads 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 TMA TCP for IMS.
BEA2050I
IMS Host hostname has been added.
 
Description:
The ADD HOST operator command has completed successfully.
 
Action:
None.
 
Response:
None required.
BEA2051E
ssss Invalid or unsupported response received from LMID(lmid,R): Opcode(opcode)
 
Description:
BEA TMA TCP for IMS received a response message from a remote gateway on an outbound session that cannot be identified (that is, the Opcode in the BEA Tuxedo Mainframe Adapter 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 TMA TCP for IMS.
BEA2052I
ssss Issuing CONNECT request for LMID(lmid,R)
 
Description:
BEA TMA 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.
BEA2053E
ssss CONNECT request rejected by LMID(lmid,R): GWError(gwerror), GWMsg(gwmsg)
 
Description:
BEA TMA TCP for IMS 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.
BEA2054I
ssss CONNECT request accepted by LMID(lmid,R)
 
Description:
BEA TMA 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.
BEA2055I
ssss Issuing DISCONNECT for LMID(lmid,R)
 
Description:
BEA TMA 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.
BEA2056E
ssss DISCONNECT rejected by LMID(lmid,R): GWError(gwerror), GWMsg(gwmsg)
 
Description:
BEA TMA TCP for IMS 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.
BEA2057I
ssss DISCONNECT accepted by LMID(lmid,R)
 
Description:
BEA TMA TCP for IMS 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.
BEA2058I
ssss Sending PING request to LMID(lmid,R)
 
Description:
BEA TMA 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.
BEA2059E
ssss PING request rejected by LMID(lmid,R): GWError(gwerror), GWMsg(gwmsg)
 
Description:
BEA TMA TCP for IMS 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.
BEA2060I
ssss PING response from LMID(lmid,R): response
 
Description:
BEA TMA TCP for IMS 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.
BEA2061I
ssss Sending command to LMID(lmid,R)
 
Description:
BEA TMA 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.
BEA2062E
ssss COMMAND rejected by LMID(lmid,R): GWError(gwerror), GWMsg(gwmsg)
 
Description:
BEA TMA TCP for IMS 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.
BEA2063E
ssss Unable to allocate buffer for IMS Client Request (size=buffer-size)
 
Description:
BEA TMA 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 TMA TCP for IMS (preferably with a dump) to identify and correct the problem.
BEA2064E
ssss IMS Client Request sent to LMID(lmid,R) failed: GWError(gwerror), GWMsg(gwmsg)
 
Description:
BEA TMA TCP for IMS 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.
BEA2065E
ssss State error on inout Session: LMID(lmid,type), Request(request), State(state)
 
Description:
BEA TMA TCP for IMS 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 TMA TCP for IMS.
BEA2066E
Unable to allocate Session Control Block for Outbound Session
 
Description:
BEA TMA 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 TMA TCP for IMS (preferably with a dump) to identify and correct the problem.
BEA2067I
ssss TCP/IP connection closed by session partner
 
Description:
BEA TMA TCP for IMS was notified that a TCP/IP connection with a remote system was 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.
BEA2068I
ssss TCP/IP connection reset
 
Description:
BEA TMA TCP for IMS was notified that a connection with a remote system was reset. A reset occurs when the connection is hard-closed (i.e., closed without first issuing a TCP/IP shutdown request).