delegateas/XrmContext

Unable to generate context files

Closed this issue · 0 comments

When trying to generate a context using v.2.0.2 the following error occures:
Unable to generate context files: One or more errors occurred.

Details:

Version: 
v.2.0.2

Arguments: 
/connectionString:AuthType=ClientSecret;Url=https://OMITTED.crm4.dynamics.com/;ClientId=OMITTED;ClientSecret=OMITTED
/url:https://OMITTED.crm4.dynamics.com/XRMServices/2011/Organization.svc
/ap:OnlineFederation
/out:C:\Users\OMITTED\source\repos\OMITTED\BusinessDomain
/method:ConnectionString
/solutions:OMITTED
/entities:
/servicecontextname:Xrm
/namespace:DG.XrmFramework.BusinessDomain.ServiceContext
/deprecatedprefix:ZZ_
/labelMappings:✔️: checkmark, ⛔️: stopsign

Console output:
Connecting to CRM...Done!
Figuring out which entities should be included in the context..Done!
Creating context for the following entities: OMITTED
Fetching specific entity metadata from CRM...Done!
Retrieving CRM version...Done!
Interpreting data...
Unable to generate context files: One or more errors occurred.

The issue is reproducable. Downgrading to V2.0.1 "fixed" the issue.