Posted: Tue May 02, 2006 11:45 pm Post subject: .NET Client: Getting TCP/IP Error 10054 on PUT operation
Newbie
Joined: 26 Jul 2005 Posts: 5
Hi,
I am trying to resolve a weird problem. I am using a client application written in C# to PUT/GET messages on a message queue using the MQSeries 5.3 Client Libs. WMQ Server is 5.3 on zSeries.
Usually everything is doing fine as long as the netto message size does not exceed 620 bytes (a version 1 header will be added to this). When I try to put larger messages to the queue I get an MQRC_CONNECTION_BROKEN (2009)
and the following error in the windows eventlog:
Quote:
AMQ9208: Error on receive from host
Explanation:
An error occurred receiving data from x.x.xx.x over TCP/IP. This may be due to a communications failure.
Action:
The return code from the TCP/IP (recv) call was 10054 (X'2746').
The TCP/IP problem may be a network problem as described in:
http://www-1.ibm.com/support/docview.wss?uid=swg21165078
(the support guys are checking this) but I don't get the point why this has to do with the MQ message size.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum