Administrative service for this server is not enabled when deploy
30/10/2010 Leave a comment
Full error is:
The timer job for this operation has been created, but it will fail because the administrative service for this server is not enabled. If the timer job is scheduled to run at a later time, you can run the jobs all at once using stsadm.exe -o execadmsvcjobs. To avoid this problem in the future, enable the Windows SharePoint Services administrative service, or run your operation through the STSADM.exe command line utility.
Here is the solution :
Go to Start > Run and Type services.msc
Now in Services window select “SharePoint 2010 Administration”Right click and start
Thats it.