Miscellaneous Search Error. [Offset] is beyond the number of returnable records.
Posting this question on behalf of Taylor Jones:
Miscellaneous Search Error. [Offset] is beyond the number of returnable records.
After much investigation I have found that the rets server for imls has an error with its use of maxrows. It generally works except in the case there is exactly the number of rows you ask for. e.g. if you ask for 2500 rows at a time and there is 2500 rows it adds the max rows tag even though you received all of the rows.
According to the documentation it should work as follows.
MAXROWS - A tag that indicates the maximum number of records allowed to be returned by the server has been exceeded, or alternatively, the Limit number passed by the client in the request has been exceeded.
Has anyone had to deal with this? Is there a good way to work around it or any possibility of getting the rets provider to fix it?
Comments
I will look into the issue.