You need to sign in to do that
Don't have an account?
pkent
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
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
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