Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 4 of 4

Thread: Import thousands of products

  1. #1
    SeaBass26 is offline Junior Member
    Join Date
    Jul 2008
    Location
    Fort Lauderdale
    Posts
    8

    Post Import thousands of products

    Hi,

    I have an XML file that contains about 36,000 products. I need to import it into my store (ML 8.0.1.2), but it doesn't work (error: Internet Explorer cannot display the webpage). The file is about 110Mo.
    When I try to import much smaller files (2 or 3Mo) it works perfectly fine. Does it mean I have to break down the file into small files?

    Anybody has a better solution to import lots of products at once?

    Thanks.

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    You can increase the maximum request size a bit with the directions found here, but it's not going to go anywhere near 110mb. You'll need to break that up into smaller pieces.

  3. #3
    SeaBass26 is offline Junior Member
    Join Date
    Jul 2008
    Location
    Fort Lauderdale
    Posts
    8

    Default

    Thanks,

    but this article refers to a line on the web.config that is not there anymore, at least for the v8.0.1.2.

    Does the parameter have a new name?

  4. #4
    Jao is offline Senior Member
    Join Date
    Oct 2008
    Posts
    1,132

    Default

    Nope, you don't need a new name for that one. httpRuntime element is already built in so you could freely add it, then set the maxRequestLength property to the desired value.