1819876 Members
2593 Online
109607 Solutions
New Discussion

Socket error 10054

 
Domingo Muñoz
Advisor

Socket error 10054

hello,

lastly we have made a migration of 10.20 version to 11.00 and we are having problem with the application. when the user tries to be connected to the application this messages appears: "error SOCKET 10054"

I have been consulted information in the forum and I have seen a similar case in: http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xe25bc5ea0230d411ade80090279cd0f9,00.html

After I read this case I have changed in the regedit of the client and I have increased the tcp_rexmit_interval_max parameter to three minutes but we continue with the same problem.

Can you help me for solve this problem?

regards,
1 REPLY 1
Ron Kinner
Honored Contributor

Re: Socket error 10054

I saw your post on the referenced forum URL but there you say it happens when you switch to the backup node.

You would expect that to happen since the TCP/IP connection does not exist on the secondary machine so when it gets a packet addressed to a port on which it has no established connection it would have to send out a reset to tell the client that to start over.

If that's not the case and the problem occurs with a new session after the switch then you would look at
lanadmin
lan
display
for errors and other problems.
Make sure you have the same speed/duplex on both the HP and the switch and not autonegotiating.

netstat -a |grep x
where x is the port number it should be listening on to see if it's listening.

netstat -s to see if any errors are increasing.

Try to telnet to the port from the Window box.

Ron