When i try to bulk upload 25,000 records of a custom (employee) object i get errors stating "storage limits exceeded". I have ensured that there are no employee objects in salesforce (using data loader delete). I ensured that recycle bin has been emptied. My batch size is 100 while using the data loader
Now, when i try the same operation using a java client and bulk upload API, the upload works perfectly, with no errors even at 100,000 records insert
Does anyone know why i get this error only while using the apex data loader?
regards
Sameer