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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

SFDC Salesforce connection in Talend

Hi All,

I want to make a Sandbox Salesforce connection using Talend, I am using:
Web URL: https://test.salesforce.com/services/Soap/u/38.0
UserName: ******
Password: ******
I tried using /c/ and /u/
The error I am getting is:
Connection failure. You must change the connection settings.
  org.apache.axis2.databinding.ADBException: Unexpected subelement {urn:fault.partner.soap.sforce.com}upgradeURL

Please help me out with this.

Saanvi S

Labels (6)
1 Solution

Accepted Solutions
TRF
Champion II
Champion II

Hi,

To be sure the problem is about the Salesforce connection, do you have a tSalesforceConnection component or do you have connection element embedded into the tSalesforceInput (or other) component? If you don't have a tSalesforceConnection component, add it to your job and verify the connection is OK with it, then reuse this connection in other tSalesforce components.

View solution in original post

3 Replies
TRF
Champion II
Champion II

Hi,

To be sure the problem is about the Salesforce connection, do you have a tSalesforceConnection component or do you have connection element embedded into the tSalesforceInput (or other) component? If you don't have a tSalesforceConnection component, add it to your job and verify the connection is OK with it, then reuse this connection in other tSalesforce components.

Anonymous
Not applicable
Author

Thank you @TRF

TRF
Champion II
Champion II

Thank's for the Kudo!
Can you share the solution you find for this post?