Qualifier problem

View: New views
4 Messages — Rating Filter:   Alert me  

Qualifier problem

by Dennis Sacks :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
 
I am using NEO 1.4.1 compiled for .Net 2.
 
I am building a Qualifier and Qualifier.Format gives me this exception:
 
[NEO] Invalid right hand side for comparison; found commendation (position 26 in "CommentType = Commendation and Category = {0}")
 
What does "Invalid right hand side for comparison" mean?
 
Dennis

RE: Qualifier problem

by Pieter Jansen van Vuuren :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Dennis,
 
It would probably help if you could post your code that causes this error.
 
Cheers
 
Pieter
 


From: Dennis Sacks [mailto:dennis.sacks@...]
Sent: Wednesday, 21 June 2006 7:42 a.m.
To: user@...
Subject: [neo-user] Qualifier problem

Hi,
 
I am using NEO 1.4.1 compiled for .Net 2.
 
I am building a Qualifier and Qualifier.Format gives me this exception:
 
[NEO] Invalid right hand side for comparison; found commendation (position 26 in "CommentType = Commendation and Category = {0}")
 
What does "Invalid right hand side for comparison" mean?
 
Dennis

Re: Qualifier problem

by Erik Dörnenburg :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I admit the message could be better. It tries to tell you that
somethings wrong with the 'stuff' right of the equals sign. In this case
I'm quite sure you want the following: (note the single quotes around
the literal string)

"CommentType = 'Commendation' and Category = {0}"

Hope this helps
erik


Dennis Sacks wrote:

> Hi,
>  
> I am using NEO 1.4.1 compiled for .Net 2.
>  
> I am building a Qualifier and Qualifier.Format gives me this exception:
>  
> [NEO] Invalid right hand side for comparison; found commendation
> (position 26 in "CommentType = Commendation and Category = {0}")
>  
> What does "Invalid right hand side for comparison" mean?
>  
> Dennis


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email


Parent Message unknown RE: Qualifier problem

by Dennis Sacks :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Erik,

Thanks for the response. I was wondering about quotes. Is
Qualifier.Format supposed to put quotes around the stuff right of the
equals sign?

Dennis

-----Original Message-----
From: Erik Doernenburg [mailto:erik@...]
Sent: Wednesday, June 21, 2006 8:39 AM
To: user@...
Subject: Re: [neo-user] Qualifier problem

I admit the message could be better. It tries to tell you that
somethings wrong with the 'stuff' right of the equals sign. In this case

I'm quite sure you want the following: (note the single quotes around
the literal string)

"CommentType = 'Commendation' and Category = {0}"

Hope this helps
erik


Dennis Sacks wrote:
> Hi,
>  
> I am using NEO 1.4.1 compiled for .Net 2.
>  
> I am building a Qualifier and Qualifier.Format gives me this
exception:
>  
> [NEO] Invalid right hand side for comparison; found commendation
> (position 26 in "CommentType = Commendation and Category = {0}")
>  
> What does "Invalid right hand side for comparison" mean?
>  
> Dennis


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email