1825827 Members
2908 Online
109688 Solutions
New Discussion

TCP/IP[TIMEOUT]

 
Patil P
Occasional Contributor

TCP/IP[TIMEOUT]

Hello


I have WMQ server running on HP-UX box which is communicating with WMQ configured on Win2k.While communicating some messages are getting lost in Network. ie. I am not able to recieve all the messages where as I am able to post all the messages to remote queue.
I am getting following error frequently in my MQ log.

The return code from the TCP/IP(select) [TIMEOUT] 360 seconds call was 246
(X'F6'). Record these values and tell the systems administrator.

P.Patil
3 REPLIES 3
Arunvijai_4
Honored Contributor

Re: TCP/IP[TIMEOUT]

Hi Patil,

Is the network connectivity up and running all the time between HP-UX and Win2K ? It could be due to network connectivity issues.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Peter Godron
Honored Contributor

Re: TCP/IP[TIMEOUT]

Hi,
have a look at PHKL_25998
Regards
Stephen Keane
Honored Contributor

Re: TCP/IP[TIMEOUT]

The select statement is returning with EWOULDBLOCK, if that helps. It appears to have a timeout of 6 minutes. Have some of the clients been terminated using CTRL-C instead of a clean shutdown?