简体   繁体   English

Salesforce Production Site API登录正常,但Sandbox API登录失败

[英]Salesforce Production Site API login fine, but Sandbox API login fails

We've got a working salesforce api implementation that gets and sets properly with a production salesforce account. 我们有一个有效的salesforce api实现,可以通过生产salesforce帐户正确获取和设置。 We've recently come across a user that rather than using their production Salesforce to connect to our implementation, has set up a sandbox for a limited trial. 我们最近遇到的用户不是使用他们的生产Salesforce连接到我们的实现,而是为有限的试用设置了一个沙箱。

I personally have a sandbox that I can properly connect to. 我个人有一个沙盒,我可以正确连接到。 It is not, however, connected to a production salesforce instance. 但是,它不是连接到生产salesforce实例。

I'm wondering if the fact that they have a production salesforce instance that they created the sandbox from will affect the API login to the sandbox. 我想知道他们是否有他们创建沙箱的生产salesforce实例的事实会影响到沙箱的API登录。

I'm currently receiving a "your salesforce login is incorrect" even though I am absolutely certain the credentials and security token are correct. 我目前收到“您的salesforce登录不正确”,即使我绝对确定凭据和安全令牌是正确的。

If you need any other information, I'll happily include it. 如果您需要任何其他信息,我很乐意将其包括在内。

Thoughts? 思考?

Login requests for sandbox accounts should goto test.salesforce.com not login.salesforce.com. 沙箱帐户的登录请求应该转到test.salesforce.com而不是login.salesforce.com。 You should also login through the webapp and look in login history (in setup) that'll sometimes have more information. 您还应该通过webapp登录并查看有时会获得更多信息的登录历史记录(在设置中)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM