ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ API Support » mq error

Post new topic  Reply to topic
 mq error « View previous topic :: View next topic » 
Author Message
srijani
PostPosted: Wed Mar 15, 2006 7:51 am    Post subject: mq error Reply with quote

Newbie

Joined: 14 Mar 2006
Posts: 5

we are facing the problem TCP/IP(send) call was 10053 X('2745')
we are using MQ Series 5.3.11.
can anyone plz let us know the resolution
Back to top
View user's profile Send private message
wschutz
PostPosted: Wed Mar 15, 2006 7:55 am    Post subject: Reply with quote

Jedi Knight

Joined: 02 Jun 2005
Posts: 3316
Location: IBM (retired)

where do you see this error code? (windows event log?), are there any other errors about the same time:

Quote:
WSAECONNABORTED (10053): The virtual circuit was aborted due to timeout or other failure. The network has dropped the connection on reset.
Might you have a firewall dropping the connection?
_________________
-wayne
Back to top
View user's profile Send private message Send e-mail AIM Address
Vitor
PostPosted: Wed Mar 15, 2006 7:58 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

Where did you see this error (log file, error file, etc)?
What platform(s) are you using?
Have you checked the network for problems (as this is a TCP/IP error not an MQSeries one)?
Have you looked up that error code & attempted resolution?
Was there an accompaning MQSeries error before or after this?
Is the problem repeatable and if so what is the scenario?

From the information you've provided the resolution could be "plug the network cable back in"!

Help us to help you. Specifically, provide details of the problem resolution(s) that you've tried and have failed. Then we won't waste time suggesting things that have already failed to assist you.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
srijani
PostPosted: Wed Mar 15, 2006 8:08 am    Post subject: Reply with quote

Newbie

Joined: 14 Mar 2006
Posts: 5

we are seeing the error in MQ log as follows:

3/13/2006 10:46:17
AMQ9206: Error sending data to host.
EXPLANATION:
An error occurred sending data over TCP/IP to host. This may be due to a
communications failure.
ACTION:
The return code from the TCP/IP(send) call was 10053 X('2745'). Record these
values and tell your systems administrator.


Last edited by srijani on Thu Mar 23, 2006 1:12 am; edited 1 time in total
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed Mar 15, 2006 8:15 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

I'm with wschutz on this; firewall or other network related issue. Follow the instructions, record those values and tell your network administrator his network's broken.

If it's just started happening ask him what changed recently.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
srijani
PostPosted: Wed Mar 15, 2006 8:24 am    Post subject: Reply with quote

Newbie

Joined: 14 Mar 2006
Posts: 5

has it got anything to do with MQNOREMPOOL
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed Mar 15, 2006 8:33 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

It's not impossible. There's some threads in here (search using MQNOREMPOOL) that seem to touch on your problem, likewise Google throws up some stuff.

Have you got it set, or considering setting it as a resolution strategy?

(I'd still give the network guys a quick call - simplest solution often being right and all that!)
_________________
Honesty is the best policy.
Insanity is the best defence.


Last edited by Vitor on Wed Mar 15, 2006 8:34 am; edited 1 time in total
Back to top
View user's profile Send private message
mvic
PostPosted: Wed Mar 15, 2006 8:34 am    Post subject: Reply with quote

Jedi

Joined: 09 Mar 2004
Posts: 2080

srijani wrote:
has it got anything to do with MQNOREMPOOL

Probably it is a network problem. As Wayne pointed out, the Windows sockets error number 10053 means "The network has dropped the connection on reset". When I look it up in Visual Studio .NET, this error number is described: "An established connection was aborted by the software in your host machine."

This is a problem originating outside of the queue manager and its comms programs. Likely it is a firewall. There are plenty of other occurrences in the past, where users have seen problems caused by firewall setup - please search Google or this forum.
Back to top
View user's profile Send private message
wschutz
PostPosted: Wed Mar 15, 2006 6:12 pm    Post subject: Reply with quote

Jedi Knight

Joined: 02 Jun 2005
Posts: 3316
Location: IBM (retired)

Quote:
When I look it up in Visual Studio .NET, this error number is described: "An established connection was aborted by the software in your host machine."
Interesting explanation, sounds like the OS/2 meaning of 10053:
Quote:
SOCECONNABORTED (10053): The software caused a connection abort.

from here:
http://publib.boulder.ibm.com/infocenter/db2v7luw/index.jsp?topic=/com.ibm.db2v7.doc/db2m0/db2tcp.htm
_________________
-wayne
Back to top
View user's profile Send private message Send e-mail AIM Address
srijani
PostPosted: Wed Mar 15, 2006 7:17 pm    Post subject: Reply with quote

Newbie

Joined: 14 Mar 2006
Posts: 5

thanks for all your help, will try and check out all the possibilities.
Back to top
View user's profile Send private message
srijani
PostPosted: Thu Mar 23, 2006 1:09 am    Post subject: Reply with quote

Newbie

Joined: 14 Mar 2006
Posts: 5

srijani wrote:
we are seeing the error in MQ log as follows:

3/13/2006 10:46:17
AMQ9206: Error sending data to host
EXPLANATION:
An error occurred sending data over TCP/IP to host. This may be due to a
communications failure.
ACTION:
The return code from the TCP/IP(send) call was 10053 X('2745'). Record these
values and tell your systems administrator.
Back to top
View user's profile Send private message
vsr
PostPosted: Thu Apr 20, 2006 4:11 pm    Post subject: try this link Reply with quote

Centurion

Joined: 04 Apr 2006
Posts: 104

Hi everyone ,

i got the same problem and i tried this link and it worked for me ....

here is the link:
http://support.microsoft.com/default.aspx?scid=kb%3ben-us%3b318584

thank u
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ API Support » mq error
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.