Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Could anyone please provide any guidance on creating a Salesforce connection in QDI?
Thanks,
Jeff
OK! I was able to figure it out. What you need is:
Data Gateway: Your Gateway
Salesforce Instance: orgfarm-**e*cab***-dev-ed.develop.my (get it from your login URL)
Client Id & Secret: from the created salesforce API
Login Domain: login.salesforce.com
Then do the Authenticate, Copy & Paste the code, and then Validate successfully 🙂
Hello! greenskyonline com
That error usually means the callback URL or domain doesn’t match between Salesforce and Qlik. Make sure the callback URL in your Salesforce Connected App is identical to what Qlik expects (including https and slashes), and use your org’s My Domain URL instead of the generic login.salesforce.com. Also confirm the Consumer Key/Secret are copied exactly and that your QDI environment can reach Salesforce endpoints. In most cases, fixing the callback URL or switching to the correct Salesforce domain resolves the “site can’t be reached” issue.
as an update:
I have gotten one step farther, but am still blocked. If you could please provide any further guidance, I’d be much obliged!
suggestion> If you're using a dev account, you need to use the dev tenant Login Domain (URL when logged into Salesforce).
So, today I re-built everything, from the ground up, making sure to get everything exact: I have specified
Today, the Authenticate button succeeded (where it was previously failing), and the authentication code was generated: code=aP…=&state=…&version=3
However, upon clicking Verify, the following error is generated:
I have the exact same issue. I can Authenticate and get a code, but Verify gives that issue. Also on a DEV Salesforce account
OK! I was able to figure it out. What you need is:
Data Gateway: Your Gateway
Salesforce Instance: orgfarm-**e*cab***-dev-ed.develop.my (get it from your login URL)
Client Id & Secret: from the created salesforce API
Login Domain: login.salesforce.com
Then do the Authenticate, Copy & Paste the code, and then Validate successfully 🙂
Thanks Hein! Your solution worked! Did you find this solution by trial-and-error, or is there some documentation or other resource from which you obtained the solution? Is so, could you please share that documentation? To provide a visual for everyone, here is a screenshot comparing working and non-working configurations:
Hello. I'm glad the solution worked for you 🙂
It was trial and error. I tried working with Copilot, but even there I wasn't able to get the exact solution.