2

您好 Tridion 专家,

我在使用 Content Porter SP1 导入内容时遇到了许多问题。

  1. 使用所有关键字导入所有类别失败
  2. 复制的组件导入失败
  3. 导入结构组失败

这是错误详细信息

8/8/2012 10:13:25 PM    [Information]   Resolving item mappings
8/8/2012 10:13:25 PM    [Information]   Mappings resolving started
8/8/2012 10:13:25 PM    [Information]   Mappings resolving finished
8/8/2012 10:13:25 PM    [Information]   Discovering potential problems
8/8/2012 10:13:25 PM    [Information]   Problems discovery started
8/8/2012 10:13:26 PM    [Information]   Problems discovery finished
8/8/2012 10:13:26 PM    [Information]   Import started
8/8/2012 10:13:26 PM    [Information]   Importing System Administration items
8/8/2012 10:13:26 PM    [Information]   Importing items into '040 XXX XXXXX Website' Publication
8/8/2012 10:13:26 PM    [Information]   Importing items into '040 XXX XXXXX Website' Publication started at 18:13:26
8/8/2012 10:13:27 PM    [Error] <?xml version="1.0" standalone="yes"?>
<tcm:Error ErrorCode="80040200" Category="4" Source="Kernel" Severity="2" xmlns:tcm="http://www.tridion.com/ContentManager/5.0"><tcm:Line ErrorCode="80040200" Cause="false" MessageID="16137"><![CDATA[Unable to save Publication (tcm:0-0-0).]]><tcm:Token>RESID_4574</tcm:Token><tcm:Token>RESID_4452</tcm:Token><tcm:Token>tcm:0-0-0</tcm:Token></tcm:Line><tcm:Line ErrorCode="80040200" Cause="true" MessageID="15748"><![CDATA[Unable to map all paths to URIs.]]></tcm:Line><tcm:Details><tcm:CallStack><tcm:Location>Tridion.ContentManager.UrlConversion.Convert()</tcm:Location><tcm:Location>Tridion.ContentManager.IdentifiableObject.Save(SaveEventArgs)</tcm:Location><tcm:Location>Tridion.ContentManager.IdentifiableObject.Save()</tcm:Location><tcm:Location>Tridion.ContentManager.BLFacade.IdentifiableObjectFacade.Create(UserContext,String)</tcm:Location><tcm:Location>XMLState.Save</tcm:Location><tcm:Location>Publication.Save</tcm:Location><tcm:Location>Request.SaveItem</tcm:Location><tcm:Location>XMLResponder.Request</tcm:Location></tcm:CallStack></tcm:Details></tcm:Error>

8/8/2012 10:13:27 PM    [Information]   Import failed
=======
Start time: 2012-08-08 18:13:26
End time: 2012-08-08 18:13:27

All changes made during import process were rolled back
8/8/2012 10:13:27 PM    [Error] Transactional import failed. No changes will be commited.
8/8/2012 10:13:27 PM    [Information]   Import completed

提前致谢

4

3 回答 3

4

您提到您遇到了许多问题,但您提供的错误消息实际上似乎只报告了一个故障(这将阻止所有进一步的操作确实发生)。

您得到的错误是Unable to save Publication标准的 WebDAV 解释Unable to map all paths to URIs.

因此,Quirijn 关于040 XXX XXXXX 网站出版物是否真的存在的评论似乎确实相关。但是,它是否存在并不重要,只要正在导入它的用户在系统中有足够的权限来创建项目(特别是出版物)。

所以我会检查以下内容:

  1. 您是否使用 Tridion 管理员帐户通过 Content Porter 导入?
  2. 登录 UI 后,是否可以手动创建 Publication 040 XXX XXXXX 网站?
  3. 如果您能够完成 #2,那么之后导入是否有效?

如果您可以在 #2 之后导入,那么我的猜测是您没有在 Content Porter 中导出出版物本身,但我的第一个想法是您尝试与没有足够权限创建出版物或任何项目的用户一起导入在里面。

于 2012-08-09T08:14:33.160 回答
3

谢谢你的回答,但不知何故,这不是问题。解决方法是我未能 100% 安装根发布。这就是我面临类别和关键字问题的原因。是的,在我们导入时无需手动执行任何操作……这会以某种方式破坏蓝图。

为了解决这个问题,我需要清除所有出版物,并且需要导入具有 100% tridion 工件的根出版物。

谢谢,海伦

于 2012-08-09T12:26:34.503 回答
2

我知道您已经解决了这个问题,但我遇到了同样的错误,并想根据我的解决方法提供更多信息。就我而言,我正在导入一个继承自我之前使用 Content Porter 导入的出版物的出版物。正如您在解决方案 Hiren 中提到的那样,我的问题是在以前的出版物中,特别是在要继承的出版物中缺少“根”结构组。由于没有根结构组就无法继承出版物,这阻止了我在导入期间创建新出版物。一旦我在我的父出版物中创建了一个根结构组,导入就会顺利进行。

于 2013-10-03T15:06:24.073 回答