SharePoint 2019 Empty Usage and Health Data Report

El Mehdi Ajraou 46 Reputation points
2021-12-22T14:37:30.1+00:00

Hello everyone,

please I need your help on this issue the site usage report shows zero visits to get analytics site in sharepoint 2019 I checked all configuration about enable health and usage also timer job are running succsefuly but without result the excel file are empty just zeros and I'm blocked thanks for your collaboration

Thanks a lot

@trevorseward
@Echo Du_MSFT

Microsoft 365 and Office SharePoint Development
Microsoft 365 and Office SharePoint For business Windows
Microsoft 365 and Office SharePoint Server Development
0 comments No comments
{count} votes

Accepted answer
  1. Elsie Lu_MSFT 9,801 Reputation points
    2021-12-23T06:04:21.897+00:00

    Hi @EIMehdiAjraou-3384 ,

    Per my understanding, to narrow down the issue you could:

    1.Check if the search service application is in good status. Make sure you have all the default timer jobs referring to this post: Missing default timer jobs - Can we get them back?

    2.Navigate to Central Administration > Manage service applications > Usage and Health Data Collection Service Application and check if the service application is up and running. Make sure you have the events checked under Event Selection.

    3.Run this commands below:

    $instance = Get-SPUsageService  
    $instance.Provision()  
    $instance.Update()  
    

    4.Delete and then rebuild the mentioned service applications if necessary. Usage and Health Data Collection Service Application is enabled via Monitoring > Configure usage and health data collection > check “Enable usage data collection”.

    5.Execute the following commands on SharePoint Server as Administrator:

    $aud = Get-SPUsageDefinition | where {$_.Name -like "Analytics*"}  
    $aud | fl  
    

    To check if the service is online and if other components are configured properly.

    6.Check ULS logs to see if there are any error maeeages.

    Reference:
    Sharepoint 2013 Usage reports empty


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. El Mehdi Ajraou 46 Reputation points
    2021-12-30T09:15:27.727+00:00

    Hi @Elsie Lu_MSFT ,

    Yes of course Done !!!

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.