Datacom Server DSV00120E DSV00119E exceeded tcp time limit to init
search cancel

Datacom Server DSV00120E DSV00119E exceeded tcp time limit to init

book

Article ID: 213649

calendar_today

Updated On:

Products

Datacom/DB Datacom/Server Datacom/AD

Issue/Introduction

Datacom Server startup fails with the following errors:

 DBS: exceeded tcp time limit to init.                                          
 DSV00119E - TCP/IP startup time limit exceeded
 TCPIPX
 DSV00120E - TCP/IP startup failed see DSV00119E for cause

Input parameters:

      APPLID=CCIPROD                                                                               
      AUTHID=nnnnnn                                                                                   
      DATE=USA                                                                                      
      DBUSERS=10                                                                                    
      LOGON=YES                                                                                     
      PLANNAME=xxxxxx                                                                                 
      PROTOCOL=BOTH                                                                                 
      SERVERNAME=DATACOMPROD                                                                        
      SQLMEM=FREE                                                                                   
      SUPMSG=YES                                                                                    
      TIMEOUT=120                                                                                   
      TIMEOUTWAIT=90                                                                                

Environment

Release : 15.1

Component : DATACOM SERVER

Cause

The server timed out trying to connect to TCP/IP host named TCPIPX.

Resolution

Ensure that TCPIPX is the correct name of the TCP/IP host.

If no TCPIP_HOST input parameter is specified it defaults to 0.0.0.0 which means to listen in all addresses.
It  may be best to specify TCPIP_HOST=LOCALHOST. 

If no TCPIP_PORT parameter is specified it defaults to port 5465.

The problem may be due to the TCP/IP configuration in that LPAR.

Run the following commands in TSO option 6 or in batch TSO:
   HOMETEST                                                    
   NETSTAT CONN (PORT 5465
   PING TCPIPX

Any errors in these commands indicate a TCP/IP configuration error.

If the NETSTAT indicates the port is in use the and another port should be specified in the TCPIP_PORT parameter.

More information on the problem may be provided by starting the server with input parameter TRACEON=YES.

Alternatively, if you don't need to use TCP/IP change PROTOCOL=BOTH to PROTOCOL=CCI  

 

Additional Information

See the Datacom Tools documentation section Startup Options,