ERROR: "XCOMM0780E Txpi 215: Socket send error return value = 1128"
search cancel

ERROR: "XCOMM0780E Txpi 215: Socket send error return value = 1128"

book

Article ID: 27705

calendar_today

Updated On:

Products

XCOM Data Transport XCOM Data Transport - Windows XCOM Data Transport - Linux PC XCOM Data Transport - z/OS

Issue/Introduction

Received message XCOMM0780E Txpi  215: Socket send error return value = 1128. What is causing it?

 

Environment

  • XCOM™ Data Transport® for UNIX/Linux PC
  • XCOM™ Data Transport® for z/OS
  • XCOM™ Data Transport® for Windows

Cause

Problems on the remote partner

Resolution

This error message is frequently followed by

XCOMM0780E Txpi 215: Socket send error return value = 1124

XCOM is passing back the error return values from TCPIP. You may look up the return values in CEE.SCEEH.H(ERRNO). The high level qualifier of the dataset may vary.

1128 indicates "socket was refused because the process was not listening or because the TCP/IP queue of connection requests was full."
1124 indicates "socket is not connected"

  1. Check on the remote side to make sure you are sending to the right address and port
  2. Check that XCOM is running
  3. Check that the number of requests sent to the remote did not exceed the capacity to process them.
  4. If the remote partner is a new installation, particularly a UNIX or Linux partner, try aXCOM UNIX/Linux install verification with loopback transfer test on the remote side to make sure that the TCP/IP configuration is correct.