Author |
Message
|
smdavies99 |
Posted: Thu Feb 21, 2013 10:16 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
If you are having problems with the catch terminal of a collector node why don't you put a TRy Catch node right after the out terminal and wire that catch terminal up to your error handler. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
nmahesh4mb |
Posted: Fri Feb 22, 2013 1:02 am Post subject: |
|
|
Novice
Joined: 25 May 2012 Posts: 23
|
Hi Thankyou I'm using trycatch node then it's working and the issue with Collecter node is not understood yet, like it's not stopping at catch terminal... |
|
Back to top |
|
 |
smdavies99 |
Posted: Fri Feb 22, 2013 2:24 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
nmahesh4mb wrote: |
Hi Thankyou I'm using trycatch node then it's working and the issue with Collecter node is not understood yet, like it's not stopping at catch terminal... |
If an error is not stopping at a TryCatch and then going down the TryCatch node catch path it is time for a PMR.
collector nodes are IMHO the most temperamental nodes in the toolkit. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
nmahesh4mb |
Posted: Fri Feb 22, 2013 3:18 am Post subject: |
|
|
Novice
Joined: 25 May 2012 Posts: 23
|
No Try Catch node is working fine no problem with that..
But Problem is Collector node's Catch terminal ,, |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Feb 22, 2013 4:28 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
nmahesh4mb wrote: |
No Try Catch node is working fine no problem with that..
But Problem is Collector node's Catch terminal ,, |
No the problem is your lack of understanding.
The collection is fine and gets propagated to the out node.
Down the road something is wrong and has nothing to do with the collection.
If you wire it to the catch terminal and don't add a throw node at the end there to push it to the failure terminal of the collector node, what do you expect to happen??  _________________ MQ & Broker admin |
|
Back to top |
|
 |
nmahesh4mb |
Posted: Fri Feb 22, 2013 4:46 am Post subject: |
|
|
Novice
Joined: 25 May 2012 Posts: 23
|
once the message reached to destination queue on catch terminal it's should stops there right by putting the message into queue but it's not happening that's what my doubt..
I'm Sorry If it's my lack of knowledge on Collector node...
Bcoz I'm not using the configurable property just I'm using the Time based only not more than that... |
|
Back to top |
|
 |
Vitor |
Posted: Fri Feb 22, 2013 6:19 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
nmahesh4mb wrote: |
once the message reached to destination queue on catch terminal it's should stops there right by putting the message into queue but it's not happening that's what my doubt.. |
And again I advise you to take a user trace to resolve your doubt
nmahesh4mb wrote: |
I'm Sorry If it's my lack of knowledge on Collector node... |
You should also be sorry you keep ignoring my advice. If I was more sensitive (or sensitive at all) I'd be hurt.
nmahesh4mb wrote: |
Bcoz I'm not using the configurable property just I'm using the Time based only not more than that... |
What's that got to do with anything you've posted? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|