First time here? Check out the FAQ!
0

We can fetch data for two market data sets, but not Property data [closed]

We're using the rets-client library (Node.js -basd), to access data. I've included the link to the library here - https://www.npmjs.com/package/rets-cl...

This is the library that's successfully fetching data from the other two RETS markets. We are able to fetch Office and Agent data - it's only for Property data that we are facing the issues

--- All the classes given for Property resource are throwing this invalid error, (error attached below for each Class)

ReplyCode 20502 (INVALID_IDENTIFIER); ReplyText: Resource: [Property] is Ok. Class: [RE1] is invalid.

ReplyCode 20502 (INVALID_IDENTIFIER); ReplyText: Resource: [Property] is Ok. Class: [LD2] is invalid.

ReplyCode 20502 (INVALID_IDENTIFIER); ReplyText: Resource: [Property] is Ok. Class: [MF4] is invalid.

ReplyCode 20502 (INVALID_IDENTIFIER); ReplyText: Resource: [Property] is Ok. Class: [RT5] is invalid.

--- We are able to fetch data from (Resource = Agent and Class = Agent) query, - but the suggested (Resource = Agent and Class = ActiveAgent) query is throwing this below error.

ReplyCode 20502 (INVALID_IDENTIFIER); ReplyText: Resource: [Agent] is Ok. Class: [ActiveAgent] is invalid. – Please also confirm if the active agent data is also present in (Resource = Agent and Class = Agent) ?, if it is present can we avoid fetching data from class ActiveAgent

--- Same query for ActiveOffice class ReplyCode 20502 (INVALID_IDENTIFIER); ReplyText: Resource: [Office] is Ok. Class: [ActiveOffice] is invalid.

Can you check on these and let us know?

wcea's avatar
wcea
asked 2023-05-11 15:17:05 -0500, updated 2023-05-11 15:18:42 -0500
edit flag offensive 0 remove flag reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by wcea
close date 2023-05-15 10:47:28.040040

Comments

Thank you for your post.

Could you please provide the UserName and URL for the MLS you're trying to pull data from?

Joe_Brueske's avatar Joe_Brueske (2023-05-11 15:20:19 -0500) edit

Hi @Joe_Brueske, here are the details -
Username: boldstreet (username is case sensitive) URL: https://columbiasc-rets.paragonrels.c...

wcea's avatar wcea (2023-05-12 11:08:37 -0500) edit
add a comment see more comments

1 Answer

1

Thank you.

In checking the setup for Columbia, I'm seeing the Class names in the Property resource having and underscore separating the numbers. eg: RE_1. Your error is not showing this. Can you verify this is correct?

Joe_Brueske's avatar
Joe_Brueske
answered 2023-05-12 11:21:37 -0500
edit flag offensive 0 remove flag delete link

Comments

Also:
ActiveAgent is the resource and the class name.
Same with ActiveOffice it is the resource and class name.

bwolven's avatar bwolven (2023-05-12 11:30:10 -0500) edit

Thank you, the missing underscore was our problem! (@joe_Brueske)

wcea's avatar wcea (2023-05-15 10:48:44 -0500) edit
add a comment see more comments