路径分析器的Sitecore 8.2错误

时间:2016-12-27 12:59:03

标签: sitecore sitecore8.1 sitecore8.2

我已将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   

我错过了一些要添加的文件吗?

1 个答案:

答案 0 :(得分:0)

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

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

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

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

完成最后一步对我来说很固定。旧数据库在数据库中没有DeployDate列,这就是导致该错误的原因。