Re: Java API - ARGetQualifier

2006-11-03 Thread Carey Matthew Black
All, I took a quick stab at the original question (off list) and since I was stumped by the problem I poked Rafael the learn about the root of the issue. ( So that I could learn what I missed.) I think that the answer might help others so here is a quick write up. The root of the issue was that

Re: Java API - ARGetQualifier

2006-11-03 Thread Rafael Bertolini
-Original Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Rafael Bertolini Sent: Donnerstag, 2. November 2006 18:33 To: arslist@ARSLIST.ORG Subject: Re: Java API - ARGetQualifier Hi Jarl! Got the same problem using condition = "\'

Re: Java API - ARGetQualifier

2006-11-02 Thread de Man Sebastiaan
list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Rafael Bertolini Sent: Donnerstag, 2. November 2006 18:33 To: arslist@ARSLIST.ORG Subject: Re: Java API - ARGetQualifier Hi Jarl! Got the same problem using condition = "\'Status\' = \"New\""; MessageType: 2

Re: Java API - ARGetQualifier

2006-11-02 Thread Rafael Bertolini
Hi Jarl! Got the same problem using condition = "\'Status\' = \"New\""; MessageType: 2 MessageNum: 1 MessageText: Error while parsing the qualifier (Error Code: 6) AppendedText: Error position: 8 at com.remedy.arsys.api.Proxy.ARGetQualifier(Native Method) at com.remedy.arsys.api.Util.A

Re: Java API - ARGetQualifier

2006-11-02 Thread Jarl Grøneng
Try this: condition = "\'Status\' = \"New\""; -- Jarl On 11/2/06, Rafael Bertolini <[EMAIL PROTECTED]> wrote: Hello guys! I'm having problems to do a qualificated search using java api (ARS 6.3). Here is the code: . . . condition = "'Status' = \"New\""; try { QualifierInfo

Java API - ARGetQualifier

2006-11-02 Thread Rafael Bertolini
Hello guys! I'm having problems to do a qualificated search using java api (ARS 6.3). Here is the code: . . . condition = "'Status' = \"New\""; try { QualifierInfo qualifier = Util.ARGetQualifier(server, condition, fields, fields, Constants.AR_QUALCONTEXT_DEFA