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
rsoese@systecsrsoese@systecs 

A Description of all Dataloader error messages. Does this exist

When using the infamous dataloader one gets bombarded with dozenz of error csvs with soemwhat cryptic error messages, Is there any resource out there where I can lookup what each messages means and how to cope with it?

 

Any ideas are very welcome.

 

Robert

Best Answer chosen by Admin (Salesforce Developers) 
sfdcfoxsfdcfox

I think this is the most exhaustive list available in the documentation:

 

http://www.salesforce.com/us/developer/docs/api/index_Left.htm#CSHID=sforce_api_calls_concepts_core_data_objects.htm|StartTopic=Content%2Fsforce_api_calls_concepts_core_data_objects.htm|SkinName=webhelp

 

It covers every possible API exception, most of which are possible in the Apex Data Loader.

All Answers

sfdcfoxsfdcfox

I think this is the most exhaustive list available in the documentation:

 

http://www.salesforce.com/us/developer/docs/api/index_Left.htm#CSHID=sforce_api_calls_concepts_core_data_objects.htm|StartTopic=Content%2Fsforce_api_calls_concepts_core_data_objects.htm|SkinName=webhelp

 

It covers every possible API exception, most of which are possible in the Apex Data Loader.

This was selected as the best answer
rsoese@systecsrsoese@systecs

Perfect. Thank you so much!