I've been getting this error everytime I run a query against the search in my program, but I can't understnad why. Here's an example of the query that generates this error:
lookfor1=complexquery&where1=Attr_31142945_2: *My Project* AND OTSubTypeName:E-Mail AND-NOT OTLocation:1987248
With a resultTransformationSpec of three strings in an array (OTName, Attr_31142945_2, Attr_31142945_3) There's normally more in the transformationspec, but ive cut it down the the bare minmum of 3 to try and figure oiut whats going on with tthis error. The strange part is that I have another program that uses livelink web services and generates queries like lookfor1=complexquery&where1=Attr_1682445_3 : *NK29* AND Attr_1682445_3 : *635* AND-NOT OTSubTypeName:Shortcut AND-NOT OTLocation:1987248
and it works fine. The search worked on friday for the first application, but doesnt today. As far as I can tell, I didnt change anything in my program that would effect this. Is there something server side that would cause this?
Thanks