We are using the LogService service on EPi4 to display commonly visited pages on the site.
RealTimeAnalyzerView client = new RealTimeAnalyzerView(); DataSet data = client.GetMaxHits( Global.EPConfig.SiteName );
But the service seems to be faulty, it displays 5 items as it should for half a day, then displays 4 items for 2 days then 3 items and gets stuck there forever until you restart the service.
Anyone experienced the same type of problem? Solution?
We are using the LogService service on EPi4 to display commonly visited pages on the site.
RealTimeAnalyzerView client = new RealTimeAnalyzerView();
DataSet data = client.GetMaxHits( Global.EPConfig.SiteName );
But the service seems to be faulty, it displays 5 items as it should for half a day, then displays 4 items for 2 days then 3 items and gets stuck there forever until you restart the service.
Anyone experienced the same type of problem? Solution?