Page 1 of 1

Is there a max count on downloading a list

PostPosted: Tue Nov 18, 2014 10:20 am
by udfxrookie
I have a list in a leads holding campaign created to scrub against all other leads to ensure uniqueness.
This list has become larger than I thought and is at 243,772 leads.
After I do this process I download the list, send it to the vendor to scrub against their customers,
split the list into chunks of 5k and re-load (after deleting the original list).

Issue I'm facing now is that every time I enter the list and click the "Click here to download this list"
I get a file that is empty downloaded.
I can use a simple script to grab the list via MySQL but wanted to see if this was a bug, a bad setup on my end, or simply a limitation.

Thanks!

Re: Is there a max count on downloading a list

PostPosted: Tue Nov 18, 2014 10:08 pm
by covarrubiasgg
Maybe you are using more memory then the defined in your memory_limit under php.ini

This happens to me when i want to export call reports using a big range.

Try to increase your memory_limit and see if that help

Re: Is there a max count on downloading a list

PostPosted: Wed Nov 19, 2014 10:18 am
by udfxrookie
TY very much!