Question

I have a SharePoint 2016 development VM where the 'App Installation Service' Timer Job stopped running a couple days ago. It is enabled and scheduled to run every 5 minutes. Clicking 'Run Now' does nothing. The last run was successful. I cannot find anything of value in the logs. The Timer service and SharePoint Administration service are running. The App Management Service, Secure Store Service, Security Token Service, and State Service is running.

  • I've tried disabling the timer job and re-enabling it.
  • I modified the job schedule.
  • I cleared the Config cache
  • I restored the default jobs via $farm = Get-SPFarm; $farm.TimerService.EnsureDefaultJobs()

Has anyone seen this before with a timer job?

Was it helpful?

Solution

As this is your Development machine, i would try to re run the Config wizard, we had the same issue in past and re run fixed it.

You can run via gui or command line:

PSConfig.exe -cmd upgrade -inplace b2b -force
Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top