About Me

I've been working with SharePoint for about 4 years now, which is a lot of a 24 year old's career! I both love it and hate it :-) I wouldn't say I specialise in anything, just SharePoint! I am a dev, so some of my posts will contain XML, C#, references to the 14 hive, but I'm also an admin so will often talk about stsadm, powershell and central admin. Some of my blog posts may be very simple references to improve coverage of common pitfalls, some may be in-depth walkthroughs, and some may just be a rant!

Monday, 21 March 2011

SharePoint 2010 - How to stop a SharePoint service that is stuck on 'Starting'

This is really annoying, and most will know this but in case you want to know how...


On your SharePoint server where you're starting the service, open up the SharePoint 2010 Management Shell from the start menu.


Now run “Get-SPServiceInstance” to return all services and copy the id of the service you want to stop.



Run “Stop-SPServiceInstance –Identity ########" – enter the id of the service you copied where I've put all the hashes.

When asked, enter “y” and confirm the operation.

Now you can go back and try to fix what broke it in the first place and start it again. (particularly useful when trying to set up profile sync service, it can easily get stuck on starting)

No comments:

Post a Comment