从 Tridion 2011 GA 升级到 2011 SP1 HR1 后,我们遇到了一个奇怪的问题。在同一文件夹中复制粘贴组件时,我们通常会弹出一个窗口,询问我们是否要使用不同的名称粘贴,但是,在我们的例子中,我们会看到如下错误消息:
/WebUI/Models/TCM54/Services/General.svc/CopyPasteItem failed to execute. STATUS (500): Internal Server Error The page cannot be displayed because an internal server error has occurred.
事件查看器日志中唯一可见的是警告,这是预期的(因为我的测试虚拟机也收到了警告)。除了 GUI 中的错误,我们实际上没有看到任何错误。
在文件夹中复制/粘贴组件时:
Unable to paste the item into this Folder.
Name must be unique for items of type: Component within this Folder and its BluePrint context. Source or sources of conflict: tcm:4-81455.
Error Code:
0x80040329 (-2147220695)
Call stack:
UtilitiesBL.AssertUniqueTitle
UtilitiesBL.CloneItem
ComponentBL.Clone
Tridion.ContentManager.ContentManagement.RepositoryLocalObject.Copy(OrganizationalItem,Boolean)
Tridion.ContentManager.BLFacade.ContentManagement.RepositoryLocalObjectFacade.Clone(UserContext,String,String,Boolean)
Folder.PasteItem
在结构组中复制/粘贴页面时:
It is not possible to paste this item into a Structure Group.
Name and File name both must be unique for items of type: Page within this Structure Group and its BluePrint context. Source or sources of conflict: tcm:5-82986-64.
Error Code:
0x80040329 (-2147220695)
Call stack:
UtilitiesBL.AssertUniqueTitleAndFileName
UtilitiesBL.AssertUniqueTitleAndFilename
UtilitiesBL.CloneItem
PageBL.Clone
Tridion.ContentManager.ContentManagement.RepositoryLocalObject.Copy(OrganizationalItem,Boolean)
Tridion.ContentManager.BLFacade.ContentManagement.RepositoryLocalObjectFacade.Clone(UserContext,String,String,Boolean)
StructureGroup.PasteItem
如上所述,这些是事件日志中生成的正常警告,但我们应该得到一个弹出窗口,而不是错误。
我们曾尝试重新启动服务器,认为这是一次性的怪癖,但这并没有帮助。我了解错误消息中提到的“TCM54”是指通过 COM+ 运行的代码。任何人都可以提供一些建议吗?