Import CSV email subscribers continuously times out

Posted by Community Admin on 04-Aug-2018 17:10

Import CSV email subscribers continuously times out

All Replies

Posted by Community Admin on 13-Jul-2012 00:00

Hi, I'm having issues importing my mailing list. I have 8000+ subscribers to add from a CSV file, but the server times out after only importing a few hundred at a time. Is there a better way to add this large a list?

I've been able to get up to 1854 added, but now even when I split the CSV into smaller lists, it won't add any more.

A quick response with any suggestions would be really appreciated.

Thanks,

Alex

Posted by Community Admin on 18-Jul-2012 00:00

Hi Alex,

The problem you are facing is probably caused by the time required to process the file. I would suggest to locate the httpRuntime tag in the web.config file of your project and add the following property:

executionTimeout="number"(Int32) 

See more details on the subject at MSDN.

Kind regards,
Pavel Benov
the Telerik team
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

Posted by Community Admin on 18-Jul-2012 00:00

Thanks Pavel, we'll give it a try.

This thread is closed