Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
showery
Contributor
Contributor

Salesforce ConnectionException Time out

I am using component tSaleforceConnection to connect to salesforce. but I got a ConnectionException following.

Exception in component tSalesforceConnection_1 (tmp_job)

java.lang.RuntimeException: IOException: com.sforce.ws.ConnectionException: Request to https://test.salesforce.com/services/Soap/u/45.0 timed out. TimeTaken=60566 ConnectionTimeout=60000 ReadTimeout=0

my env:

-Windows 10

-Talend Data Fabric 7.2.1

-via Proxy

and when I don't using proxy, I got the following exception.

java.lang.RuntimeException: IOException: com.sforce.ws.ConnectionException: Failed to send request to https://test.salesforce.com/services/Soap/u/45.0

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable

@not specified not specified​ , make sure you have the right credentials, and have you tried to connect to Salesforce in different network such as home's network without proxy? If your network requires proxy to access internet, have a try to use tSetProxy to configure the proxy before tSaleforceConnection, take a look at this related topic.

https://community.talend.com/s/question/0D53p00007vCqy1CAC/salesforce-exception-on-bigdata-studio-jo...

 

Regards

Shong

View solution in original post

2 Replies
Anonymous
Not applicable

@not specified not specified​ , make sure you have the right credentials, and have you tried to connect to Salesforce in different network such as home's network without proxy? If your network requires proxy to access internet, have a try to use tSetProxy to configure the proxy before tSaleforceConnection, take a look at this related topic.

https://community.talend.com/s/question/0D53p00007vCqy1CAC/salesforce-exception-on-bigdata-studio-jo...

 

Regards

Shong

showery
Contributor
Contributor
Author

It works perfect. thanks so much.