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 » General IBM MQ Support » AMQ9213: TCP/IP Communications error

Post new topic  Reply to topic
 AMQ9213: TCP/IP Communications error « View previous topic :: View next topic » 
Author Message
gespona
PostPosted: Tue Oct 06, 2009 9:10 am    Post subject: AMQ9213: TCP/IP Communications error Reply with quote

Newbie

Joined: 06 Oct 2009
Posts: 6

Hi to everyone,

Since 10 days we are experiencing problems with our MQS, who have been working properly for a long time.

In particular we see in the event log (Windows 2003 server) AMQ9213 errors generated without following any pattern.

After reviewing the documentation we can't found a reason for that error. Has anybody encountered this problem?


PD: return code 0(X'0')

Regards,
Back to top
View user's profile Send private message
exerk
PostPosted: Tue Oct 06, 2009 9:14 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

Not enough information to offer any help. Are there any FDC files matching the date/time of the occurrence? What WMQ version and Fix/RefreshPack are you using? Any changes to the server and/or network?
_________________
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
View user's profile Send private message
gespona
PostPosted: Tue Oct 06, 2009 9:44 am    Post subject: Reply with quote

Newbie

Joined: 06 Oct 2009
Posts: 6

No FDC files founded, but I hope it's possible to generate manually with:

amqldbgn -p PID (on windows) ??????

Also we're using WMQ 6.0.0 without any Fix/Refreshpack (really i don't know how can i check Fix/refreshpack version)

About server changes, only Windows 2003 server updates. (last one on 25th of september).

About network one change in the firewall but theorically not affect on our lan.

How can I proceed?

thanks in advance,
Back to top
View user's profile Send private message
Vitor
PostPosted: Tue Oct 06, 2009 9:53 am    Post subject: Reply with quote

Grand High Poobah

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

gespona wrote:
No FDC files founded, but I hope it's possible to generate manually with:

amqldbgn -p PID (on windows) ??????


If there's none generated, I doubt forcing one will tell you much.

gespona wrote:
Also we're using WMQ 6.0.0 without any Fix/Refreshpack (really i don't know how can i check Fix/refreshpack version)


Code:
dspmqver


If it really is the base WMQv6 you should apply maintenance

gespona wrote:
About server changes, only Windows 2003 server updates. (last one on 25th of september).


Before or after your problems started? If just before it's a clue.

gespona wrote:
About network one change in the firewall but theorically not affect on our lan.


I've been given that theory by network people as well. Check if their theory holds in practice.

gespona wrote:
How can I proceed?


Check with the network people again. Test the network with non-WMQ tools. Check if the server update could be causing the problem. Check if you are on the base WMQv6 and apply maintenance if so.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
bruce2359
PostPosted: Tue Oct 06, 2009 11:59 am    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9469
Location: US: west coast, almost. Otherwise, enroute.

Quote:
Since 10 days we are experiencing problems with our MQS, who have been working properly for a long time.


Where did you see the AMQ9213 errors? What is the entire text of the error message? AMQ9213 is often accompanied by an FDC. Where did you look?

Are you saying that all the qmgrs on the server can no longer successfully start channels to their peer qmgrs?

Or, are you saying that only one of the qmgrs is experiencing this?

What errors are logged on the qmgr at the other end of the network?
_________________
I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live.
Back to top
View user's profile Send private message
gespona
PostPosted: Tue Oct 06, 2009 2:06 pm    Post subject: Reply with quote

Newbie

Joined: 06 Oct 2009
Posts: 6

Quote:


Where did you see the AMQ9213 errors? What is the entire text of the error message? AMQ9213 is often accompanied by an FDC. Where did you look?



I see the AMQ9213 in the windows event register and in the AMQ*.log from the qmgr

entire text following (in spanish ...):

05/10/2009 00:11:14 - Process(5388.638) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9213: Se ha producido un error de comunicaciones en TCP/IP.

EXPLICACIÓN:
Se ha producido un error inesperado en las comunicaciones.
ACCIÓN:
El código de retorno de la llamada TCP/IP(recv) [TIMEOUT] 360 seconds ha sido
el 0 (X'0'). Anote estos valores y póngase en contacto con el administrador de
sistemas.

Quote:

AMQ9213 is often accompanied by an FDC. Where did you look?


I'm looking for FDC files on install directory .... and nothing ..

