First time here? Check out the FAQ!
0

no longer getting any updates from re_1

This is becoming an problem for me and I am sure it is a problem for others, they just may not know about it. I have sent email about this and I am posting to this forum. We need this fixed ASAP as I am sure you want it done also. This breaks the download from rets connector and my scripts. I am now at least a day behind.

Using rets connector I get Search query: (L_UpdateDate=2016-10-07T00:00:00+) 500 records downloaded Error detected: server failed the request Request: SearchType=Property&Class=RE_1&Format=COMPACT-DECODED&QueryType=DMQL2&Query=(L_UpdateDate=2016-10-07T00:00:00%2B)&Limit=500&Count=1&Select= RETS Status code = 20203: Undecoded values were sent: Miscellaneous Search Error. Lookup: value PRECN not found in Lookup table ConstrStat_Lkp_1 for Resource 1. [LM_char50_8] Miscellaneous Search Error. Lookup: value QUAR not found in Lookup table AsnFeeFrq_Lkp_1 for Resource 1. [LM_char5_5]

Using my python script I get. http://neren.rets.paragonrels.com/ret...

ValueError: unknown XML element <element 'rets-status'="" at="" 0x1d4a9e40=""> with attributes {'ReplyText': 'Undecoded values were sent: Miscellaneous Search Error. Lookup: value PRECN not found in Lookup table ConstrStat_Lkp_1 for Resource 1. [LM_char50_8] Miscellaneous Search Error. Lookup: value QUAR not found in Lookup table AsnFeeFrq_Lkp_1 for Resource 1. [LM_char5_5] ', 'ReplyCode': '20203'}

and then crash and burn.

bscdata's avatar
bscdata
asked 2016-10-07 13:32:15 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

i have created a workaround. the issue was there were 2 error elements that are returned. "rets-status" is for failures in lookup and "rets" is returned if there is no data.

i changed script to accept either and it is fine. it used to be "rets-status" for any failure.

bscdata's avatar
bscdata
answered 2016-10-07 15:07:47 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer