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
pkentpkent 

DataLoader: Increase Timeout Value?

Dataloader times out occasionally when connecting to Salesforce. I am using the .jar file directly from a UNIX command line.

Is there a parameter I can feed it to increase the timeout value from 5000 ms? Here is the error I get every so often connecting to Salesforce:


2005-11-29 10:58:28,924 INFO [main] controller.LoaderController initConfig (LoaderController.java:297) - The log has been initialized
2005-11-29 10:58:28,966 INFO [main] LoaderEngineRunner main (LoaderEngineRunner.java:72) - Initializing engine
2005-11-29 10:58:28,968 INFO [main] LoaderEngineRunner main (LoaderEngineRunner.java:79) - Loading parameters
2005-11-29 10:58:28,970 INFO [main] LoaderEngineRunner main (LoaderEngineRunner.java:90) - Logging in to salesforce.com
2005-11-29 10:58:39,852 WARN [main] httpclient.HttpConnection open (HttpConnection.java:731) - The host test.salesforce.com:443 (or proxy null:-1) did not accept the connection within timeout of 5000 milliseconds
2005-11-29 10:58:39,864 ERROR [main] client.PartnerClient connect (PartnerClient.java:142) - ; nested exception is:
org.apache.commons.httpclient.HttpConnection$ConnectionTimeoutException
2005-11-29 10:58:39,866 ERROR [main] LoaderEngineRunner main (LoaderEngineRunner.java:120) - ; nested exception is:
org.apache.commons.httpclient.HttpConnection$ConnectionTimeoutException
AndyWAndyW

Hi,

 

Can't help with the timeout issue but am looking to install the dataloader on a Unix box, can you give

any guidance about installation and configuration?

 

Cheers,

Andy

SuperfellSuperfell
There's a bunch of info about that on the sforce blog