Author |
Message
|
Frnd |
Posted: Thu Jun 16, 2011 3:39 am Post subject: Issue in Debug Mode |
|
|
Apprentice
Joined: 04 Jun 2007 Posts: 33
|
Hi
After having deployed the flow to a local broker, I tried putting a sample message with Debug Mode ON . I am getting an popup Label Updates and in details it is just mentioned " Error". Not able to really understand what could be the problem. I can see the message tree getting updated properly everytime as I traverse the flow. The output has to be written to a file . This is not happening though.. ( |
|
Back to top |
|
 |
lancelotlinc |
Posted: Thu Jun 16, 2011 4:59 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
Maayong Buntag.
Try putting some Trace Nodes every other node. Each trace node writes to a different file. C:/TEMP/log/1.txt, 2.txt, 3.txt, etc. You will then know from which files get written, and which ones dont, what node in your flow is throwing an error. The pattern you could use in your trace node is ${Root} ${CURRENT_TIMESTAMP}.
Mabuhay. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Jun 16, 2011 5:19 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Or you could use User Trace instead of debug, which will show the execution of each node and where the error occurs.
And usertrace is a good thing to get in practice with. |
|
Back to top |
|
 |
rekarm01 |
Posted: Thu Jun 16, 2011 9:31 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 1415
|
lancelotlinc wrote: |
Try putting some Trace Nodes every other node. Each trace node writes to a different file. C:/TEMP/log/1.txt, 2.txt, 3.txt, etc. |
... or configure the Trace nodes to write to the user trace. |
|
Back to top |
|
 |
gotnoid |
Posted: Sun Aug 28, 2011 4:47 am Post subject: Facing same issue |
|
|
Novice
Joined: 20 Nov 2008 Posts: 15
|
HI I am facing the same issue when I try to dedug plaese let me know if you were able to find a solution.
 |
|
Back to top |
|
 |
lancelotlinc |
Posted: Mon Aug 29, 2011 4:36 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
gotnoid, after you put your Trace nodes in, what did you see? Please post the output of your Trace nodes. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
|