Quote:
Are you saying that all the qmgrs on the server can no longer successfully start channels to their peer qmgrs?


Randomly it seems to be a tcp problem (but only MQS registers it) ..... then when the client tries to connect again, appears AMQ9213 ...

Quote:

Are you saying that all the qmgrs on the server can no longer successfully start channels to their peer qmgrs?

Or, are you saying that only one of the qmgrs is experiencing this?

we're working with one main qmgr on every server.
when the amq9213 appears, it seems like recv is hang out ....

on the qmgr 9213, 9999, 9002
on the other side, 9202, 9999, 9002 and 9558


Any clue?

Regards,
Back to top
View user's profile Send private message
gespona
PostPosted: Tue Oct 06, 2009 2:08 pm    Post subject: Reply with quote

Newbie

Joined: 06 Oct 2009
Posts: 6

Quote:

Code:
dspmqver



it returns Version 6.0.0.0 ...

Regards,[/code]
Back to top
View user's profile Send private message
bruce2359
PostPosted: Tue Oct 06, 2009 3:26 pm    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9469
Location: US: west coast, almost. Otherwise, enroute.

Quote:
on the qmgr 9213, 9999, 9002
on the other side, 9202, 9999, 9002 and 9558

I'm assuming that these are AMQ errors, yes?

AMQ9202: remote host not available.
AMQ9558: Remote Channel is not currently available

Are these channels secured by SSL?

No FDCs on either qmgr?

When this error occurs, can you do a tcp ping from sender to receiver?
_________________
I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live.
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Tue Oct 06, 2009 8:38 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

My poor Spanish tells me this might be a Time Out error....
Make sure using
Code:
telnet <destinationqmgrhost> <destinationqmgrport>
that the destination qmgr can be reached (no firewall stopping you)...
If this is the case, make sure that the channels do not think they are running when they are not. (side effect of network maintenance sometimes).

Force stop the sender and receiver channels. Try and restart the sender channel. If it goes in retry check the qmgr logs on both sides.

Have fun
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
gespona
PostPosted: Wed Oct 07, 2009 2:23 am    Post subject: Reply with quote

Newbie

Joined: 06 Oct 2009
Posts: 6

Update KB948496 set TCPA, TCPChimney and RSS to 0 in regedit.

Update KB971032 is related to MQ protocol.


Do you think TCPA and others TCP params could affect?


Thanks,
Back to top
View user's profile Send private message
crossland
PostPosted: Wed Oct 07, 2009 2:58 am    Post subject: Reply with quote

Master

Joined: 26 Jun 2001
Posts: 248

gespona wrote:


Quote:

AMQ9213 is often accompanied by an FDC. Where did you look?


I'm looking for FDC files on install directory .... and nothing ..



Have you looked in Program Files\IBM\WebSphere MQ\errors and Program Files\IBM\WebSphere MQ\qmgrs\qmname\errors?
Back to top
View user's profile Send private message
gunter
PostPosted: Wed Oct 07, 2009 11:45 pm    Post subject: Reply with quote

Partisan

Joined: 21 Jan 2004
Posts: 307
Location: Germany, Frankfurt

Hi,

we are often faced with AMQ9213 and recv TIMEOUT. I can't remember ever have seen a FDC in this context.
It was always a network error. And if a channel is stopped because of a network timeout there is no reason to write a FDC, it's normal bahavior, not a mq failure. May be there are AMQ9213 with FDC, too. But if there is no FDC, I'm quite sure it's the network (firewall, hardware, tcp-stack, system is to busy on one end, high network load, ...).

No problems with other applications don't prove anything.

BTW:
Analysing problems on a 6.0.0.0 version is wasting time. Install 6.0.2.7 and recreate the queuemanager to avoid other problems in the future.
(Your network problem will probably not be fixed by this)
_________________
Gunter Jeschawitz
IBM Certified System Administrator - Websphere MQ, 5.3
Back to top
View user's profile Send private message
gespona
PostPosted: Thu Oct 08, 2009 12:26 am    Post subject: Reply with quote

Newbie

Joined: 06 Oct 2009
Posts: 6

Hi to everyone,

Finally all of you were on the right, and the error AMQ9213 was generated by a modification of the firewall.

Thank you all for your help and fast answer.

Regards,
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 » General IBM MQ Support » AMQ9213: TCP/IP Communications 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.