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
source
share