SharePoint – The administration service is running so all administration jobs will be run in the timer service
https://amalhashim.wordpress.com/2013/01/28/sharepoint-the-administration-service-is-running-so-all-administration-jobs-will-be-run-in-the-timer-service/
When I was trying to deploy a solution it keep on saying the status as deploying… After a while I tried to execute following command
stsadm -o execadmsvcjobs
It gave me this message
The administration service is running so all administration jobs will be run in the timer service
This issue can be resolved by executing following commands in SharePoint Management Shell
net stop SPAdminV4 Start-SPAdminJob net start SPAdminV4
Comments
Post a Comment