Error ‘Object reference not set to an instance of an object‘ on Review Job Definitions page


error ‘Object reference not set to an instance of an object‘ appears while trying to access Review Job Definitions page under Monitoring section from central administration. This could be due to faulty timer job.

You can find the bad timer by running the following powershell command:

Get-SPTimerJob | ? { $_.DisplayName -eq $null }| select name, Id

Run below command to delete bad job

$Badjob = Get-SPTimerJob <Guid of the job>

$ Badjob.Delete()

For me the problem job was Microsoft.Office.Server.Search.Administration.CrawlStoreRebalancerJobDefinition & after I removed it the Review Job Definitions page worked fine.


 

Comments

Popular posts from this blog

users are able to edit other users' mysites

"sorry this site is not shared with you". users unable to access sites after migration to sharepoint 2016