Author |
Message
|
eairesource |
Posted: Tue Apr 16, 2013 8:22 am Post subject: Filter Node Issue V8 |
|
|
Newbie
Joined: 16 Apr 2013 Posts: 9
|
I am using filter node in V8 in which the flow is terminating when ever it comes across RETURN FALSE condition.
Ideally it should be exiting through the FALSE terminal but right now the flow just stops when RETURN FALSE is executed.
What can cause this issue to occur? |
|
Back to top |
|
 |
Vitor |
Posted: Tue Apr 16, 2013 8:43 am Post subject: Re: Filter Node Issue V8 |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
eairesource wrote: |
What can cause this issue to occur? |
You're using WMBv8.0.0.0 not WMBv8.0.0.2? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
eairesource |
Posted: Tue Apr 16, 2013 9:01 am Post subject: |
|
|
Newbie
Joined: 16 Apr 2013 Posts: 9
|
yes we are using WMBv8.0.0.0 |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Apr 16, 2013 9:20 am Post subject: Re: Filter Node Issue V8 |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
eairesource wrote: |
I am using filter node in V8 in which the flow is terminating when ever it comes across RETURN FALSE condition.
Ideally it should be exiting through the FALSE terminal but right now the flow just stops when RETURN FALSE is executed.
What can cause this issue to occur? |
However did you get the idea that Return FALSE meant the same as PROPAGATE TO TERMINAL 'False' ???
Working as designed! Move on  _________________ MQ & Broker admin |
|
Back to top |
|
 |
eairesource |
Posted: Tue Apr 16, 2013 10:13 am Post subject: |
|
|
Newbie
Joined: 16 Apr 2013 Posts: 9
|
Issue is it never comes out of FALSE terminal...the moment RETURN FALSE is executed..the flow stops there and nothing happens..I would have expected to return control through the FALSE terminal but that doesnt happen |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Apr 16, 2013 10:43 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
eairesource wrote: |
Issue is it never comes out of FALSE terminal...the moment RETURN FALSE is executed..the flow stops there and nothing happens..I would have expected to return control through the FALSE terminal but that doesnt happen |
Obviously you did not read my previous post.
Asked and answered...  _________________ MQ & Broker admin |
|
Back to top |
|
 |
goffinf |
Posted: Tue Apr 16, 2013 12:20 pm Post subject: Re: Filter Node Issue V8 |
|
|
Chevalier
Joined: 05 Nov 2005 Posts: 401
|
fjb_saper wrote: |
eairesource wrote: |
I am using filter node in V8 in which the flow is terminating when ever it comes across RETURN FALSE condition.
Ideally it should be exiting through the FALSE terminal but right now the flow just stops when RETURN FALSE is executed.
What can cause this issue to occur? |
However did you get the idea that Return FALSE meant the same as PROPAGATE TO TERMINAL 'False' ???
Working as designed! Move on  |
Perhaps by looking at the IC and reading this from the section about the RETURN statement :-
Quote: |
........RETURN TRUE;...............RETURN FALSE;
Filter
........Propagate message.........Propagate message
.........to True terminal.............to False terminal
|
|
|
Back to top |
|
 |
Vitor |
Posted: Tue Apr 16, 2013 12:39 pm Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
eairesource wrote: |
yes we are using WMBv8.0.0.0 |
So there's your issue. Patch to 8.0.0.2 and retry. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Apr 16, 2013 7:26 pm Post subject: Re: Filter Node Issue V8 |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
goffinf wrote: |
Perhaps by looking at the IC and reading this from the section about the RETURN statement :-
Quote: |
........RETURN TRUE;...............RETURN FALSE;
Filter
........Propagate message.........Propagate message
.........to True terminal.............to False terminal
|
|
I stand corrected.
Upgrade to the latest fix pack and test again...  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|