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
Ram-SFRam-SF 

Exception : While uploading data

The following exception i got when run a DL from command line...

 

 

"API Batch Item limits limit exceeded"

 

I am using the params

dataAccess.readBatchSize value ="1"

 

Best Answer chosen by Admin (Salesforce Developers) 
Ram-SFRam-SF

Here is the limit pulls me back

 

Batch limit

You can submit up to 1,000 batches per rolling 24 hour period. You can't create new batches associated with a job thatis more than 24 hours old.

All Answers

Ram-SFRam-SF

Here is the limit pulls me back

 

Batch limit

You can submit up to 1,000 batches per rolling 24 hour period. You can't create new batches associated with a job thatis more than 24 hours old.

This was selected as the best answer
Bhawani SharmaBhawani Sharma

2,50,000 batches can be executed per day.

Ram-SFRam-SF

Bhawani,

 

Where diod you learn from that? could you please send me the reference links?

 

From here

     http://www.salesforce.com/us/developer/docs/api_asynchpre/api_bulk.pdf
Batch limit

You can submit up to 1,000 batches per rolling 24 hour period. You can't create new batches associated with a job thatis more than 24 hours old