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

Popular posts from this blog

How to remove app from SharePoint 2013/2016

The model backing the context has changed since the database was created. Consider using Code First Migrations to update the database