Author |
Message
|
Siddu |
Posted: Mon Dec 03, 2012 1:33 am Post subject: Output from MQGET node is not read by next compute node |
|
|
Apprentice
Joined: 22 Aug 2012 Posts: 44
|
Hi All,
I've a flow which looks like this:
Input - > MQGET -> Compute Node -> Output
I'm able to read a message from Queue using MQGET node and I can see the control being passed to 'Out' from MQGET. However, the control is not entering into compute node.
The node properties under "Result" are:
Output Data Location: OutputRoot.XMLNSC.LastRunTime
Result Data Location: ResultRoot.XMLNSC.PPGEvent.LastSuccessfullRun
Can anyone please guide me on whaere I'm wrong??
Your help is greatly appreciated...  _________________ "Be honest. It is one of the few things that you can control in your life." |
|
Back to top |
|
 |
McueMart |
Posted: Mon Dec 03, 2012 2:29 am Post subject: |
|
|
 Chevalier
Joined: 29 Nov 2011 Posts: 490 Location: UK...somewhere
|
Have you tried debugging your flow? If so, what error are you getting? |
|
Back to top |
|
 |
Siddu |
Posted: Mon Dec 03, 2012 3:34 am Post subject: |
|
|
Apprentice
Joined: 22 Aug 2012 Posts: 44
|
McueMart wrote: |
Have you tried debugging your flow? If so, what error are you getting? |
It's not showing any errors at all.
Once the file has been read from Queue I can see the control being passed to 'Out' terminal, but it's not entering into compute node  _________________ "Be honest. It is one of the few things that you can control in your life." |
|
Back to top |
|
 |
McueMart |
Posted: Mon Dec 03, 2012 3:48 am Post subject: |
|
|
 Chevalier
Joined: 29 Nov 2011 Posts: 490 Location: UK...somewhere
|
What version of Broker? How do you know you are not entering the compute module?
Try placing a trace node after your MQGET node and tracing ${Root} and check that the whole message tree looks like you would expect. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Mon Dec 03, 2012 5:56 am Post subject: Re: Output from MQGET node is not read by next compute node |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
Siddu wrote: |
I've a flow which looks like this:
Input - > MQGET -> Compute Node -> Output
Can anyone please guide me on whaere I'm wrong?? |
You have no trace nodes in your flow. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
bdrummond |
Posted: Tue Dec 04, 2012 3:29 am Post subject: |
|
|
Disciple
Joined: 06 May 2004 Posts: 164
|
We have the same issue and are using v 8.0.0.1.
Subflow is receiving the message and the first compute node completes successfully and passes the message to it's 'out' terminal. Then nothing happens.
We have placed a trace node after the compute node but nothing is written to the trace, so it looks like the message never gets there.
If we propagate to a Label node and not a terminal, the Label node accepts the message, passes it to it's own 'out' terminal and then nothing happens.
It appears that the SubFlow is not recognising the connections between nodes.
Very strange.
If anyone has any ideas on what the issue could be, it would be greatly appreciated. |
|
Back to top |
|
 |
Siddu |
Posted: Tue Dec 04, 2012 3:31 am Post subject: |
|
|
Apprentice
Joined: 22 Aug 2012 Posts: 44
|
McueMart wrote: |
What version of Broker? How do you know you are not entering the compute module?
Try placing a trace node after your MQGET node and tracing ${Root} and check that the whole message tree looks like you would expect. |
Hi McMart,
I resolved this issue.
Actually i was trying to access two different DSNs in a single compute node and it was hanging. Now, I included one more seperate compute node and the issue is resolved.
Thanks a lot for your response  _________________ "Be honest. It is one of the few things that you can control in your life." |
|
Back to top |
|
 |
bdrummond |
Posted: Tue Dec 04, 2012 3:45 am Post subject: |
|
|
Disciple
Joined: 06 May 2004 Posts: 164
|
Now that your issue is resolved, I will post my question in a new thread.  |
|
Back to top |
|
 |
Siddu |
Posted: Tue Dec 04, 2012 4:14 am Post subject: |
|
|
Apprentice
Joined: 22 Aug 2012 Posts: 44
|
bdrummond wrote: |
Now that your issue is resolved, I will post my question in a new thread.  |
Hehe  _________________ "Be honest. It is one of the few things that you can control in your life." |
|
Back to top |
|
 |
|