Dynamics 365 (CRM) Online & connecting with XrmToolBox

3.6k views Asked by At

I am using...

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.

enter image description here

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; [email protected]; Password=mypass; AuthType=Office365" />
</connectionStrings>

When I try to connect I get the following error.

enter image description here

I am not sure why I am getting these errors.

1

There are 1 answers

0
Thanuja On

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; [email protected]; Password=mypass; AuthType=Office365