Timer Jobs Status Stuck ..
i.e. when you check in the Centrl Admin under Solution Management, all you see is ...deploying, retracting, ...
Create a batch file and execute the following before and after the solution deployment on each application and web server in the SharePoint farm:
Content of the batch file below:
stsadm.exe -o execadmsvcjobs
sleep 15
net stop SPTimerV3
sleep 5
net stop SPAdmin
sleep 5
net start SPTimerV3
sleep 5
net start SPAdmin
sleep 5
iisreset /noforce
NOTE: Can't find sleep command. Use the external sleep command you can search for Windows Server 2008 Resource Kit or Windows Server 2003 Resource Kit
No comments:
Post a Comment