Author |
Message
|
srijani |
Posted: Wed Mar 15, 2006 7:51 am Post subject: mq error |
|
|
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 |
|
 |
wschutz |
Posted: Wed Mar 15, 2006 7:55 am Post subject: |
|
|
 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 |
|
 |
Vitor |
Posted: Wed Mar 15, 2006 7:58 am Post subject: |
|
|
 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 |
|
 |
srijani |
Posted: Wed Mar 15, 2006 8:08 am Post subject: |
|
|
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 |
|
 |
Vitor |
Posted: Wed Mar 15, 2006 8:15 am Post subject: |
|
|
 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 |
|
 |
srijani |
Posted: Wed Mar 15, 2006 8:24 am Post subject: |
|
|
Newbie
Joined: 14 Mar 2006 Posts: 5
|
has it got anything to do with MQNOREMPOOL |
|
Back to top |
|
 |
Vitor |
Posted: Wed Mar 15, 2006 8:33 am Post subject: |
|
|
 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 |
|
 |
mvic |
Posted: Wed Mar 15, 2006 8:34 am Post subject: |
|
|
 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 |
|
 |
wschutz |
Posted: Wed Mar 15, 2006 6:12 pm Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
|
Back to top |
|
 |
srijani |
Posted: Wed Mar 15, 2006 7:17 pm Post subject: |
|
|
Newbie
Joined: 14 Mar 2006 Posts: 5
|
thanks for all your help, will try and check out all the possibilities. |
|
Back to top |
|
 |
srijani |
Posted: Thu Mar 23, 2006 1:09 am Post subject: |
|
|
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 |
|
 |
vsr |
Posted: Thu Apr 20, 2006 4:11 pm Post subject: try this link |
|
|
Centurion
Joined: 04 Apr 2006 Posts: 104
|
|
Back to top |
|
 |
|