Author |
Message
|
sreesobhan |
Posted: Thu Oct 11, 2001 12:51 pm Post subject: |
|
|
Newbie
Joined: 10 Oct 2001 Posts: 4 Location: Virginia
|
Hi All:
I have been struggling to get started with MRM defined messages. I started with 'Appendix A An example scenario' and not able to get it to work for almost 4 weeks.
I put a trace node right after the input node and tried to print the $Root. But, it is printing only upto MRM= and stops there? Anybody have any suggestions?
Thanks.
Sobhan........ |
|
Back to top |
|
 |
Tibor |
Posted: Thu Oct 11, 2001 1:32 pm Post subject: |
|
|
 Grand Master
Joined: 20 May 2001 Posts: 1033 Location: Hungary
|
Quote: |
On 2001-10-11 13:51, sreesobhan wrote:
I put a trace node right after the input node and tried to print the $Root. But, it is printing only upto MRM= and stops there?
|
Sobhan,
You get this output when parsing goes to failure. Look into EventViewer (on NT) or syslog.user (on Unix), or switch on the trace function (mqsichangetrace) and analyze it.
Tibor |
|
Back to top |
|
 |
cfarkas |
Posted: Tue Oct 16, 2001 6:34 am Post subject: |
|
|
Novice
Joined: 24 Jun 2001 Posts: 13 Location: France
|
I think that Tibor's comment about looking in the event log for the problem is correct, but one problem you might be having also:
you probably want ${Root} and not just $Root (in other words... you need "dollar" followed by curly braces).
|
|
Back to top |
|
 |
sreesobhan |
Posted: Tue Oct 16, 2001 11:52 am Post subject: |
|
|
Newbie
Joined: 10 Oct 2001 Posts: 4 Location: Virginia
|
Thanks for your responses! The problem was, I have started with a complex message and had trouble finding the error.
I started with a simple message first and put more blocks in steps and was able to get it to work.
Thanks.
Sobhan...... |
|
Back to top |
|
 |
|