upload problem with dataport

A forum where issues related to the DataPort utility can be discussed.
Post Reply
winson
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 22
Joined: Tue Jun 02, 2009 12:22 pm

upload problem with dataport

Post by winson » Wed Sep 02, 2009 4:42 pm

We have over 400 products, there 3 Specials on each product, but every time we upload the product as xml file, it will only upload 2 Specials for each product. other field are fine.
the Server log showings this:
Importing 3 Specials
0 Special(s) imported, 2 Special(s) updated.
Special(s) Import Complete...



anyone got any ideal what is going on? tks

User avatar
Naveed
Rear Admiral (RADM)
Rear Admiral (RADM)
Posts: 611
Joined: Thu Apr 03, 2008 4:48 am

Re: upload problem with dataport

Post by Naveed » Wed Sep 02, 2009 11:16 pm

We are not able to reproduce the issue with the latest Dataport, can you please provide some sample data consist of one or two such products?

Also please post that which version of DataPort and store you have?

winson
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 22
Joined: Tue Jun 02, 2009 12:22 pm

Re: upload problem with dataport

Post by winson » Thu Sep 03, 2009 8:48 am

I am using Dataport 7.3, please look at the data blow. thank you for all your help

<ProductOptions/>
<ProductVolumeDiscounts/>
<Reviews/>
<TemplateFields/>
<Variants/>
<Specials>
<Special>
<SpecialId>249</SpecialId>
<ProductId>167</ProductId>
<Price>42.87</Price>
<StartDate>0001-01-01T00:00:00</StartDate>
<EndDate>0001-01-01T00:00:00</EndDate>
<SpecialGroups>
<SpecialGroup>
<SpecialId>249</SpecialId>
<GroupId>9</GroupId>
</SpecialGroup>
</SpecialGroups>
</Special>
<Special>
<SpecialId>250</SpecialId>
<ProductId>167</ProductId>
<Price>40.61</Price>
<StartDate>0001-01-01T00:00:00</StartDate>
<EndDate>0001-01-01T00:00:00</EndDate>
<SpecialGroups>
<SpecialGroup>
<SpecialId>250</SpecialId>
<GroupId>10</GroupId>
</SpecialGroup>
</SpecialGroups>
</Special>
<Special>
<SpecialId>1040</SpecialId>
<ProductId>167</ProductId>
<Price>45.12</Price>

User avatar
Naveed
Rear Admiral (RADM)
Rear Admiral (RADM)
Posts: 611
Joined: Thu Apr 03, 2008 4:48 am

Re: upload problem with dataport

Post by Naveed » Mon Sep 14, 2009 4:30 am

I created a similar structure and assigned 3 specials to products. Each special was for some group. I uploaded the data and it just works fine, here is the log:
---------------------------------------
Importing 1 Products
Importing 3 Specials
0 Special(s) imported, 3 Special(s) updated.
Special(s) Import Complete...
0 Product(s) imported, 1 Product(s) updated.
Product(s) Import Complete...
---------------------------------------
There must be some special case for your case which is causing the issue. Can you please debug it a little with a new single product and see what happens?

Post Reply