英文:
unable to load CRM organization
问题
I can't connect to the V9 on premise env with plugin registration tool, I'm getting the error: Unable to load the CRM organization.
我无法使用插件注册工具连接到V9本地环境,出现错误:无法加载CRM组织。
I have searched similar questions but my issue is not similar, stack trace doesn't mention anything related to the user or to the role.
我已经搜索了类似的问题,但我的问题不相同,堆栈跟踪没有提到与用户或角色相关的内容。
Can you give me an advice?
你能给我一些建议吗?
stack trace (details of the error):
堆栈跟踪(错误的详细信息):
Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.
未处理的异常:System.NullReferenceException:对象引用未设置为对象的实例。
at Microsoft.Crm.Tools.Libraries.CrmPluginStep.RefreshFromSdkMessageProcessingStep(Guid assemblyId, SdkMessageProcessingStep step, String secureConfig)
at Microsoft.Crm.Tools.Libraries.OrganizationHelper.LoadSteps(CrmOrganization org, Dictionary2 typeList, Dictionary
2& crmStepList)
at Microsoft.Crm.Tools.PluginRegistration.Helper.<>c__DisplayClass4_0.<OpenConnection>b__0(Object o, DoWorkEventArgs e)
英文:
I can't connect to the V9 on premise env with plugin registration tool, I'm getting the error: Unable to load the CRM organization.
I have searched similar questions but my issue is not similar, stack trace doesn't mention anything releated to the user or to the role.
Can you give me an advice ?
stack trace(details of the error):
Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.Crm.Tools.Libraries.CrmPluginStep.RefreshFromSdkMessageProcessingStep(Guid assemblyId, SdkMessageProcessingStep step, String secureConfig)
at Microsoft.Crm.Tools.Libraries.OrganizationHelper.LoadSteps(CrmOrganization org, Dictionary`2 typeList, Dictionary`2& crmStepList)
at Microsoft.Crm.Tools.PluginRegistration.Helper.<>c__DisplayClass4_0.<OpenConnection>b__0(Object o, DoWorkEventArgs e)
答案1
得分: 1
因为该实例位于OnPremise,可能有一些原因导致最新版本的插件注册工具无法连接,主要原因可能是IFD配置不正确。
要连接到该实例,用户可以:
- 在XrmToolBox内使用插件注册工具
或者
- 使用先前版本的插件注册工具,下载NuGet包并提取它
英文:
Because the instance is OnPremise several issues can be the cause why the latest version of the Plugin Registration Tool is not able to connect, main one can be IFD not configured correctly.
In order to connect to the instance a user can:
- Use the Plugin Registration Tool inside XrmToolBox
or
- Use a previous version of the Plugin Registration Tool downloading the nuget package and extract it
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论