I would say you have likely found a bug....but if you use the second, and then output the .toString() of it, what does it give you?
_____ From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of Roys, Eric D Sent: Tuesday, November 03, 2009 12:07 PM To: [email protected] Subject: Java API - parseQualification Error ** I hope someone can provide some clarity to this or substantiate that this is a bug... ARS7.5 p1 (server/api) Win2003 Java 1.6 Using QualifierInfo qual = ctl.parseQualification("Roles", "'Role ID' = -900000"); // has negative sign returns ERROR (0) : Message not in catalog; Message number = 0; Error while decoding. Using QualifierInfo qual = ctl.parseQualification("Roles", "'Role ID' = 900000"); // no negative although invalid role id returns no error and also no matching results (as expected). So it appears the parseQualification is having some issues with "-" interpretation. Thoughts/suggestions? Kind Regards, Eric Roys Sr. Sales Engineer GSSI Verizon Business _Platinum Sponsor: [email protected] ARSlist: "Where the Answers Are"_ _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor:[email protected] ARSlist: "Where the Answers Are"

