Crmsvcutil.exe: unable to create entity classes for early binding - Dynamics CRM Online

I am trying to create early related class entities from my Dynamics CRM Online instance.

I have the CRM SDK installed on my machine.

I run the following command from the "Bin" SDK folder.

crmsvcutil.exe /url:<<OrganizationServiceUrl>> /out:crmexams3.cs /username:"<<username>>" /password:"<<password>>"

But this gives me the following error:

Error requesting orgs from the discovery server
Access is denied

I replaced OrganizationServiceUrl with the organization service URL that I could find from the developer resources in the CRM instance.

My copy of CRM 2016 Online.

Any idea why this is failing?

thank

+4
source share
2 answers

/il , , .. XRMTooling. :

  • .
  • , -, faux.
+4

Access is denied , .

, , , ?

- Microsoft - Office 365.

CrmSvcUtil.exe /url:https://myorg.api.crm.dynamics.com/XRMServices/2011/Organization.svc    /out:GeneratedCode.cs /username:"myname@live.com" /password:"myp@ssword!" 

CrmSvcUtil.exe /url:https://myorg.api.crm.dynamics.com/XRMServices/2011/Organization.svc    /out:GeneratedCode.cs /username:"myname@myorg.onmicrosoft.com" /password:"myp@ssword!"
0

Source: https://habr.com/ru/post/1650161/


All Articles