简体   繁体   中英

Sitecore DMS stopped recording?

Although I see data in the Pages table,

Sitecore.Analytics.Data.DataAccess.DataSets.VisitorDataSet.PagesDataTable pagesDataTable = new VisitorDataSet.PagesDataTable();

comes back empty. And I see that the recent recording date is 04/12/2012... considering the fact that the site is being accessed daily... I am trying to understand why dont I see any recording in sitecore_analytics database? I looked into the config and made sure Analytics is enabled.

It turns out there was an issue in another piece of code that i call from sitecore pipeline on httpbeginrequest. That code was bombing out and never let other pipeline methods process. Funny thing is it was all hidden and the error never bubbled up to know what was really causing this problem.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM