Full search not successful [closed]
We use a PHP script that cURLs the query to RETS (http://cren.rets.fnismls.com). The commercial property query is working fine, but the other queries are failing. The error I'm getting back is:
"stopped querying at loop 6 count of returned data was 1"
Nothing has changed on our end and according to CREN, nothing has changed on their end either. Any insight would be appreciated.
Comments
Please change your RETS login URL from "fnismls.com" to "paragonrels.com". I have no idea what your internal processes are doing. If you give me your account name I can look at our logs?
Thank you for the reply, the account name is mtnestates09rets.
The only thing I see is that your account is limited to 2500 records per request. With Query: (L_ListingID=0-1000000), RE_1=2540 and LD_2 =3781 the rest are less, so MAXROWS is returned. The rest would need to be pulled by using offset or adjusting your query.
In addition to changing the domain name you should probably use RETS/1.7.2 instead of RETS/1.5 too.
I updated to use RETS/1.7.2 and the new domain name, offsets limiting to 2500 were already in place, ran again with same result.
What is it showing in the RETS Connector logs?