03-30-2018 02:09 AM
Hi ,
I ma trying to build a pipeline using salesforce snap. I just got my Trail version of salesforce instance and i am trying to login from snaplogic salesforce snap. I am getting below error .can some one pls help me on this .
Failed to validate account: Failed to login to Salesforce.com for username: saisantosh.gunda@astrazeneca.com Cause: com.snaplogic.snap.api.SnapDataException: Failed to get an access token from Salesforce.com (Reason: com.snaplogic.snap.api.SnapDataException: Failed to get an access token from Salesforce.com; Resolution: Please check your Salesforce.com credentials.)
But i am succesfully logged in the salesforce instance with same credentials through chrome. please help me out .
03-30-2018 08:31 AM
In SnapLogic, which of the two Salesforce account types did you select and how do you have the account configured?
03-31-2018 10:14 PM
Keep in mind logging in via login.salesforce.com isn’t exactly the same when logging in via Snaplogic. Since Snaplogic is hitting the Salesforce REST API. Depends on your Salesforce security settings, you might have to pass a security token with your credentials. In case you don’t know your security token.
name > Setup > Personal Setup > My Personal Information > Reset My Security Token.
OR
You can whitelist your cloudplex or groundplex IP to omit the need to pass the security token:
Another possibility is that your profile doesn’t have API enable checked.
An easy way to validate your access is to use a SOQL client like SoqlXplorer (Mac) or ForceExplorer (PC) to test your API access.
04-01-2018 09:22 AM
@aleung This really helped me a lot . I could connect.Thank you so much!
05-05-2021 12:06 PM
@aleung , I found some clue about account set up for sales force, right now, node I am running is groundplex not cloudplex , seems like this is the problem.