我是新来的。我正在本地机器上运行Sitecore 8(Rev.150621)。当我签入体验配置文件仪表板时,会创建名为“匿名”的概要文件,并使用xDB 接触造物主 ( Module)创建联系人。我有一些记录(访问等)在这些联系人下,also.Problem是当我签入体验分析仪表板访问是空的。
我尝试了刷新执行仪表板/体验分析报告,但没有得到任何结果的经验分析报告。
在我目前的网站上,我有几个页面(项目),.I也尝试了一些角色,但没有运气。
如何能够看到数据填充在分析数据库(Mongo和SQL)中
日志:
6984 10:09:56 INFO MemoryMonitor initialized. Threshold: 2 GB. Interval: 00:00:05
6984 10:09:57 INFO [Analytics]: Started background service for 'maintenanceService'.
6984 10:09:57 INFO Cache created: 'taxonomy.campaigngroups' (max size: 20MB, running total: 848MB)
6984 10:09:57 INFO Cache created: 'taxonomy.channels' (max size: 20MB, running total: 868MB)
6984 10:09:57 INFO Cache created: 'taxonomy.assets' (max size: 20MB, running total: 888MB)
6984 10:09:57 INFO [Analytics]: Started background service for 'aggregation/aggregator'.
6984 10:09:57 INFO [Analytics]: Started background service for 'aggregation/contactProcessing'.
6984 10:09:57 INFO [Analytics]: Started background service for 'aggregation/cleanup'.
6984 10:09:57 INFO [Analytics]: Started background service for 'aggregation/recovery'.
6984 10:09:57 INFO [Analytics]: Started background service for 'aggregation/rebuildAgent'.
6984 10:09:57 INFO [Analytics]: Started background service for 'aggregation/historyWorker'.
6984 10:09:57 INFO [Analytics]: Started background service for 'aggregation/historyCompletionCheck'.
6984 10:09:57 INFO [Analytics]: Started background service for 'aggregation/automationAggregator'.
6984 10:09:57 INFO [Analytics]: Started background service for 'aggregation/automationRangeManager'.
6984 10:09:57 INFO [Analytics]: Started background service for 'aggregation/automationCleanupService'.
6984 10:09:57 INFO [Analytics]: Automation aggregation SubsystemLoader hook initialized.
6984 10:09:57 INFO [Analytics]: Started background service for 'processing/taskAgent'.
6984 10:09:57 INFO Cache created: 'rules' (max size: 800KB, running total: 889MB)
6984 10:09:57 INFO Cache created: '[FieldReaderCache]' (max size: 5MB, running total: 894MB)
6984 10:09:59 INFO [Analytics]: Started background service for 'pathAnalyzer/newMapAgent'.
6984 10:09:59 INFO [Analytics]: Started background service for 'pathAnalyzer/dailyMapAgent'.
6984 10:09:59 INFO [Analytics]: Started background service for 'pathAnalyzer/smartMergeAgent'.
6984 10:09:59 INFO [Path Analyzer]() Path Analyzer subsystem hook initialized.
6984 10:09:59 INFO [Analytics]: Started background service for 'experienceAnalytics/reduce/agent'.
6984 10:09:59 INFO [Experience Analytics]: ExperienceAnalytics reduce subsystem initialized.
6984 10:09:59 INFO Scheduler - Initializing
6984 10:10:11 INFO [Experience Analytics]: ExperienceAnalytics SegmentInitializer
6984 10:10:11 INFO Cache created: 'ReportDataCache' (max size: 50MB, running total: 2077MB)
ManagedPoolThread #5 10:10:12 INFO Job ended: Sitecore.ListManagement.Analytics.UnlockContactListsAgent (units processed: )
4828 10:10:12 DEBUG [Analytics]: Created new agent instance: 'aggregation/contactProcessing'.
7736 10:10:12 INFO Cache created: 'Task Manager - tasks' (max size: 100 bytes, running total: 2077MB)
9016 10:10:12 DEBUG [Analytics]: Created new agent instance: 'aggregation/historyCompletionCheck'.
7660 10:10:12 DEBUG [Analytics]: Created new agent instance: 'aggregation/automationCleanupService'.
4536 10:10:12 DEBUG [Analytics]: Created new agent instance: 'aggregation/historyWorker'.
7756 10:10:12 DEBUG [Analytics]: Created new agent instance: 'processing/taskAgent'.
8348 10:10:12 DEBUG [Analytics]: Created new agent instance: 'aggregation/automationAggregator'.
6948 10:10:12 DEBUG [Analytics]: Created new agent instance: 'aggregation/aggregator'.
7388 10:10:12 DEBUG [Analytics]: Registered aggregation context for the pool 'live'.
7388 10:10:12 DEBUG [Analytics]: Registered aggregation context for the pool 'live'.
7388 10:10:12 DEBUG [Analytics]: Created new agent instance: 'aggregation/recovery'.
7936 10:10:12 DEBUG [Analytics]: Created new agent instance: 'aggregation/automationAggregator'.
7736 10:10:12 DEBUG [Analytics]: Created new agent instance: 'aggregation/rebuildAgent'.
732 10:10:12 DEBUG [Analytics]: Registered aggregation context for the pool 'live'.
732 10:10:12 DEBUG [Analytics]: Registered aggregation context for the pool 'live'.
732 10:10:12 DEBUG [Analytics]: Created new agent instance: 'aggregation/cleanup'.
4692 10:10:12 DEBUG [Analytics]: Created new agent instance: 'aggregation/automationRangeManager'.
7660 10:10:12 INFO Cache created: 'ReportingStorageProviderProperties.Properties' (max size: 100 bytes, running total: 2077MB)
8452 10:10:12 DEBUG [Analytics]: Created new agent instance: 'aggregation/automationAggregator'.
9016 10:10:12 DEBUG [Analytics]: MongoDbHistoryTaskManager - deactivated history task.
6984 10:10:12 INFO [Experience Analytics]: WebApiInitializer
6984 10:10:12 INFO [Experience Analytics]: Filter (Sitecore.ExperienceAnalytics.Api.Http.Filters.CacheHeaderFilterAttribute) added
6984 10:10:12 INFO Sitecore.Social: The Social remote events are initialized.发布于 2015-08-19 10:09:40
多亏了谢尔盖·普拉琴科(塞特罗尔社区),现在经验分析报告显示了数据。在我的例子中,我使用了TrafficOverview中的数据,而在SQL中没有ReportDataView中的数据,在Mongo中也有Contacts和Interactions中的数据。
这是论坛后Sitecore 8经验分析报告为空的链接
解决方案:
使用打开报告数据库,并运行以下查询:
从段中选择*
如果表为空,请执行以下操作:
更新dbo.Segments SET DeployDate = '2001-08-05 08:44:45.500‘
发布于 2015-08-03 17:32:50
另一件要检查的事情是:确保站点中有VisitorIdentification标记。没有它,访问就不会被记录下来。
此外,您还可以通过查看MongoDB集合来检查是否获得了用于访问Interactions的正确数据。
要签入SQL,在Analytics数据库-this中运行一个名为-this的视图将告诉您是否有数据进入报表。
https://stackoverflow.com/questions/31792875
复制相似问题