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 » IBM MQ API Support » Error while using ESQL in Filter Node !!!!

Post new topic  Reply to topic
 Error while using ESQL in Filter Node !!!! « View previous topic :: View next topic » 
Author Message
Naftalanja
PostPosted: Wed Feb 06, 2002 10:10 am    Post subject: Reply with quote

Acolyte

Joined: 30 Jan 2002
Posts: 63
Location: Los Angeles

Hi all, i need this bit urgently and any help is greatly appreciated.

I have the input XML as following.

<?xml version="1.0"?>
<!DOCTYPE TSC [
<!ELEMENT TSC (REQUEST)>
<!ELEMENT REQUEST (QUERYBASE)>
<!ELEMENT QUERYBASE (FIRSTNAME, LASTNAME, EMPID)>
<!ELEMENT FIRSTNAME (#PCDATA)>
<!ELEMENT LASTNAME (#PCDATA)>
<!ELEMENT EMPID (#PCDATA)>
]>
<TSC>
<REQUEST>
<QUERYBASE>
<EMPID>45115</EMPID>
</QUERYBASE>
</REQUEST>
</TSC>

I give the following stmt in the filter node, whose true node is connected
to MQOutputNode.

(Root.XML.TSC.REQUEST.QUERYBASE.EMPID > 5000)
also i have given another way as
(Body.TSC.REQUEST.QUERYBASE.EMPID > 5000)

When i generate logs on this, it says, path could not be navigated and
it returns null and compares as NULL > 5000 and thus it moves the messages
to UNKNOWN node. Can anybody please help me, its urgent for ma prototype development. thanx in advance.



Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ API Support » Error while using ESQL in Filter Node !!!!
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.