RSS

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

Post a Comment

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