I have been attempting to use the command line tool crmsvcutil (as Administrator) to generate a data context class and DTOs for our CRM Entities.
I am getting the following exception: Exiting program with exception: Access is denied.
My command-line arguements are as follows:
crmsvcutil /url:"http://<ourdynamicscrm>/XRMServices/2011/Organization.svc" /u:"<user Name>" /p:"<password>" /d:"<domain>" /namespace:OurNameSpace.Xrm /serviceContextName:OurServiceContextName.Crm /o:Crm.cs
The user is an Administrator on the CRM box.
Has anyone had this problem and know what I am missing?