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 » WebSphere Message Broker (ACE) Support » compute node problem

Post new topic  Reply to topic
 compute node problem « View previous topic :: View next topic » 
Author Message
hemendra123
PostPosted: Mon Jun 06, 2005 9:02 pm    Post subject: compute node problem Reply with quote

Novice

Joined: 30 May 2005
Posts: 20

Hi,
I am trying to build the message flow which has the 'route to label' as well.
The flow sequence is

Input Node -> Filter Node -> compute Node -> Trace Node -> Route To Label

I have the following ESQL snippet in the compute node :
-- ------------------------/
CREATE PROCEDURE CopyEntireMessage() BEGIN
SET OutputRoot = InputRoot;

IF InputRoot.MRM.Indicator = 'A' Then
SET OutputLocalEnvironment.Destination.RouterList.DestinationData[1].labelname = 'A';
ELSE
SET OutputLocalEnvironment.Destination.RouterList.DestinationData[1].labelname = 'B';
END IF;


END;

-- .......................\

In the lable node check is made for label name A or B. However it looks compute node fails and the messages are driven back to failure terminal of Input Node. Can you please help me on resolving this issue.


Thanks
Hemen
Back to top
View user's profile Send private message Send e-mail
fschofer
PostPosted: Mon Jun 06, 2005 10:42 pm    Post subject: Reply with quote

Knight

Joined: 02 Jul 2001
Posts: 524
Location: Mainz, Germany

Hi,
have you set the compute node "mode" to LocalEnvironment And Message or All ?

http://publib.boulder.ibm.com/infocenter/wbihelp/topic/com.ibm.etools.mft.doc/ac04660_.htm?resultof=%22%63%6f%6d%70%75%74%65%22%20%22%63%6f%6d%70%75%74%22%20%22%6e%6f%64%65%22%20

Greetings
Frank
Back to top
View user's profile Send private message Send e-mail
hemendra123
PostPosted: Mon Jun 06, 2005 11:41 pm    Post subject: Reply with quote

Novice

Joined: 30 May 2005
Posts: 20

wow.... it worked. thanks much Frank.
-Hemen
_________________
Hemendr
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » compute node problem
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.