First time here? Check out the FAQ!
0

RETS Code: 20206

URL: http://oabrmls.rets.paragonrels.com/r...

Username: 968036

Request:

resource: Property class: RS_1 query: (L_StatusCatID=1,3)AND(L_UpdateDate=2016-09-26T11:01:58+)

Response:

RETs Code:20206 RETs Error:Characters follow the logical end of the query. Error in the application.

If I wrap the query with an additional set of ( )'s I get a different error message: "Missing close parenthesis on subquery. Error in the application."

If I search for either criteria on their own they work fine, only when I try to use AND does it break.

I also tried "(L_StatusCatID=|1,3)AND(L_UpdateDate=2016-09-26T11:01:58+)" but the result was the same.

rews's avatar
rews
asked 2016-09-27 11:23:27 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

Don't use AND. Use a comma Like $query = "({$rets_modtimestamp_field}={$previous_start_time}+),(L_State=ME,NH),(L_StatusCatID=1,3)";

briansullivan's avatar
briansullivan
answered 2016-09-27 12:31:42 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer