Author |
Message
|
genius_in_making |
Posted: Thu Apr 06, 2006 9:19 pm Post subject: Trace Node |
|
|
 Novice
Joined: 23 Feb 2006 Posts: 14
|
Hi,
I wanted to store a copy of a message coming to my flow . I'm using trace node to put the message in the file on local system. Wen I tested it using XML message ( xml domain) it works fine but in production we are getting message in TDS form ( mrn domain) and wen I'm trying to put it to a file ... it fails.
in trace I've tried both ${Root} & ${Body}.
if i give ${ExceptionList} it works fine
Everything is working fine with message in XML domain
Pls throw some light on this |
|
Back to top |
|
 |
elvis_gn |
Posted: Thu Apr 06, 2006 9:39 pm Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
Hi genius_in_making,
Quote: |
but in production we are getting message in TDS form ( mrn domain) |
So did you test whether the flow is working with TDS in the first place... How can you do one thing in Test and another in Production....???
If you are getting an Exception then that means that something is going wrong. Use the debugger and see where it is failing....
You could be getting no trace as you must be using InputRoot.XML whereas your input has changed to InputRoot.MRM....
Regards. |
|
Back to top |
|
 |
genius_in_making |
Posted: Thu Apr 06, 2006 10:58 pm Post subject: |
|
|
 Novice
Joined: 23 Feb 2006 Posts: 14
|
FLows are working fine.
I wanted to catch one message comng to our flow for some clarification.
I'm trying to catch the message as a whole using trace node ( $ {Root} )
but its failing for message in MRN domain.
I tested the same setting with message in xml domain and it worked. |
|
Back to top |
|
 |
elvis_gn |
Posted: Thu Apr 06, 2006 11:30 pm Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
Hi genius_in_making,
Ok genius , tell me the order of the nodes in your flow....
Have you set any messageset properties in the input node ? If you have how can u be sending any message you feel like.
Put a trace node right after your input node and see if you get the message....
Regards. |
|
Back to top |
|
 |
genius_in_making |
Posted: Thu Apr 06, 2006 11:39 pm Post subject: |
|
|
 Novice
Joined: 23 Feb 2006 Posts: 14
|
Have put a trace node after the MQInput node . In i/p node have specified the message set & all other properties required.
In case I specify only ExceptionList in trace node , flow doesn't throws any exception but if i specify Root it fails. |
|
Back to top |
|
 |
shalabh1976 |
Posted: Fri Apr 07, 2006 12:07 am Post subject: |
|
|
 Partisan
Joined: 18 Jul 2002 Posts: 381 Location: Gurgaon, India
|
Can you let us know the failure message at least ?
Try bypassing the nodes by starting with:
MQinput-->Trace-->MQOutput
Now keep adding the nodes one by one and checking your trace to find which node is causing the problem. _________________ Shalabh
IBM Cert. WMB V6.0
IBM Cert. MQ V5.3 App. Prog.
IBM Cert. DB2 9 DB Associate |
|
Back to top |
|
 |
kimbert |
Posted: Fri Apr 07, 2006 2:39 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
Quote: |
In case I specify only ExceptionList in trace node , flow doesn't throws any exception but if i specify Root it fails. |
Of course. What else did you expect? The broker only parses a message when a field is referenced. If you ask it to trace ${Root} then it has to parse the message. If you only ask for ExceptionList, it has no need to parse the message, so you don't get the parsing exception.
So...put ${Root} in your trace node, set Destination to UserTrace and look at the exceptions. If you need further help, post the parsing exceptions (all three of them) here. |
|
Back to top |
|
 |
wschutz |
Posted: Fri Apr 07, 2006 3:29 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
If you don't need the message parsed in the trace node, place a reset Content Descriptor node before the trace node and set the message domain to blob. _________________ -wayne |
|
Back to top |
|
 |
jesieltrevisan |
Posted: Mon Apr 17, 2006 5:20 am Post subject: |
|
|
Novice
Joined: 21 Mar 2006 Posts: 13
|
Hello,
I need a help...
I have this Flow, and... i need to make a Trace for Test this flow, but... i do nkow how to use a Trace Node... and yours fields....
The WebShere MQ Integrator is 2.1 version.
Somebody help-me please ?
Tks |
|
Back to top |
|
 |
kimbert |
Posted: Tue Apr 18, 2006 12:17 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
I have no idea what you are trying to say. If you want some help, please state your question clearly. |
|
Back to top |
|
 |
|