Author |
Message
|
mmarq |
Posted: Wed Oct 30, 2002 11:37 am Post subject: Setting up destination list for route to label |
|
|
Acolyte
Joined: 19 Sep 2002 Posts: 74 Location: Newton, MA
|
I have an INPUT->TRACE->COMPUTE->TRACE-FILTER->ROUTETOLABEL
flow.
In the compute node I have:
-- Write destination to continue processing (to Interrogate Row)
SET OutputLocalEnvironment.Destination.RouterList.DestinationData[1].labelname='Interrogate Row';
When I check the message flow I get:
Path does not match any of the selected messages and it points to the SET statement above.
In fact, I get this error message all the time when I try to write to the
OutputRoot even.
Any ideas? This error is driving me nuts.
Thanks,
M _________________ M Marquis |
|
Back to top |
|
 |
kwelch |
Posted: Wed Oct 30, 2002 12:38 pm Post subject: |
|
|
 Master
Joined: 16 May 2001 Posts: 255
|
Could be the same issue that I mentioned in another post with the advanced tab in your compute node not having LocalEnvironment and Message set or All if you want ExceptionList too for the Compute Node.
Karen |
|
Back to top |
|
 |
mmarq |
Posted: Wed Oct 30, 2002 1:09 pm Post subject: Reply |
|
|
Acolyte
Joined: 19 Sep 2002 Posts: 74 Location: Newton, MA
|
Hi there,
Yea, I wish it was. I have 'All' selected in the advanced tab of both of those nodes _________________ M Marquis |
|
Back to top |
|
 |
kirani |
Posted: Wed Oct 30, 2002 5:16 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
Is this a deploy time or runtime error? Have you tried changing the Label name to something which doesn't have SPACE char in it. _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
mmarq |
Posted: Thu Oct 31, 2002 6:28 am Post subject: Reply |
|
|
Acolyte
Joined: 19 Sep 2002 Posts: 74 Location: Newton, MA
|
It occurs during "check message flow" when I'm making sure the syntax is ok prior to attempting the deploy. I'll try without the space.
THanks,
Melissa _________________ M Marquis |
|
Back to top |
|
 |
mmarq |
Posted: Sun Nov 03, 2002 5:57 pm Post subject: Path does not match any of the selected messages - prob |
|
|
Acolyte
Joined: 19 Sep 2002 Posts: 74 Location: Newton, MA
|
All my compute nodes are set up to pass "All" in the advanced tab. I have the radio button "Copy entire message" in each and this statement
produces the above error:
set OutputLocalEnvironment.Destination.RouterList.DestinationData[1].labelname='Continue';
My RouteToLabel is going ot the first in the list.
I am also getting the same error when I add a message in the Compute node and drag and drop it in.
What does this message mean? I can't find anything in the docs about it.
Thanks,
Melissa _________________ M Marquis |
|
Back to top |
|
 |
kirani |
Posted: Sun Nov 03, 2002 7:03 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
Try deploying your message flow first, if it deploys successfully then don't worry about the error. This could be a bug in MQSI! _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
|