Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tSalesforceconnection issue. Failed to send request to https://www.salesforce.com/services/Soap/u/37.0

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.

 

Labels (5)
26 Replies
Anonymous
Not applicable
Author

I am having the same issue. The workflows have been running without issue for months.

 

Any assistance is appreciated  

Mahendra_W
Contributor
Contributor

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

sonalijagtap
Contributor III
Contributor III

Hi Mahendra_W,

 

Yes, Its working for me also.

 

Thanks for sharing.

 

rgranado
Contributor III
Contributor III

Hi guys,

 

This works for me.  Thanks so much!

 

Does anyone know what had caused the issue?

Anonymous
Not applicable
Author

This fixed the problem for me.  Thank you.

samT
Contributor III
Contributor III

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

Anonymous
Not applicable
Author

Hi All,

Sorry for late reply.
You can try disabling/aborting below windows services
Services->
Netscope client- abort
Umbrella roaming client- abort


Vishwa