Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Community,
I am trying to connect Talend to Salesforce by using tSalesForceConnection component with my salesforce playground credentials.
And i always get the error message as :
connecting to socket on port 3372
connected
Exception in component tSalesforceConnection_1
java.lang.RuntimeException: com.sforce.ws.ConnectionException: Failed to send request to https://www.salesforce.com/services/Soap/u/37.0
at local_project.test_salesforce_connection_0_1.Test_Salesforce_connection.tSalesforceConnection_1Process(Test_Salesforce_connection.java:365)
at local_project.test_salesforce_connection_0_1.Test_Salesforce_connection.runJobInTOS(Test_Salesforce_connection.java:650)
at local_project.test_salesforce_connection_0_1.Test_Salesforce_connection.main(Test_Salesforce_connection.java:484)
[FATAL]: local_project.test_salesforce_connection_0_1.Test_Salesforce_connection - tSalesforceConnection_1 com.sforce.ws.ConnectionException: Failed to send request to https://www.salesforce.com/services/Soap/u/37.0
[statistics] disconnected
I am able to access salesforce.com with the same credentials in a browser but not in Talend.
I would really appreciate any help with this.
Hi,
Are you try to connect to a production or a sandbox environment?
If trying to a sandbox, change the Salesforce URL to "https://test.salesforce.com/services/Soap/u/38.0".
Hope this helps.
I failed to mention. I am using Talend DI 6.3.1 version.
Does this error arrives immediately or do you have to wait for some seconds before?
Do you have configured any proxy to touch Salesforce (using tSetProxy) or not?
Are you sure about the version (37 or 38)?
Else, can you share the job?
It takes few seconds to throw this error.
And I haven't done any proxy settings with tSetproxy. Do I have to do that ?
But I tried the same job from my colleagues system and it just connected
without any proxy settings in DI 6.3.1
I am not sure what is the exact solution though.
Hi Vishwa04 , I am facing similar issue . Where in the windows services , I can find out this setting?