2020-02-07 17:45:19 -0500 | received badge | ● Notable Question (source) |
2020-02-07 17:45:19 -0500 | received badge | ● Famous Question (source) |
2020-01-30 09:53:30 -0500 | received badge | ● Notable Question (source) |
2020-01-29 14:08:31 -0500 | received badge | ● Notable Question (source) |
2019-12-16 14:12:01 -0500 | received badge | ● Popular Question (source) |
2019-10-24 17:03:16 -0500 | asked a question | Unable to update MetaData Unable to update MetaData getting this error attempting to refresh the data headers: GetMetadataClasses() called but un |
2019-09-18 09:13:06 -0500 | received badge | ● Popular Question (source) |
2019-09-11 13:42:22 -0500 | commented answer | Unable to update data I just triggered a full listings update, at around 14:35 CST. Can you tell me the status of that request? Thanks! |
2019-09-11 12:57:40 -0500 | commented answer | Unable to update data we just did a full server reboot, not just the one account. would you please confirm you now have no active sessions? th |
2019-09-11 11:51:44 -0500 | commented answer | Unable to update data I just noticed that the login you reference 'ThinAir' is a secondary access, so we can do a user details sync. This is s |
2019-09-11 11:33:36 -0500 | commented answer | Unable to update data thank you! can you confirm all user agents have logged out of your system? |
2019-09-11 09:52:20 -0500 | commented answer | Unable to update data is it possible there are incomplete actions still running, days on end? can you kill all those connections on your end? |
2019-09-11 09:30:04 -0500 | commented answer | Unable to update data hmm..... we've not changed this code for many months, and it stopped updating last week. we added one missing field, and |
2019-09-10 19:59:38 -0500 | asked a question | Unable to update data Unable to update data We are receiving the following error when attempting virtually any data update, one record or a fu |
2018-11-19 10:48:04 -0500 | received badge | ● Popular Question (source) |
2018-11-15 09:07:53 -0500 | marked best answer | CREN url changes, no data access Greetings! We have two sets of credentials passed in, and they stopped working a few days ago, due to a url change and rets update to 1.7.2 Below are the old settings (we have two functions, hence the two formats), followed by our attempt to implement the new url's. OLD SETTINGS: [rets_srv] ver = RETS/1.5 url = http://cren.rets.fnismls.com/rets/fni... user = winner pass = XXXXXXXXXX And since we have a second level of permissions for the user data: $retsLogin = array( 'ver' => 'RETS/1.5', 'url' => 'http://cren.rets.fnismls.com/rets/fnisrets.aspx/CREN/login', 'user' => 'winner', 'pass' => 'XXXXXXX', 'user_agent' => 'ThinAir', 'ua_pass' => 'XXXXXXX', NEW SETTINGS: [rets_srv] ver = RETS/1.7.2 url = https://cren-rets.paragonrels.com/ret... user = winner pass = XXXXXXXXX $retsLogin = array( 'ver' => 'RETS/1.7.2', 'url' => 'https://cren-rets.paragonrels.com/rets/fnisrets.aspx/CREN/login', 'user' => 'winner', 'pass' => 'XXXXXXXXX', 'user_agent' => 'ThinAir', 'ua_pass' => 'XXXXXXXXX, Can you suggest the correct and updated syntax? Should the rets version get passed in via the url now? https://cren-rets.paragonrels.com/ret... Thank you for your assistance!! |
2018-11-15 09:07:53 -0500 | received badge | ● Scholar (source) |
2018-11-15 09:07:40 -0500 | answered a question | CREN url changes, no data access Thanks! We've successfully reconnected by reverting back to http: for now. We'll continue testing once the dust settles, |
2018-11-14 19:19:34 -0500 | asked a question | CREN url changes, no data access CREN url changes, no data access Greetings! We have two sets of credentials passed in, and they stopped working a few da |