我有这种奇怪的情况,我试图将一个组件(从父出版物中共享的项目)从prod环境导入到dev环境。
情况:
产品:在子出版物中 - 组件已共享,标题为“prodcut_details”
Dev:在子出版物中 - 组件是本地项目,标题为“prodcut_details”
在导入过程中,我收到以下错误:
Tridion.ContentManager.UniquenessException: Name must be unique for items of type: Component within this Folder and its BluePrint context. Source or sources of conflict: tcm:12-1234.
有人可以帮忙吗?
答案 0 :(得分:1)
这是标准的Tridion行为。 Content Porter将尝试在DEV环境中的子发布中创建共享项,然后它会找到具有相同名称的项,并将抛出唯一性异常。
您可以在dev上重命名本地项目,然后运行导入。
你知道有一个单独的Tridion stack exchange吗? 你会有更多的运气在那里提问......