CA 7 Message CAL2T055E SOCKET function failed. RC=FFFFFFFF CC=00000001
search cancel

CA 7 Message CAL2T055E SOCKET function failed. RC=FFFFFFFF CC=00000001

book

Article ID: 141035

calendar_today

Updated On:

Products

CA 7 Workload Automation

Issue/Introduction

Defined the TCPTPORT=980 to the CA 7 INIT deck and restarted CA 7 Started Task.                                                                                                                                 During restart CA 7 issued the following messages and failed to create a socket connection to TCP/IP.

CAL2T050I TCP/IP host name is TSTA                        

CAL2T051I TCP/IP host addr is ............................

CAL2T065I TCP/IP port number is 990                       

CAL2M991I CA 7 READY FOR JFM START                        

CAL2T055E SOCKET function failed. RC=FFFFFFFF CC=00000001. TCP/IP terminal interface is terminating.

CA-7.004  READY TO ACCEPT MODIFY (TSTAUCC7)

Environment

Release : 11.3

Component : CA-7

Resolution

Review the CA 7 Started Task JCL and verify if the SYSTCPD DD statement was added to the CA 7 JCL. The SYSTCPD DD statement points to the data set containing system wide TCP/IP definitions. If there are multiple TCP/IP environments, then code the SYSTCPD DD statement pointing to the definition library for the TCP/IP.

Add the following DD to the CA7ONL procedure.

//SYSTCPD DD DSN=VTAM.TCPIP.DATA,DISP=SHR