SharePoint Timer Job Stopped working after Password Change

不羁岁月 提交于 2021-02-11 13:36:15

问题


The Password of my SharePoint Development Server has been changed, the Timer Job has stopped working Although when I put the Debugger on the Base Constructor, it Fires only on the Base Constructor only and the Other Constructor & Execute method are not coming to Fire on Debug Mode.

I have changed the Password in All the Application Pools through IIS, I have reset the IIS, Stopped & started the Timer Service as described in this but nothing solved my issue.

I have also Restarted the Server but still the Timer Job is not getting Execute.

I am a bit new in SharePoint, your precious help is Required

Thanks


回答1:


There is 2 things I would do here:

Option 1

  1. Go to Central Admin
  2. Click on "monitoriing"
  3. Click on "timer Jobs"
  4. Restart and set all jobs which are supposed to run to the right option, Start, Set, Automatic etc

Option 2

  1. Stop all timer jobs
  2. User Powershell Scripts to restart, I found this link for you: https://petri.com/manage-timer-jobs-sharepoint-2013-with-powershell

Option 3

  1. check the current service state in the system control / services menu. If the service is disabled, then please enable it. If it's really not running, please start the service manually.
  2. If it already runs, you have possibly started the installer task without appropriate permissions to request the current state of the service.

Most importantly... Run all commands as Administrator or Site Owner with permissions checked*



来源:https://stackoverflow.com/questions/62845009/sharepoint-timer-job-stopped-working-after-password-change

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!