This document explains the meaning of these messages and how to troubleshoot them:
XCOMM0780E Txpi 215: Socket send error return value = 1127
XCOMM0783E FLUSH REQUEST ENDED DUE TO TCP/IP ERROR
XCOMM0780E Txpi 215: Socket send error return value = 1124
These are TCP/IP errors and XCOM is just displaying the error codes it is receiving from TCP/IP.
The Txpi 215 error indicates the general category of TCP/IP error.
The return value/code that follows indicates the meaning of the Txpi 215: Socket send error.
The return codes may be found in dataset CEE.SCEEH.H(ERRNO). NOTE: The high level qualifier may vary across sites.
Alternatively please see IBM documentation : IBM Return Codes (errnos)
For example:
1124 0464 ENOTCONN The socket is not connected.
1127 0467 ETIMEDOUT Connection timed out.
TCP/IP cannot make the connection so as long as XCOM services are started this is not normally an XCOM related problem.
In practice, other users have indicated that when these error messages were received, the problem was resolved by one of the following: