The server seems to connect without any issues, but when I try to get the listings: 0 entries are created.
here is my server info
Server response headers:
HTTP/1.1 200 OK
Date: Fri, 03 Sep 2010 19:26:19 GMT
Server: Microsoft-IIS/6.0
Cache-Control:private
X-AspNet-Version: 2.0.50727
RETS-Version: RETS/1.5
RETS-Server: Interealty-RETS/1.5.247.0
RETS-Request-ID: -359989880
Transfer-Encoding: chunked
Set-Cookie: ASP.NET_SessionId=iwr3pk45xedwig24fim41155; path=/; HttpOnly
Set-Cookie: RETS-Session-ID=iwr3pk45xedwig24fim41155; path=/
Cache-Control: private, max-age=0
Content-Type: text/xml
I understand that interealty is 'Mostly Broken', but it does seems to connect. Please help.
Comments
Comment #1
mtokoly commentedNevermind, I was not selecting the Search Limits => Sales Statuses. I am currently getting all of the listings!
Comment #2
mtokoly commentedchanging status
Comment #4
susanmccormick commentedI am having the same problem, 0 records are being added to the database, even though I have Statuses selected in Search Limits => Sales Statuses. My server info is below. Has anyone else had this problem and know how to solve? Thanks, Susan
Comment #5
rhoyerboat commentedHi Susan, I hope you have managed to resolve your problems in the meantime. Since I seem to be the most concerned with my Pirets issue at the moment, I wonder if I can help, or at least offer some advice.
Looks like a good response header. I haven't yet read all the Interrealty issues, of which there seem to be a few, but it looks like a good response header.
I would move on to the devel module, which can be annoying in certain themes (i have to disable page style in my browser to turn off obsytructive query displays, what can I say, first time I have used drupal-devel-module) .. but yeah .. I would look at the pirets-devel tabs for GetObject GetMetaDataObject, etc, and see what out outbound and incoming headers are looking like there.
Comment #6
rhoyerboat commentedHmm, now having the same or a very similar problem.. server connects, good headers, pirets-devel isnt complaining although the metadata-table tab isn't returning any info.. anyway, to figure out what was happening on the attempt to update a class listing,
tcpdump -s 0 -w rets.cap '(src not $server) and (dst not $workstation)'; and I see what my problem is,
<RETS ReplyCode="20207" ReplyText="Unauthorized Query. You are not authorized access to the field [L_AddressSearchNumber]." >So, I remove it from useful field selection, and retry: the listings fetched.. lucky me.