导入cms-content.impex时出错。

2020-09-01 08:37发布

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


当导入cms-content.impex时出现错误以下。 请帮助

UPDATE PageTemplate; catalogVersion(CatalogVersion.catalog(Catalog.id [default = apparel-ukContentCatalog]),CatalogVersion.version [default = Staged])[default = apparel-ukContentCatalog:Staged] [unique = true]; uid [ unique = true]; velocityTemplate [translator = de.hybris.platform.commerceservices.impex.impl.FileLoaderValueTranslator],8796093056052,第3列:无法解析属性值'$ config-jarResourceCmsValue/structure-view/structure_productDetails1PageTemplate.vm' 'velocityTemplate';; ProductDetailsPageTemplate; $ config-jarResourceCmsValue/structure-view/structure_productDetails1PageTemplate.vm

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


当导入cms-content.impex时出现错误以下。 请帮助

UPDATE PageTemplate; catalogVersion(CatalogVersion.catalog(Catalog.id [default = apparel-ukContentCatalog]),CatalogVersion.version [default = Staged])[default = apparel-ukContentCatalog:Staged] [unique = true]; uid [ unique = true]; velocityTemplate [translator = de.hybris.platform.commerceservices.impex.impl.FileLoaderValueTranslator],8796093056052,第3列:无法解析属性值'$ config-jarResourceCmsValue/structure-view/structure_productDetails1PageTemplate.vm' 'velocityTemplate';; ProductDetailsPageTemplate; $ config-jarResourceCmsValue/structure-view/structure_productDetails1PageTemplate.vm

付费偷看设置
发送
5条回答
大简至美
1楼-- · 2020-09-01 09:18

嗨@

尽管有日志记录,但主要原因很明显,就是指定的路径 jarResourceCmsValue

中没有文件 structure_productDetails1PageTemplate.vm 。

属性 jarResourceCmsValue 应该出现在属性文件中,下面提供了/yacceleratorcore/project.properties 的样本摘录供您参考

  jarResourceCmsValue = jar:de.hybris.platform.yacceleratorcore.setup.CoreSystemSetup&/yacceleratorcore/import/cockpits/cmscockpit

  

请在您的impex语句之前包括以下语句,以便它在其余语句之前执行。

 更新GenericItem [processor = de.hybris.platform.commerceservices.impex.impl.ConfigPropertyImportProcessor]; pk [unique = true]
  $ jarResourceCms = $ config-jarResourceCmsValue


  

现在,按照上述例外条件,要成功执行impex,文件应位于以下提到的路径中

 /yacceleratorcore/resources/yacceleratorcore/import/cockpits/cmscockpit/structure-view

  

根据您的方便调整属性并执行impex。

希望这会有所帮助!

Doze时光
2楼-- · 2020-09-01 09:20

嗨,Krish,文件在那里。 看到这就是问题,一切似乎都已准备就绪,我不知道这是什么问题。

代楠1984
3楼-- · 2020-09-01 09:10

嗨,Vikrant表示感谢。 我执行了上述更新语句,但仍然无法正常工作(相同的错误)。 由于错误,update语句已经存在于cms-content.impex文件中,并在这些语句之前执行。 因此,可能还有其他事情正在进行。

路亽曱_Ryan
4楼-- · 2020-09-01 09:32

搜索'Hybris \ hybris \ bin \ ext-template \ yacceleratorcore \ resources \ yacceleratorcore \ import \ cockpits \ cmscockpit \ structure-view'中是否存在'structure_productDetails1PageTemplate.vm'

能不能别闹
5楼-- · 2020-09-01 09:27

嗨,您对此有任何解决方案吗?

一周热门 更多>