ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » How to verify a CWF MRM?

Post new topic  Reply to topic
 How to verify a CWF MRM? « View previous topic :: View next topic » 
Author Message
Boolean
PostPosted: Wed Nov 12, 2003 12:27 am    Post subject: How to verify a CWF MRM? Reply with quote

Acolyte

Joined: 05 Jun 2003
Posts: 56
Location: Sweden

In my case I've built a TDS that parses an incoming file = OK.
Outgoing message is in the CWF form and here I get "overflow" errors.

Seems that the OutputRoot tree I construct in a Compute node doesn't match with the MRM.

When dealing with XML and TDS formats, we usually create a dummy flow with one Input node and a trace node, just to see the looks of the InputRoot. In this case we dont have the CWF corresponding test file.

Is there a way to get hold of the CWF tree in the broker? Seems that I can address elements that are not present in the MRM-CWF. Does no validation of the tree occur?

/Anders (Boolean)
Back to top
View user's profile Send private message
kimbert
PostPosted: Wed Nov 12, 2003 1:51 am    Post subject: Reply with quote

Jedi Council

Joined: 29 Jul 2003
Posts: 5542
Location: Southampton

You could put a trace node between the Compute node and the MQOutput node. That would show the state of the tree just before it was written. Then you could compare the tree with your message definitions.
One possibility you may like to consider: if your TDS input message is tagged, you may be parsing some of the input message as 'self-defined'. In other words, your message definition may not be absolutely correct, but the TDS parser is managing to cope anyway. If you want to check this, set validation to 'Complete' on the MQInput node, and set Type Content to 'Closed' on all your compound types. You will then get an exception for any self-defining data.
Back to top
View user's profile Send private message
Boolean
PostPosted: Wed Nov 12, 2003 6:06 am    Post subject: Reply with quote

Acolyte

Joined: 05 Jun 2003
Posts: 56
Location: Sweden

The thing is that the output tree will be written to a CWF, and I want to make sure that the tree corresponds to the message set (it does not, since there is a crash on the mqoutput node).

Seems that there is no syntax checking on the childs in the output tree.
Could it be that there are special rules for a CWF?

/Anders (Boolean)
Back to top
View user's profile Send private message
mpuetz
PostPosted: Wed Nov 12, 2003 1:40 pm    Post subject: Reply with quote

Centurion

Joined: 05 Jul 2001
Posts: 149
Location: IBM/Central WebSphere Services

Hi,

other than taking a precise look at your exception list
where is little you can do. CWF-MRM does an implicit
validation, if your message tree doesn't match the metadata
it will give an error. But is lax with respect to additional tree
elements that do not belong there, it simply ignores them.

CWF is special if you are using default values for your elements
and you do not create elements in your tree in the correct order.

Maybe you want to post the exception list and the output of your trace node after the mapping is done here for others to look at and help
you with the interpretation.
_________________
Mathias Puetz

IBM/Central WebSphere Services
WebSphere Business Integration Specialist
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » How to verify a CWF MRM?
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.