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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Error in tSalesforceConnection component

Hi,
I have ETL job to extract data from Salesforce platform using SOAP API. I use tSalesforceConnection component for authentication purpose. I had no issues in the job until yesterday when suddenly this connection started throwing an error as follow:
(Error is reproduced using sample job. Screenshot is added at the end)

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

I am not sure what could have caused this. I am using Talend Open Studio for DI(6.3.1) and JDK 1.8 and running this job on windows server 2012.

I have also tried making the SOAP request manually and I am able to make the request successfully. I think I am facing this issue in the Talend only.
Any help would be appreciated.
Thanks.

Labels (6)
9 Replies
Anonymous
Not applicable
Author

I have also encountered the issue today, it appears to have come from nowhere!

 

I have played around with various token and url settings etc to no avail.

 

I am using Talend Open Studio for Data Integration 6.4.1, I am connecting with the tSalesforceInput connector. I'm on JDK 1.8 and Windows 10.

TRF
Champion II
Champion II

Hi,

Try to change the API version to 39.0

Anonymous
Not applicable
Author

Hi TRF,
I have tried this with API version 37.0, 39.0 and 42.0. Still getting the same error.
Anonymous
Not applicable
Author

Similarly, I was already using 39.0 and have tried changing to 42.0 with no success.

Anonymous
Not applicable
Author

I also encountered this issue today.

Anonymous
Not applicable
Author

TRF
Champion II
Champion II

It has been like this for a long time ago:
- login.salesfore.com for production
- test.salesforce.com for sandboxes
Anonymous
Not applicable
Author

Thank you for sharing the solution! It drove me mad yesterday afternoon.

Anonymous
Not applicable
Author

Check if You're able to login from data loader or SOAP UI.

 

If no then there is some proble with Talend Setting, like URL.

 

If you're not able to login from other tools also, then check login history from under manage users in SalesForce and you'll have to resolve it from there.