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 Discussion » Problem with Reestablish Channel

Post new topic  Reply to topic
 Problem with Reestablish Channel « View previous topic :: View next topic » 
Author Message
anhnt
PostPosted: Sun Oct 19, 2003 6:24 pm    Post subject: Problem with Reestablish Channel Reply with quote

Acolyte

Joined: 03 Aug 2003
Posts: 54

Hi all,
My problem is:
When my channel's status is in-doubt.Nomaly,It was reestablish,but about 4-5 munite channel is actived,
anyone show me any way to decrease time to reestablish channel.

Thanks in advance
anhnt
Back to top
View user's profile Send private message
Leafar
PostPosted: Mon Oct 20, 2003 7:08 am    Post subject: Reply with quote

Acolyte

Joined: 03 Apr 2003
Posts: 74
Location: Buenos Aires

You can reduce the opportunity for a channel to be placed in doubt by using the Batch Heartbeat channel parameter (BATCHHB). When a value for this parameter is specified, a sender channel checks that the remote channel is still active before taking any further action. If no response is received the receiver channel is considered to be no longer active. The messages can be rolled-back, and re-routed, and the sender-channel is not put in doubt. This reduces the time when the channel could be placed in doubt to the period between the sender channel verifying that the receiver channel is still active, and verifying that the receiver channel has received the sent messages.

You can, when necessary, resynchronize the channel manually.
Use the DISPLAY CHSTATUS command to find the last-committed logical unit of work ID (LUWID) for each side of the channel. Do this using the following commands:
RUNMQSC
DISPLAY CHSTATUS(name) SAVED CURLUWID

If the two LUWIDs are the same, the receiving side has committed the unit of work that the sender considers to be in doubt. The sending side can now remove the in-doubt messages from the transmission queue and re-enable it. This is done with the following channel RESOLVE command: RESOLVE CHANNEL(name) ACTION(COMMIT)

If the two LUWIDs are different, the receiving side has not committed the unit of work that the sender considers to be in doubt.

RESOLVE CHANNEL(name) ACTION(BACKOUT)


Saludos
Rafael
Back to top
View user's profile Send private message MSN Messenger
anhnt
PostPosted: Tue Oct 21, 2003 1:42 am    Post subject: Reply with quote

Acolyte

Joined: 03 Aug 2003
Posts: 54

Thanks Leafar,
My problem was resolved

anhnt
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 Discussion » Problem with Reestablish Channel
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.