Keith,can you help me with the query, i want to download all the listings as this is the first dump. I am getting this error "<RETS ReplyCode="20206" ReplyText="Invalid DMQL query (0)"/>`` Below is my querySearchRequest searchRequest = session.CreateSearchRequest(
"Property",
"ResidentialProperty",
"(Status='A')");
searchRequest.SetStandardNames(true);
searchRequest.SetSelect("ListingID,ListPrice,Beds,City");
searchRequest.SetLimit(SearchRequest.LIMIT_NONE);
searchRequest.SetOffset(SearchRequest.OFFSET_NONE);
searchRequest.SetCountType(SearchRequest.CountType.RECORD_COUNT_AND_RESULTS);Thanks,Mehdi
Shouldn’t status be formatted as:
(Status=|A)
…since status is normally a lookup value?
--
You received this message because you are subscribed to a topic in the Google Groups "LibRets Mirror" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/librets/MsbJeLD6c88/unsubscribe.
To unsubscribe from this group and all its topics, send an email to librets+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.