|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Unresolvable message field reference Root.BLOB.BLOB |
« View previous topic :: View next topic » |
Author |
Message
|
jsware |
Posted: Tue Jan 04, 2005 4:02 am Post subject: Unresolvable message field reference Root.BLOB.BLOB |
|
|
 Chevalier
Joined: 17 May 2001 Posts: 455
|
In WBIMB 5.0 with CSD03, if I have an MQInput flow wired up to a filter node which has true/false wired to trace nodes and put the following in the filter node ESQL:
RETURN LENGTH(Root."BLOB"."BLOB") > 100;
I get the following warning:
Unresolvable message field reference Root.BLOB.BLOB
However, it does deploy successfully.
I have tried it with/without the quotes (Root.BLOB.BLOB) gives the same result.
Any ideas what I need to do to get rid of the warning. _________________ Regards
John
The pain of low quaility far outlasts the joy of low price. |
|
Back to top |
|
 |
Prithvi |
Posted: Tue Jan 04, 2005 4:25 am Post subject: |
|
|
 Apprentice
Joined: 20 Dec 2004 Posts: 34
|
If the message hasn't been parsed earlier, it might cause a problem if you frefer to it as Root.BLOB.BLOB . You could try using Body.BLOB . I have tried this and it works. _________________ Prithvi |
|
Back to top |
|
 |
jsware |
Posted: Tue Jan 04, 2005 9:06 am Post subject: |
|
|
 Chevalier
Joined: 17 May 2001 Posts: 455
|
I tried Body.BLOB and I get the same warning. I also notice I get them in Compute nodes with InputRoot.BLOB.BLOB and OutputRoot.BLOB.BLOB
It appears to work fine when deployed, its just in the eclipse toolkit that I get the warning. I would rather not have the warning so that when I (or somebody else) comes back to the project, they don't think the problem is something they have done. _________________ Regards
John
The pain of low quaility far outlasts the joy of low price. |
|
Back to top |
|
 |
EddieA |
Posted: Tue Jan 04, 2005 9:42 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
It is just a Toolkit warning, and can be ignored. I don't think you can suppress it. I get: "Identifier XML cannot be resolved" when I code XML.Element.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|