Author |
Message
|
kiran_mvr |
Posted: Mon May 23, 2005 9:33 am Post subject: Tracing in ESQL !!!!! |
|
|
Apprentice
Joined: 12 Dec 2004 Posts: 35
|
Hai all,
I have some problem where i should not use flow Debugger to trace errors,so is there any way to trace errors??
I mean other than Trace Node is there any other way? Something like when we have some 100 lines of code in ESQL where tracing should be done every line .
For example in Java if we are using (println) statements in between the code we can identify until where the code is executed,so its some thing like that. _________________ Kiran_manny |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon May 23, 2005 9:42 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Please see the documentation for mqsichangetrace. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
kingsley |
Posted: Mon May 23, 2005 10:05 am Post subject: |
|
|
Disciple
Joined: 30 Sep 2001 Posts: 175 Location: Hursley
|
Trace is the right thing. Other harsh ways is to use DB node before and after compute to write into DB or using the passthru in compute node.
this is a painful task but i practiced it when we send different parameters. In the end, it saved us lot of time toooo. |
|
Back to top |
|
 |
Saugui |
Posted: Mon May 23, 2005 4:07 pm Post subject: |
|
|
 Novice
Joined: 03 Feb 2005 Posts: 23
|
There's a tool call usertrace that can help you and can be downloaded, if not, tell me and I'll send it to you. |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon May 23, 2005 4:52 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Saugui wrote: |
There's a tool call usertrace that can help you and can be downloaded, if not, tell me and I'll send it to you. |
User trace is included with the product. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Ian |
Posted: Tue May 24, 2005 1:30 am Post subject: |
|
|
Disciple
Joined: 22 Nov 2002 Posts: 152 Location: London, UK
|
Jeff is correct, user trace is part of the product.
Saugui may be referring to SupportPac IA0R - WebSphere Business Integration Message Broker - Reformat User Trace
This provides some extra formatting functionality which mostly relates to presentation to improve readability.
It also includes the option to format the output for a spreadsheet.
But, you still require the User Trace output from the mqsireadlog/mqsiformatlog commands as input to this. _________________ Regards, Ian |
|
Back to top |
|
 |
|