Back to Blog

SiteScope 9.5 Bug Fix: Reports Only 1 Day of Data

Those of you using SiteScope 9.5 and only being able to get a single days worth of data, we have found a solution: Apply patch 9.5.4 on top of 9.5 (you don’t have to apply any previous patches – you can go straight to it). The steps to install the patch are as follows:

  1. Stop the SiteScope service.
  2. Perform a full back up (not mandatory).
  3. Run the patch.
  4. Start the SiteScope service

If you apply this patch and using Web Scripts in SiteScope and are having a problem opening the logs for SiteScope, this is a known issue. Here’s the fix:

  1. Stop SiteScope service.
  2. Open the master.config file in the groups folder in SiteScope
  3. Set the _maximumReports to 1000 (the default value is 10) to avoid problems with duplicated reports.
  4. Set the _dailylogkeepdays to 100 (the default value is 40) to avoid the deletion of the daily log files.
  5. Store and close the file.
  6. Start the SiteScope service.
  7. Then SiteScope shold keep the logs properly and the reports should be seen properly.
Back to Blog