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
t anthonyt anthony 

Email2Case connection fails to SFDC - proxy error?

I am trying to set up the email2case but continue to get a Failed to connect to SFDC service... 
I have edited the batch file to include the -d options for proxy but it does not see to change the outcome. 
Here is what I have tried. 
 >java -Dhttp.proxyHost=proxy.domain.com -Dhttp.proxyPort=8080 -jar -Xmx256 Email2Case.jar sfdcConfig.txt log4j.properties
I am running java 1.4.2_12. Everything else 'seems' to be working but i can not test further with out a connection to SFDC. 
Any help would be great  ! 
 
Thanks
 
 
 
t anthonyt anthony

Some improvement.. now i get time out errors..

- The host www.salesforce.com:443 (or proxy null:-1) did not accept the connection within timeout of 5000 milliseconds

this seems similar to having to force http 1.1 through proxy ? I was having time outs on other applications such as the Excel connector.

that app used the IE settings. Is there anyway to change the default timeout for the service?