Page 1 of 1

Export of orders not working, what am I missing...

Posted: Sat Oct 05, 2013 10:54 am
by frankenstein897
Export of Orders is not working. Export of products works. a 1kb csv file gets created in the dataexchange\download folder but it is empty. Products are a zip file and work as expected. Doesn't seem that permissions are the problem since there is a file there and the products work. Any idea of anything else I can check to get orders to export?

Re: Export of orders not working, what am I missing...

Posted: Mon Oct 07, 2013 4:05 am
by jmestep
I ran into an issue with an R4 site where they weren't able to export orders. The problem there was that if the order search results were more than one page of results, they wouldn't export. I had to set the orders grid to show more results per page to get past it. It was in the Manage-->Orders . I had to set the PageSize greater

Code: Select all

 <cb:AbleGridView ID="OrderGrid" runat="server" SkinID="PagedList" Width="100%" AllowPaging="True" PageSize="20"

Re: Export of orders not working, what am I missing...

Posted: Wed Nov 06, 2013 8:37 pm
by frankenstein897
Hmmm... I can change the drop down to show all which happens to almost 2000 orders. But when I select all orders and click export I get this error:

The length of the query string for this request exceeds the configured maxQueryStringLength value.

Seems like it might be configured somewhere, just can't find it.

Re: Export of orders not working, what am I missing...

Posted: Thu Nov 07, 2013 6:18 am
by jmestep
maxQueryStringLength can be changed in the web.config file.