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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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?