I am having this problem too. I downloaded from zencart created file, and uploaded manually to googlebase instead. You should be able to see the status in googlebase 'datafeed' section, beside that datafeed that you have created, you will see 'processing' if it's successfully uploaded. I only see that when I uploaded the file manually, after failed attempts via zencart tools section.
Is everyone else's datafeed really still working?
I changed some settings (made identifier model instead of ID, etc) and it still says the XML is bad.
XML tag mismatch
Your data feed contains a pair of opening/closing XML tags that don't match. A closing tag must always match the most recent opening tag in the feed. For example, this XML would generate an "XML Tag Mismatch" error:
<g:event_dateTime>
<g:from>2005-12-20T14:00:00
<g:to>2005-12-20T19:00:00</g:to>
</g:event_dateTime>
The XML generates an error because the attribute tag <g:from> doesn't have a matching end-tag </g:from>. Each attribute tag must be terminated by the matching end-tag:
<g:event_dateTime>
<g:from>2005-12-20T14:00:00</g:from>
<g:to>2005-12-20T19:00:00</g:to>
</g:event_dateTime>
The item containing this error will be skipped.
Hello all a newbie here - I am inching my way forward -
Tried my first feed upload and have a tiny problem----
my user name for my ftp is differnet from my user name for the merchant center. - Can anyone give me a hint where to tweek this? the ftp_user is the same as my ftp user but how is this getting into the merchant center? or do we need to?
Google Base Feeder v1.8.2 started 2010/07/20 19:09:35
Feed file - //public_html/feed/google/stitchnframeonline_products.xml
Processing: Feed - No, Upload - Yes
Upload started...
Login failed:
Connected to: uploads.google.com
Upload failed...
TIA!!
Also can I change my title?
- <title>
- <![CDATA[ Stitch 'n Frame ]]>
</title>
to
Stitch N Frame,One Stop Online Shop-Sis&Sis owned
??? thank for any help!!!
I am not very good with this, but I will give this a shot eh.
I believe the FTP configuration in your zencart admin is not the FTP username that you set with your host; this FTP username is what you should already set in googlebase merchant (go login to your googlebase, settings=>FTP. You will get to configure the FTP username and password.
With this information, input the exact same value into your zencart config for google feed.
FYI, I haven't been able to upload the content up to the googlebase via my zencart even though the login is successful. I upload the file manually. (refer to earlier post on this)
Hope this helps.
Ok i used the same user name and password that was set up in the google ftp account and this is the same as the google configuration in the admin.
You got that right - I may have done thing round about but i DL the gnerated file via Filezilla and the did a manual upload - but I think I will run into trouble because I have more than one data feed generated to my site. We will see - it is still processing.
any other hints?