简体   繁体   中英

Dynamics 365 (CRM) Online & connecting with XrmToolBox

I am using...

  • XrmToolBox version 1.2017.7.18
  • Dynamics 365 Online (login is with user@org.onmicrosoft.com)

I try to create a new connection.

I enter http://orgname.crm.dynamics.com for the Organization 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

<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 . 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 ; Username=user@org.onmicrosoft.com; Password=mypass; AuthType=Office365

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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