Tip – Timer Job Service in SharePoint
Tip – Timer Job Service
At certain times on redeploying your source code for an already existing timer job, you may find that your changes are not getting reflected.
To resolve the issue you can restart the Timer Service from the Windows Services Management console (services.msc) or quick way to do is by command
We can start and stop Timer Job service using the below command
below command will stop the timer service
net stop SPTimerV4
below command will start the timer service
net start SPTimerV4
November 2, 2013
В·
Adi В·
No Comments
Tags: SharePoint 2010, SPTimerV4, Timer job, Timer Job Service В· Posted in: C#, Sharepoint 2010, Tips and Tricks
Leave a Reply