function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
NehaaNehaa 

Bulk API- Retrieve Batch Results

Hi,

I updated 300k records using dataloader bulk API. It couldn't retreive me success and error files in the csv file. From the Bulk Data Load job monitring section, I came to know that there were 1000 errors. How can I download these 1000 errros in a csv file?



Please help!
Ashish Agrawal 4Ashish Agrawal 4
The API logs the status of each job and tries to reprocess failed records for you automatically. If a DML times out, the Bulk API automatically puts it back in the queue and retries it for you. Each batch is processed independently and once the batch finishes (successful or not), the job is updated with the results. Jobs can be monitored and administrated from the Salesforce.com Admin UI by anyone with appropriate access.
Ashish Agrawal 4Ashish Agrawal 4
To download 1000 errors ina csv files..follow as Click on Dataloader desktop--->view--->csv view--->open last error files.
sri 10011sri 10011
How to download all the result files form a particular bulk data job. I Have a job id which has around 2K batches, want to download all those result files.