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 » Sender Channel running but receiver channel inactive?

Post new topic  Reply to topic Goto page 1, 2  Next
 Sender Channel running but receiver channel inactive? « View previous topic :: View next topic » 
Author Message
angka
PostPosted: Tue May 08, 2007 7:20 am    Post subject: Sender Channel running but receiver channel inactive? Reply with quote

Chevalier

Joined: 20 Sep 2005
Posts: 406

Hi all,

I have set the adopt MCA property for the QMgr to be "ALL" but I still encountered the situation when the Sender Channel is running but the receiver channel is inactive

both the MQ server is in different server. there are no error in the error log on both side. all the message just trap in the transmission Q and when it is full it goes to the DLQ. Is there a need for the QMgr in the receiver end to set the adopt MCA property to "ALL" too?

Thanks.
Back to top
View user's profile Send private message
Vitor
PostPosted: Tue May 08, 2007 7:31 am    Post subject: Reply with quote

Grand High Poobah

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

"Inactive" is not a problem unless it doesn't start when a message turns up.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
angka
PostPosted: Tue May 08, 2007 7:38 am    Post subject: Reply with quote

Chevalier

Joined: 20 Sep 2005
Posts: 406

Hi,

Ya there are messages in the transmission Q but can't send over. but why on the sender end it shows connected but receiver end inactive? both server using MQ V6 in Windows server

Thanks
Back to top
View user's profile Send private message
Vitor
PostPosted: Tue May 08, 2007 7:40 am    Post subject: Reply with quote

Grand High Poobah

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

Is the status of the sender channel actually "RUNNING"?

And it's definately pointing at the receiver channel you think it is?
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
angka
PostPosted: Tue May 08, 2007 7:45 am    Post subject: Reply with quote

Chevalier

Joined: 20 Sep 2005
Posts: 406

Hi,

Ya it is pointing to the receiver. What I need to do is to stop the channel and reset the channel sequence number and start manually. Is there a need for the receiver QMgr to set the Adopt MCA?

Ya the GUI shows it is running and I use runmqsc to display the status it show running also..

Thanks
Back to top
View user's profile Send private message
Vitor
PostPosted: Tue May 08, 2007 7:47 am    Post subject: Reply with quote

Grand High Poobah

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

angka wrote:
What I need to do is to stop the channel and reset the channel sequence number and start manually.


You should not need to reset sequence numbers to restart the channel, unless there's been a failure. This would prevent your message moving quite effectively.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
angka
PostPosted: Tue May 08, 2007 8:00 am    Post subject: Reply with quote

Chevalier

Joined: 20 Sep 2005
Posts: 406

Hi,

I din reset my sequence number at first, the channel cannot start up. The error log states that the channel sequence number is out of syn.

Any ideas?

Thanks
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Tue May 08, 2007 8:15 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

What is the current state of the sender channel? What is the current state of the receiver channel?

What is the current seq number on the sender? What is the current seq number on the receiver?

What is the connname on the sender? Does it point to the correct hostname and port of the receiver?

Is the Listener on the receiver running?

What errors are listed on the sender qmgr? What errors are listed on the receiver qmgr?
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
angka
PostPosted: Tue May 08, 2007 8:38 am    Post subject: Reply with quote

Chevalier

Joined: 20 Sep 2005
Posts: 406

Hi,

The answer below to your question is before I do anything.

What is the current state of the sender channel? What is the current state of the receiver channel?
Ans: The current state of the sender channel is running whereas the receiver Channel is inactive

What is the current seq number on the sender? What is the current seq number on the receiver?
I did not take notice of the seq number on the channel b4 i reset. however, everything is working fine b4 tt.

What is the connname on the sender? Does it point to the correct hostname and port of the receiver?
ya it points to the correct hostname and port.

Is the Listener on the receiver running?
Ya the listener on the receiver is running

What errors are listed on the sender qmgr? What errors are listed on the receiver qmgr?
There are no error at all on both end

btw is there a need to set the Adopt New MCA property on both end?
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Tue May 08, 2007 6:56 pm    Post subject: Reply with quote

Grand High Poobah

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

angka wrote:
There are no error at all on both end


Something tells me you are not quite truthful here. Typically if it is a sequence number problem you will see the expected and transmitted sequence number both on the sending qmr and the receiving qmgr's log.

Are you sure this is not a firewall timeout problem? Is your channel correctly going to inactive status after a period of inactivity? If the firewall timeout is less than the channel quiesce/timeout period and the channel has no true activity it could be that the firewall cuts the connection off. Now when the new message hits you have weird behavior as you described. Just recycling the channel (stop + start) should do it, no need for sequence reset.

The right solution of course is to have the channel timeout < firewall timeout.

Enjoy
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
angka
PostPosted: Wed May 09, 2007 1:19 am    Post subject: Reply with quote

Chevalier

Joined: 20 Sep 2005
Posts: 406

[quote="fjb_saper]

Something tells me you are not quite truthful here. Typically if it is a sequence number problem you will see the expected and transmitted sequence number both on the sending qmr and the receiving qmgr's log.

[/quote]

Hi,

I did see the error on both end on the sequence number issue after I stopped and restarted the sender channel. However before tt when the sender channel is running and receiver channel inactive there is no error.

But when I see thru the error log the receiver administrator sent me today, i realised that their MQ server restarted multiple time a few days ago and tt is when the message got stuck in my transmission queue. But even if that is so shldnt MQ sender channel realise the receiver is down and restarted when the receiver end MQ mgr is up?


Thanks
Back to top
View user's profile Send private message
ashu
PostPosted: Wed May 09, 2007 1:41 am    Post subject: Reply with quote

Centurion

Joined: 11 Nov 2006
Posts: 132

Hello,

Quote:
Ya the GUI shows it is running and I use runmqsc to display the status it show running also


I have seen some discrepancy in what the GUI shows and what runmqsc shows in V5.3...

Anyways if the MCA is unable to put a message through then the Message is left on the XMITQ(if DLQ not defined) and the (SDR) channel is stopped...

That's ofcourse is the default behavior...
_________________
Ashu

"It is simple to be Happy but difficult to be Simple"
Back to top
View user's profile Send private message
angka
PostPosted: Wed May 09, 2007 2:48 am    Post subject: Reply with quote

Chevalier

Joined: 20 Sep 2005
Posts: 406

fjb_saper wrote:


Are you sure this is not a firewall timeout problem? Is your channel correctly going to inactive status after a period of inactivity? If the firewall timeout is less than the channel quiesce/timeout period and the channel has no true activity it could be that the firewall cuts the connection off.


Hi,

the disconnection interval is set to infinity.

Thanks.
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed May 09, 2007 2:50 am    Post subject: Reply with quote

Grand High Poobah

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

angka wrote:
fjb_saper wrote:


Are you sure this is not a firewall timeout problem? Is your channel correctly going to inactive status after a period of inactivity? If the firewall timeout is less than the channel quiesce/timeout period and the channel has no true activity it could be that the firewall cuts the connection off.


Hi,

the disconnection interval is set to infinity.

Thanks.


And the firewall timeout is set to.....???
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
angka
PostPosted: Wed May 09, 2007 2:53 am    Post subject: Reply with quote

Chevalier

Joined: 20 Sep 2005
Posts: 406

Vitor wrote:
And the firewall timeout is set to.....???


This i not. but how will the firewall timeout affect the connectivity??

Thanks.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Goto page 1, 2  Next Page 1 of 2

MQSeries.net Forum Index » General IBM MQ Support » Sender Channel running but receiver channel inactive?
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.