Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.
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.
Thank you @TRF