Author |
Message
|
pfaulkner |
Posted: Sun Apr 27, 2003 2:44 pm Post subject: Anyone seen this exception before |
|
|
Master
Joined: 18 Mar 2002 Posts: 241 Location: Colorado, USA
|
"can only deal with named, namedValue and value nodes"
I get it in my exceptionList when trying to do:
BITSTREAM(InputBody) in a compute node.
Any ideas???? |
|
Back to top |
|
 |
viper |
Posted: Sun Apr 27, 2003 11:22 pm Post subject: |
|
|
Newbie
Joined: 27 Apr 2003 Posts: 2
|
Tryt specifying the full path as arg like BITSTREAM(InputRoot.XML) if using xml or whatever type of message that is. |
|
Back to top |
|
 |
yaakovd |
Posted: Mon Apr 28, 2003 1:08 am Post subject: |
|
|
Partisan
Joined: 20 Jan 2003 Posts: 319 Location: Israel
|
InputBody = InputRoot.*[LAST] =(in this case) InputRoot.XML
So this is not a problem...
Please provide more code - what you try to do?
May be you need OutputRoot.BLOB.BLOB = BITSTREAM(InputRoot.XML); ?
With more information somebody will help you here  _________________ Best regards.
Yaakov
SWG, IBM Commerce, Israel |
|
Back to top |
|
 |
pfaulkner |
Posted: Mon Apr 28, 2003 8:13 am Post subject: |
|
|
Master
Joined: 18 Mar 2002 Posts: 241 Location: Colorado, USA
|
Solution
It was because I had a different tag name in my message set to that of my mapping. I had copied the mapping from a previous flow that used the same structure but in a different message set. I forgot that I had renamed one of the tags and hadn't renamed it in the new message set. My test data matched new name and so I didn't get the usual parsing error. |
|
Back to top |
|
 |
LearnMQSI |
Posted: Tue May 06, 2003 11:03 am Post subject: Steps to take to copy a message in a different message set |
|
|
 Centurion
Joined: 20 Aug 2002 Posts: 137
|
Hi MQSI Experts,
I have to copy a message to my current project from a previous project.
I have to add a couple of new fields in my new message. In order for me to copy the previous message and use it for a different project by adding some new fields, what exactly steps I should be taking. such as:
Copying a message
Copying a Compund Type
Should I change their Identifier?
What else I should take into consideration?
Thank you for your help and suggestions
LearnMQSI |
|
Back to top |
|
 |
pfaulkner |
Posted: Tue May 06, 2003 11:26 am Post subject: |
|
|
Master
Joined: 18 Mar 2002 Posts: 241 Location: Colorado, USA
|
Is your new message in the same MessageSet as your old one?
If it is, then you can simply use copy and paste and just change the identifier and then rename the new object (message/type etc).
I tried this copying from one message set to another and ran into a lot of problems. It was quite a while ago and I don't recall the specific issues but I do remember I ended up deleting it and just re-entering in the new message set. |
|
Back to top |
|
 |
|