Showing posts with label Usage reports in SharePoint. Show all posts
Showing posts with label Usage reports in SharePoint. Show all posts

Tuesday, April 8, 2014

SharePoint Usage and Health Data Collection Error - “There is no data available for this report. Here are some possible reasons - Web Analytics has not been enabled long enough to generate data”

While checking the usage health reports for a SharePoint site, I got an Error Saying that “There is no data available for this report. Here are some possible reasons: (1) Web Analytics has not been enabled long enough to generate data; (2) There is insufficient data to generate this report; (3) Data logging required for this report might not be enabled; (4) Data aggregation might not be enabled at the level required for this report.

After checking that one by one in the issues
  • I am having full of data in SharePoint site and that is fair enough to generate the data reports.
  • In the site I am sure that Data logging and Data Aggregation are enabled. I was checked that also as part of trouble shooting. Web Analytic are also enabled as mentioned in the issue.

After pulling hair and digging into the deep, I have found that Usage and Health Data Collection Service Application Proxy has not been started. Silly, but I have spent so much of my time. After starting the service proxy by using following Power Shell command everything working as expected.

$usageHealthDataServiceProxy = Get-SPServiceApplicationProxy | where {$_.DisplayName -eq “Usage and Health Data Service”}
$usageHealthDataServiceProxy.Provision()

Hope this helps.


Wednesday, June 19, 2013

Usage Reports and Popularity Trends in SharePoint 2013

SharePoint 2013 analytics has been improved a lot compared to SharePoint previous versions. MS people designed analytics to improve the search and result relevance. All the things like views, social tags, and clicks will be used in the SharePoint 2013 analytics searching capabilities.

Usage Reports: SharePoint 2013 generates the usage reports via excel. This will show the data of hits and unique users of the site. We have option to view the data of Site, Site Collection scope including each page and document library. We can access the data for the site and site collection by navigating to Site Settings page.
We have two links “Popularity Trends” and “Popularity and Search Reports” in the site settings. By Clicking on the links we can the usage reports as shown in the images below.




































Most Popular Items: With Reports analytics also provides us to integrate with search results. For each page we have popularity trends on the ribbon, Share & Track section as shown in the image below.







We can see most popular items for library by checking the Most Popular Items button on the ribbon as shown below. 















By clicking on the button we can find the items that most viewed, Most Viewed by Unique Users, Most recommended clicks.



We can filter the results by using Search Driven Content section, Popular items web part to get the popular item in a page.