Author |
Message
|
sandeep29.k |
Posted: Thu Jul 07, 2011 1:03 am Post subject: Error AMQ9208 return code frm the TCP/IP recv call was 10054 |
|
|
Newbie
Joined: 07 Jul 2011 Posts: 4
|
Hi All,
I am getting below error in windows server in every 10 mins of interval. Please, someone help me to resolve this issue.
Let me know if you requires more information.
AMQ9208: Error on receive from host 7741HISSFS001 (10.27.1.222).
EXPLANATION:
An error occurred receiving data from 7741HISSFS001 (10.27.1.222) 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'). Record these
values and tell the systems administrator. |
|
Back to top |
|
 |
exerk |
Posted: Thu Jul 07, 2011 1:49 am Post subject: Re: Error AMQ9208 return code frm the TCP/IP recv call was 1 |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
sandeep29.k wrote: |
Let me know if you requires more information. |
What have you done to fault-diagnose this so far? Have you tried Google? Have you tried anything? _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
sandeep29.k |
Posted: Thu Jul 07, 2011 1:56 am Post subject: |
|
|
Newbie
Joined: 07 Jul 2011 Posts: 4
|
I tried googling but I didnot got any perfect solution.
In the google it says something retated to router or firewall problem.
Let me know if you have any solution. |
|
Back to top |
|
 |
exerk |
Posted: Thu Jul 07, 2011 2:02 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
sandeep29.k wrote: |
I tried googling but I didnot got any perfect solution. |
Google's a search tool, not a solution provider...
sandeep29.k wrote: |
In the google it says something retated to router or firewall problem. |
So you have enlisted the help of your network people?
sandeep29.k wrote: |
Let me know if you have any solution. |
Yes, search harder _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
sandeep29.k |
Posted: Thu Jul 07, 2011 3:10 am Post subject: |
|
|
Newbie
Joined: 07 Jul 2011 Posts: 4
|
Hi exerk,
One more thing I need to add that the QM is installed in the m/c 7741HISSFS001 (10.27.1.222) and
the error that says : Error on receive from host 7741HISSFS001 (10.27.1.222).
I am puzzled and not understanding the exact problem.
I also read your provided link but needs a solution. |
|
Back to top |
|
 |
exerk |
Posted: Thu Jul 07, 2011 3:16 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Have you mistakenly defined a channel containing the wrong CONNAME attribute, i.e. the queue manager is trying to communicate with itself? _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
sandeep29.k |
Posted: Thu Jul 07, 2011 4:58 am Post subject: |
|
|
Newbie
Joined: 07 Jul 2011 Posts: 4
|
CONNAME is required only in sender channel and I have given the correct name.
Also, the message are successfully passed to the other QM present in different server. |
|
Back to top |
|
 |
Vitor |
Posted: Thu Jul 07, 2011 5:10 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
What component / process is issuing that message?
Have you talked to your network people? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
exerk |
Posted: Thu Jul 07, 2011 8:25 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
sandeep29.k wrote: |
CONNAME is required only in sender channel... |
No it's not - but I'll let you work out that statement.
sandeep29.k wrote: |
...Also, the message are successfully passed to the other QM present in different server. |
So what? Your error is on the receive from the same host as that of your queue manager - what does that suggest to you? _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
mvic |
Posted: Thu Jul 07, 2011 10:56 am Post subject: Re: Error AMQ9208 return code frm the TCP/IP recv call was 1 |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
sandeep29.k wrote: |
ACTION:
The return code from the TCP/IP recv() call was 10054 (X'2746'). Record these
values and tell the systems administrator. |
10054 is a Windows error number that means "Connection was reset". I find this when I Google for the number 10054.
If this is a client channel it might just mean the client program ended via Ctrl+C so the connection went away immediately without cleanly closing.
Or it can come from badly tuned firewalls or routers, but this is more rare. |
|
Back to top |
|
 |
|