Hi there.
I was being able to connect to Sales Force website using ssis and devard dotnetConnector.
I have another login/password and security token to connect to the sandbox but it failed.
My questions are:
1 do I need any additioanal info (such as proxy server)?
2. How does devart know which site (Sf or sandbox) to connect to?
SSIS Connection to Sales Force sandbox
-
- Posts: 6
- Joined: Tue 17 Feb 2015 20:31
Re: SSIS Connection to Sales Force sandbox
You need to change your connection string for the sandbox:
Find the part of the connection string that has: Host=login.salesforce.com
Change this to Host=test.salesforce.com for the sandbox.
Find the part of the connection string that has: Host=login.salesforce.com
Change this to Host=test.salesforce.com for the sandbox.
Re: SSIS Connection to Sales Force sandbox
@brucecallen
Thank you for your help.
@sportrx123
Please confirm that the issue is solved.
Thank you for your help.
@sportrx123
Please confirm that the issue is solved.
-
- Posts: 6
- Joined: Tue 17 Feb 2015 18:19
Re: SSIS Connection to Sales Force sandbox
Sorry for late response.
The issue was solved.
The issue was solved.