I can access my production Salesforce account with Talend just fine, using tSalesforceInput and the default URL that comes with the connector: "https://login.salesforce.com/services/Soap/u/25.0". This works and lets me retrieve data, but this connects to my production account. I have a sandbox, and I can log into my sandbox in SF itself. How can I use Talend to connect to my sandbox?
The tSalesforceInput connector has a default URL that connects to the production Salesforce data via whatever API Salesforce provides that lets the connection go through. I don't need anything other then that to get to production data. Drop a tSalesforceInput and a logging thing (forget what they are called) and I can access my production data. How is connecting to the sandbox any different? The only difference I know of is when I did this a few years ago was that the URL the tSalesforceInput uses to connect to the sandbox is different from the production SF, but where would I find this?
Thank you everyone. The documentation linked to above (which I've never seen before) shows the URL for the sandbox. I'll try it tonight and see how it works.
Hi there,
I want to make a Sandbox Salesforce connection using Talend, I am using:
Web URL:
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.