robbyrob42 / forceworkbench

Automatically exported from code.google.com/p/forceworkbench
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

DEFECT: No Data Return Error #555

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Query, Account, All Fields except count
2. Output = CSV

What is the expected output? What do you see instead?
Expected: File downloads with results.
Experienced: Error screen

What version of Workbench are you using?
23.0

On what operating system and browser?
Windows 7 & Chrome (Fails in Firefox too)
happens in multiple accounts

Please provide any additional information below.

No data received
Unable to load the webpage because the server sent no data.
Here are some suggestions:
Reload this web page later.
Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without 
sending any data.

Original issue reported on code.google.com by darwin.s...@gmail.com on 6 Jan 2012 at 9:57

GoogleCodeExporter commented 9 years ago
This sounds like the server timed out on the response. Did you see this locally 
or on workbench.developerforce.com? If running locally, you can increase the 
execution timeout in php.ini. Otherwise, I'd recommend that you use Bulk CSV 
instead, especially when trying to dump the entire Accounts table.

Original comment by ryan.bra...@gmail.com on 5 Apr 2012 at 6:18