27 August 2010

How do I – Delete my SharePoint Shared Service Provider (SSP) when it fails to delete with STSADM

When you enter
STSADM -o deletessp
from your SharePoint web server command line, you should get this:
image_3_44AEF49C
If you then proceed to try and delete your SSP with a command such as
STSADM -o deletessp –title SharedServices1
but it still fails to delete, then you could use the undocumented -force flag thus:
STSADM -o deletessp –title SharedServices1 -force
Which should yield this:
image_6_2FBD7229
Gotta love those little –force flags.


Cheers
C

No comments:

Post a Comment

Comments are moderated only for the purpose of keeping pesky spammers at bay.

SharePoint Remote Event Receivers are DEAD!!!

 Well, the time has finally come.  It was evident when Microsoft started pushing everyone to WebHooks, but this FAQ and related announcement...