robbyrob42 / forceworkbench

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

DEFECT: Opportunity Field History Query #572

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Opportunity History Query (all records)

What is the expected output? What do you see instead?
CSV exhausts memory and then fails. Bulk CSV generates error ()

What version of Workbench are you using?
23

On what operating system and browser?
Windows, Chrome

Please provide any additional information below.

Original issue reported on code.google.com by dar...@shipwire.com on 3 Apr 2012 at 11:41

GoogleCodeExporter commented 9 years ago
Thanks for reporting this. With standard CSV, the solution is to increase the 
amount of memory allocated to PHP in your php.ini file or limit the number of 
rows returned; however, I will warn you that the history files are weird and 
may not render correctly in a CSV. As far as the Bulk API error, it is a bug 
with the Bulk API, which is being fixed in the next release of SFDC, but only 
to show an error that bulk operations on history objects are not supported 
(i.e. not really fixing anything, just giving a better message).

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