【问题标题】:Sitecore 8.2 error for path analyzer路径分析器的 Sitecore 8.2 错误
【发布时间】:2016-12-27 12:59:03
【问题描述】:

我已将 sitecore 从 sitecore 8.1 升级到 sitecore 8.2。对于路径分析器,我收到以下错误:

DeployDate

Description: An unhandled exception occurred. 

Exception Details: System.IndexOutOfRangeException: DeployDate

Source Error: 


Line 53: 
Line 54:   var mapListBuilder = new               MapListBuilder(ApplicationContainer.GetMapStatusService(), ApplicationContainer.GetConfiguration().ContentDatabaseName);
Line 55:   var mapListData = mapListBuilder.Build();
Line 56:   rendering.Attributes.Add("data-sc-maplistdata", mapListData);
Line 57: 

Source File:   c:\inetpub\wwwroot\SitecoreSolr\Website\sitecore\shell\client\Applications\PathAnalyzer\Common\App.cshtml   

我是否缺少要添加的文件?

【问题讨论】:

  • 我刚刚遇到了同样的问题。你有没有得到解决方案?
  • 这里有同样问题的另一个人。这有没有得到解决?

标签: sitecore sitecore8.1 sitecore8.2


【解决方案1】:

将 Sitecore 站点升级到 8.2 版时出现此错误。

作为升级的一部分,我必须创建一个辅助报告数据库并在报告数据库上运行重建。

https://doc.sitecore.com/developers/82/sitecore-experience-platform/en/walkthrough--rebuilding-the-reporting-database.html

重建完成后,您必须更改报告数据库连接字符串,以便它使用新更新的数据库而不是旧数据库。

执行这最后一步为我解决了问题。旧数据库在数据库中没有 DeployDate 列,这就是导致错误的原因。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-03-23
    • 1970-01-01
    相关资源
    最近更新 更多