【发布时间】:2021-01-18 12:56:08
【问题描述】:
我的组织长期以来一直在为我们的内部定制使用非托管解决方案方法,使用一个包含所有定制的大型解决方案。 Microsoft 一直在推动对所有下游环境使用托管解决方案并使用解决方案细分的概念。因此,我们正在考虑进行转换。对于现有的自定义,在删除非托管解决方案后简单地尝试导入托管解决方案似乎不起作用。
##[error]Solution import Failed. Error: A managed solution cannot overwrite the EntityRelationshipRole component with Id=1ae98e99-f14e-e911-a963-000d3ab6d103 which has an unmanaged base instance. The most likely scenario for this error is that an unmanaged solution has installed a new unmanaged EntityRelationshipRole component on the target system, and now a managed solution from the same publisher is trying to install that same EntityRelationshipRole component as managed. This will cause an invalid layering of solutions on the target system and is not allowed.
关于此错误的其他线程说要在目标实例中删除并重新创建有问题的组件。不过,这种方法对我们来说似乎是不可能的,因为我们已经投入生产很长时间了。我们创建的每个组件都可能会出现该错误。对于现有部署,有没有简单的方法可以从非托管切换到托管?
【问题讨论】:
-
我也遇到了这个问题。你找到解决方案了吗?
-
@CoreyO'Brien 遗憾的是,我还没有找到一个简单的解决方案。
-
我已将问题交叉发布到Dynamics Community Forum,也许我们会在那里得到答案。
标签: dynamics-crm microsoft-dynamics dynamics-crm-365