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
jhoskins.CRMifiedjhoskins.CRMified 

Recent Data Loader Problems w/ BulkAPI ???

Has anyone been experiencing problems with Data Loader recently? Specifically with the Bulk API? The jobs I kicked off 2 weeks ago are not responding the same way....No Code changes.

I simply don't get result files or the socket connection just ends and kills the job. http://screencast.com/t/ivHucHjrWsiH  -- Is this happening to anyone else?

 

 

Vinita_SFDCVinita_SFDC

Hello,    

For this error you need to change the endpoint to the correct URL. Whenever you receive the error Failed to send request to http://localhost/services/Soap/ you need to do the following

1. Go into Settings | Settings and change the server name to https://www.salesforce.com

2. If logging into the sandbox, then the URL is https://test.salesforce.com

You may also encounter errors like "Failed to send request to https://www.salesforce.com/services/Soap/u/19.0"

They may be due to your organization going through a proxy server. You would need to include proxy information in the data loader settings.

The following information needs to be filled out by your IT dept within the data loader:- proxy host, proxy port, proxy username and proxy password.

Also try increasing the batch size say 300 or 500 etc according to the amount of data that you are trying to insert or update.


Hope this helps!