Email list export not completing

For general questions and discussions specific to the AbleCommerce GOLD ASP.Net shopping cart software.
Post Reply
User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Email list export not completing

Post by jmestep » Mon Jan 13, 2014 2:07 pm

We upgraded a site that is on another hoster and the site has about 5900 users in the email list. The page to export the list never completes. I have added a context.Server.ScriptTimeout in the ExportList.ashx and have suggested a feature that the merchant has an option to export only the email address instead of the entire user address. Is there anything else easy that I can do? I can't adjust anything on the server.
Thanks
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

User avatar
Katie
AbleCommerce Admin
AbleCommerce Admin
Posts: 2651
Joined: Tue Dec 02, 2003 1:54 am
Contact:

Re: Email list export not completing

Post by Katie » Wed Jan 15, 2014 3:33 am

Hi Judy,

I reported this to development and asked for a work-around until we can enhance the feature with some export options.

It might take a couple days for something to happen, as we're a little behind schedule right now.

Thanks
Thank you for choosing AbleCommerce!

http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Email list export not completing

Post by jmestep » Wed Jan 15, 2014 6:00 am

Thanks, Katie.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

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

Re: Email list export not completing

Post by Naveed » Fri Jan 24, 2014 6:46 am

The export email list feature was implemented under ~/admin/marketing/email/ExportList.ashx file. It was loading all email list users in memory before starting the export and thus causing the performance issue if there are very large number of users associated. We have updated the export email list implementation to load 500 records at a time. Updated "ExportList.ashx" file is attached, I hope it will solve the issue. Unzip the file and replace the old file at "~/Admin/Marketing/Email/ExportList.ashx".

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Email list export not completing

Post by jmestep » Mon Jan 27, 2014 6:36 am

Thanks, I will put it on the client's site.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Email list export not completing

Post by jmestep » Mon Jan 27, 2014 7:28 am

I still got a timeout error on this one. They have 5900 list members. I'm sorry, but this isn't on our servers so there isn't much we can do with it.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

User avatar
Katie
AbleCommerce Admin
AbleCommerce Admin
Posts: 2651
Joined: Tue Dec 02, 2003 1:54 am
Contact:

Re: Email list export not completing

Post by Katie » Sat Mar 08, 2014 9:06 am

Hi Judy,

She contacted me yesterday about this. I don't understand why it's still no working for her. The new code should be caching 500 at a time. I asked where she hosted and if it was on a shared server. i also asked her to try it during a non-peak time of day, like early AM. We'll see...

If you did have access to the server, are there any settings that you can modify to help with long running queries?

Thanks,
Katie
Thank you for choosing AbleCommerce!

http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Email list export not completing

Post by jmestep » Mon Mar 10, 2014 4:11 am

We don't have access to the server and the hoster did suggest a few things, but I believed I researched them and it didn't seem like a good idea or didn't apply in this case. Below is what they suggested.

1) In the web.config, at the end of the connection string the following can
be added.

Connect Timeout=0

2) For data adapter

.SelectCommand.CommandTimeout = 0;
3) For command object.
.CommandTimeout = 0;
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

Post Reply