简体   繁体   English

Dynamics 365 (CRM) Online 与 XrmToolBox 连接

[英]Dynamics 365 (CRM) Online & connecting with XrmToolBox

I am using...我正在使用...

  • XrmToolBox version 1.2017.7.18 XrmToolBox 版本 1.2017.7.18
  • Dynamics 365 Online (login is with user@org.onmicrosoft.com) Dynamics 365 Online(使用 user@org.onmicrosoft.com 登录)

I try to create a new connection.我尝试创建一个新连接。

I enter http://orgname.crm.dynamics.com for the Organization url.我输入http://orgname.crm.dynamics.com作为组织 URL。

then my user / pass然后我的用户/通行证

I get this error.我收到这个错误。

在此处输入图片说明

Then, I try...那我试试...

using a connection string.使用连接字符串。

I click the link "Let me try to connect using a connection string"我单击链接“让我尝试使用连接字符串进行连接”

I have tried many connection strings but the one that I think to be correct is listed below.我尝试了很多连接字符串,但我认为正确的一个列在下面。

org is an example name for my Org Name org 是我的组织名称的示例名称

<connectionStrings>
<add name="Crm" connectionString="Url=https://org.crm.dynamics.com; Username=user@org.onmicrosoft.com; Password=mypass; AuthType=Office365" />
</connectionStrings>

When I try to connect I get the following error.当我尝试连接时,出现以下错误。

在此处输入图片说明

I am not sure why I am getting these errors.我不确定为什么会收到这些错误。

I too faced same issue.我也面临同样的问题。 When I try to connect with latest version of XRM toolbox(1.2018.3.21) , it's connected successfully .当我尝试连接最新版本的XRM 工具箱 (1.2018.3.21) 时,它已成功连接 You too try with this version and regarding connection using connection string we should not supposed to use as you specified.We just need to specify the connection string content only .For example as follows你也试试这个版本,关于使用连接字符串的连接,我们不应该按照你的指定使用。我们只需要指定连接字符串的内容。例如如下

Url= https://org.crm.dynamics.com ;网址= https://org.crm.dynamics.com ; Username=user@org.onmicrosoft.com;用户名=user@org.onmicrosoft.com; Password=mypass;密码=我的通行证; AuthType=Office365身份验证类型=Office365

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

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