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.
I am having the same issue. The workflows have been running without issue for months.
Any assistance is appreciated
Hi,
I was able to fix this issue by changing url from "https://www.salesforce.com/services/Soap/u/39.0" to "https://login.salesforce.com/services/Soap/u/39.0"
Thanks,
Mahendra
Hi Mahendra_W,
Yes, Its working for me also.
Thanks for sharing.
Hi guys,
This works for me. Thanks so much!
Does anyone know what had caused the issue?
This fixed the problem for me. Thank you.
Hi Vishwa, please let me know the service name exactly which one you enable for this to work. You are my last hope. I am getting similar error and tried so many things to resolve without success..Thanks in advance