Thursday, April 21, 2011

SharePoint timer job (owstimer.exe) restart

After redeploying an application that uses timer job services, the job needs to be restarted.
net stop "Windows SharePoint Services Timer"
net start "Windows SharePoint Services Timer"
or alternatively use
net stop sptimerv3
net start sptimerv3

No comments:

Post a Comment