Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Using Messages With Identifiers : RA: TCP/IP RELAY

RA: TCP/IP RELAY
S6BRA001I
TCP/IP RELAY started; Incoming connections will not be accepted
TCP/IP RELAY
Communications services will not accept incoming TCP/IP connections for this component.
If the component needs to accept connections from TCP/IP then look in the job log for previous messages that will explain why connections will not be accepted. Look at your RELAY parameter file to ensure that the communication identifier for your component is defined correctly.
S6BRA003E
Outbound connection rejected. Insufficient number of socket handles
TCP/IP RELAY
TCP/IP connection could not be established because no more socket handles could be opened.
Increase the maximum number of socket handles for the component using the RELAY parameter file. Either increase the maximum number of sockets for a TCP/IP RELAY TCB by incrementing the "maxtcbsockets" parameter or increase the number of TCP/IP RELAY TCBs by incrementing the "tcbnum" parameter.
S6BRA004E
Attach of TCP/IP communications task failed with R15=%
TCP/IP RELAY
TCP/IP RELAY initialization failed when attaching a relay TCB. TCP/IP support for the Object Service Broker component is unavailable. R15 contains the return code from the ATTACH macro that failed.
Refer to the description of the return codes for the ATTACH macro in the IBM MVS Authorized Assembler Services Reference manual to determine what action should be taken.
S6BRA005E
Initialization of TCP/IP communications RELAY task failed
TCP/IP RELAY
Initialization of the TCP/IP RELAY failed. TCP/IP support for the component is disabled.
Refer to the previous message for more information.
S6BRA006E
Obtain of storage failed during intialization of TCP/IP RELAY with R15=%
TCP/IP RELAY
Initialization of the TCP/IP RELAY failed when allocating memory. TCP/IP communications support has been disabled. R15 contains the reason why the STORAGE macro failed.
Refer to the description of return codes for the STORAGE macro in the IBM MVS Assembler Services Reference manual to determine the action to be taken.
S6BRA007E
Communications identifier "%" not defined in the RELAY parameter file
TCP/IP RELAY
Open of communications node failed because the node was not defined in the RELAY parameter file.
Assure the communications identifier is defined in the directory section of your RELAY parameter file.
S6BRA008I
TCP/IP RELAY started; Accepting connections on interface address % socket port=%
TCP/IP RELAY
TCP/IP support for the component successfully initialized. New socket connections are being accepted on the adapter interface and port number displayed.
No action required.
S6BRA009I
TCP/IP RELAY stopped
TCP/IP RELAY
TCP/IP support for the component has been terminated. New socket connections are no longer being accepted.
No action required.
S6BRA011E
Connection to node "%" failed; Host "%" is unavailable
TCP/IP RELAY
Open of a TCP/IP connection failed because the host was unavailable.
Assure that the correct host name or IP address was used in the definition of the communication identifier in the directory section of your RELAY parameter file.
S6BRA012E
Connection to node "%" failed; CONNECT socket request failed with errno=%
TCP/IP RELAY
Open of a new connection failed because socket connect called error.
Refer to the return code appendix of the IBM IP Sockets Application Programming Interface Guide and Reference to determine the meaning of the errno value and the action to be taken.
S6BRA013I
Connection to node "%" refused
TCP/IP RELAY
Connection to the node was rejected or the socket port for the node was not open.
Verify that the remote node has been started. If the node is running then check the job log for the node to determine why the connection was rejected.
S6BRA014E
Socket receive error with errno=%; TCP/IP connection closed
TCP/IP RELAY
A socket receive error was detected during the exchange of data between the component and a TCP/IP remote communications node. The connection was closed.
Refer to the return code appendix of the IBM IP Sockets and Application Programming Guide and Reference to determine the meaning of the errno and the action to be take. The most common cause is that the remote node closed the connection.
S6BRA015E
Socket send failed; TCP/IP connection closed
TCP/IP RELAY
Socket send failed during the exchange of data to the remote node. The connection was automatically closed.
If this problem repeats then contact TIBCO Support.
S6BRA016E
Failed to allocate DXE memory; TCP/IP connection closed
TCP/IP RELAY
The TCP/IP RELAY failed to allocate memory for a buffer for a receive request. The connection was automatically closed.
Increase the region size in the JCL.
S6BRA017E
RELAY connection failed with RC=%; TCP/IP connection closed
TCP/IP RELAY
TCP/IP RELAY could not open a Cross Memory connection for the new TCP/IP connection. The new client connection was automatically closed.
View the SYSLOG for additional data on the error, and contact TIBCO Support if further assistance is required.
S6BRA018E
Unexpected socket read; TCP/IP connection closed
TCP/IP RELAY
Remote connect sent data when it was not expected. The connection was automatically closed.
A non Object Service Broker application may be attempting to use the Object Service Broker port. Otherwise contact TIBCO Support.
S6BRA019E
Open of socket listening port failed; % request failed with errno=%
TCP/IP RELAY
Open of the Object Service Broken listing port failed. TCP/IP support was disabled.
Refer to the return code appendix of the IBM IP Sockets Application Programming Interface Guide and Reference to determine the meaning of the errno value and the action to be taken.
S6BRA020E
Could not determine socket port number for node communications identifier %
TCP/IP RELAY
The service name used in the definition of the port number for the communication identifier could not be resolved.
Review the directory section of your RELAY parameter file and assure the correct service name has been specified. If the name is correct then assure that the service name is defined for your MVS system.
S6BRA021E
Connection to node "#" failed; GETSOCKOPT socket request failed with errno=#
TCP/IP RELAY
Outbound connection to node failed. GETSOCKOPT was called to confirm whether non-blocking socket connect was successful but the call failed.
Refer to the return code appendix of the IBM IP Sockets Application Programming Interface Guide and Reference to determine the meaning of the errno value and the action to be taken.
S6BRA022E
Host name "%" for communications identifier "%" could not be resolved
TCP/IP RELAY
Host name could not be resolved to an IP address.
Assure that the host name for the communications identifier was entered correctly in the directory section of your RELAY parameter file. Otherwise the name specified may not be defined on your MVS command. Use the PING command on your MVS system to determine whether the host name is correct.
S6BRA023E
Cannot open socket for communications identifier %
TCP/IP RELAY
Open of socket failed.
Look at the previous message for more information.
S6BRA024E
Cannot resolve communications identifier "%"
TCP/IP RELAY
Communications identifier could not be found in the directory section of your RELAY parameter file.
Assure the communications identifier has been entered correctly in your RELAY parameter file.
S6BRA025E
Failed to put socket into nonblocking mode; FCNTL socket requestfailed with errno=#
TCP/IP RELAY
Call to FCNTL failed when attempting to put a socket into non-blocking mode. The new connection was automatically closed.
Refer to the return code appendix of the IBM IP Sockets Application Programming Interface Guide and Reference to determine the meaning of the errno value and the action to be taken.
S6BRA026E
Accept of new inbound socket connection failed; GIVESOCKET failed with errno=%
TCP/IP RELAY
New inbound connection was rejected because of a GIVESOCKET error.
Refer to the return code appendix of the IBM IP Sockets Application Programming Interface Guide and Reference to determine the meaning of the errno value and the action to be taken.
S6BRA027E
ACCEPT of new connection failed with errno=%
TCP/IP RELAY
New inbound socket connection was rejected. ACCEPT socket API call failed.
Refer to the return code appendix of the IBM IP Sockets Application Programming Interface Guide and Reference to determine the meaning of the errno value and the action to be taken.
S6BRA028E
Cannot open new connection; maximum number of open sockets exceeded
TCP/IP RELAY
New socket connection was reject because the limit of open socket connections was exceeded.
The number of socket connections is limited by TCP/IP configuration parameters in your RELAY configuration file. Depending on you circumstance either increase the number of sockets for each TCP/IP RELAY task by the maxtcbsockets parameter or increase the number of TCP/IP tasks by using the tcbnum parameter.
S6BRA029E
Bad command code sent to TCP/IP RELAY select task
TCP/IP RELAY
The TCP/IP RELAY select task received a bad command code. The request was ignored and normal operation was continued.
Contact TIBCO support.
S6BRA030E
Bad work list returned by HCS received exit
TCP/IP RELAY
The TCP/IP RELAY detected a bad queue of work from its Communications Services SEND/RECEIVE exit. Some TCP/IP connections have been left in an indeterminate state but the relay is continuing processing.
Contact TIBCO Support.
S6BRA031E
Socket state error on socket SEND; connection closed
TCP/IP RELAY
Object Service Broker expected that data is to be received from the TCP/IP Connection but Object Service Broker is attempting to SEND data to the connection. The connection was automatically closed.
If this message is received as part of CANCELUSER/LOGOFF processing it should be ignored. Otherwise if it cannot be determined why Object Service Broker is attempting to SEND data to a connection whose next expected communication is to RECEIVE data then Contact TIBCO Support.
S6BRA032E
Socket SEND failed with errno=%; connection closed
TCP/IP RELAY
A socket error was detected when data was sent to the TCP/IP client.
Refer to the return code appendix of the IBM IP Sockets and Application Programming Guide and Reference to determine the meaning of the errno and the action to be take.
S6BRA033E
RELAY disconnect request failed with R15=%
TCP/IP RELAY
Cross-Memory control error detected when a TCP/IP connection was closed.
Contact TIBCO Support if this error persists.
S6BRA035E
Opening of a socket failed with errno=%
TCP/IP RELAY
SOCKET socket request failed and new out-bound connection failed to open.
Refer to the return code appendix of the IBM IP Sockets and Application Programming Guide and Reference to determine the meaning of the errno and the action to be take.
S6BRA036E
SETSOCKOPT call failed with errno=%
TCP/IP RELAY
Setting of socket options failed.
Refer to the return code appendix of the IBM IP Sockets and Application Programming Guide and Reference to determine the meaning of the errno and the action to be take.
S6BRA037E
GETADDRINFO for host "%" failed with errno=%
TCP/IP RELAY
Resolution of host name to an IP address failed.
Refer to the return code appendix of the IBM IP Sockets and Application Programming Guide and Reference to determine the meaning of the errno and the action to be take.
S6BRA038E
TCP/IP image "%" not defined to MVS system
TCP/IP RELAY
The TCP/IP protocol stack name defined by the tcpname parameter in your RELAY parameter file is not defined on your MVS system. TCP/IP support has been disabled.
Assure the name entered is defined on your MVS system.
S6BRA039E
TCP/IP image "%" is not active
TCP/IP RELAY
The TCP/IP protocol stack name defined by the tcpname parameter in your RELAY parameter file is disabled. TCP/IP support has been disabled.
Verify that the correct name was specified in the RELAY parameter file. If so then contact your TCP/IP system administrator to enable the image.
S6BRA040E
Connection to TCP/IP interface failed with errno=%
TCP/IP RELAY
The TCP/IP relay failed to initialize its connection to the MVS system TCP/IP image. TCP/IP support has been disabled.
Refer to the return code appendix of the IBM IP Sockets and Application Programming Guide and Reference to determine the meaning of the errno and the action to be take.
S6BRA041E
Socket SELECTEX failed with errno=#; the TCP/IP RELAY is terminating
TCP/IP RELAY
SELECTEX socket called failed. TCP/IP support was terminated for the component.
Refer to the return code appendix of the IBM IP Sockets and Application Programming Guide and Reference to determine the meaning of the errno and the action to be take.
S6BRA042E
TAKESOCKET failed with errno=%; socket connection request rejected
TCP/IP RELAY
In-bound socket connection was rejected because TAKESOCKET socket call failed.
Refer to the return code appendix of the IBM IP Sockets and Application Programming Guide and Reference to determine the meaning of the errno and the action to be take.
S6BRA043E
Socket message contains an incorrect length; connection closed
TCP/IP RELAY
Bad message was received from a socket client. The message length did not match the length of data read. The socket connection was closed.
Assure that the client attempting a connection was a Object Service Broker client or component.
S6BRA044E
Bad host address in HOSTENT entry; connection closed
TCP/IP RELAY
When opening an new out-bound TCP/IP connection a bad HOSTENT structure was detected from a GETHOSTBYNAME socket call. The new socket connection was not opened.
Contact TCBCO support.
S6BRA045E
Bad command code received by TCP/IP RELAY control task
TCP/IP RELAY
The TCP/IP RELAY control task received a bad internal message. The request was ignored and processing was continued.
If this problem persists the contact TIBCO support.
S6BRA048E
GETCLIENTID failed with errno=%
TCP/IP RELAY
GETCLIENTID TCP/IP system call failed. The relay control task could not obtain the socket identifier for a new connection. This identifier is required to pass the socket to a TCP/IP relay select task.
Refer to the return code appendix of the IBM IP Sockets and Application Programming Guide and Reference to determine the meaning of the error and the action to be take.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved