If you are facing this issue follow below steps to fix this
-check if Sitecore.ContentSearch.Lucene.Index.Analytics.config is enabled.
- Check if analytics is enabled . you can check if "Analytics.enabled" is true in sitecore.analytics.config.
-check if Sitecore.ContentSearch.Lucene.Index.Analytics.config is enabled.
- Follow this blog to rebuild your reporting database. It should fix the issue.
https://blog.horizontalintegration.com/2015/01/10/rebuilding-sitecore-8-analytics-indexes/
- If you are not using a fresh analytcis database you may get below error since Sitecore may take some time to clear your storage.
"Exceeded the cut off date before clearing storage"
you can change the TimeToClearStorage setting to avoid this.
You can change it to 20 minutes in Sitecore.Analytics.Processing.Aggregation.config file
<reportingStorageManagertype="Sitecore.Analytics.Aggregation.History.ReportingStorageManager"singleInstance="true">
<TimeToClearStorage>0.00:01:00</TimeToClearStorage>
- If you are not using a fresh analytcis database you may get below error since Sitecore may take some time to clear your storage.
"Exceeded the cut off date before clearing storage"
you can change the TimeToClearStorage setting to avoid this.
You can change it to 20 minutes in Sitecore.Analytics.Processing.Aggregation.config file
<reportingStorageManagertype="Sitecore.Analytics.Aggregation.History.ReportingStorageManager"singleInstance="true">
<TimeToClearStorage>0.00:01:00</TimeToClearStorage>
No comments:
Post a Comment