I then followed this example in the hope the SSP would delete.
- http://prequest01.wordpress.com/2008/08/16/unable-to-delete-shared-services/
- Tried: stsadm -o deletessp "TestSSP" –force, but this did not work
- Login to SQL server.
- Open SQL Management Studio and expend Databases.
- Expand Configuration Database & Tables.
- Opened table for dbo.object.
- Executed following query in query analyzer: SELECT * FROM [MOSS_CFG_CA_01].[dbo].[Objects]where name like ‘Name of the Shared Services’.
- Copy the ID of object referenced in objects table of configuration database.
- Open command prompt and changed directory to C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN> and executed following command to delete the Shared Services using the ID which was copied: Stsadm -o deleteconfigurationobject -id “id retrieved from object table”
- To clean up we decide to delete the DBs via SQL Management Studio and delete the web applications via Central Administration.
System Failure: Stop error
Reason Code: 0x805000f
Bug ID:
Bugcheck String: 0x000000c5 (0x00000004, 0xd0000002, 0x00000001, 0x8089bce3)
Comment: 0x000000c5 (0x00000004, 0xd0000002, 0x00000001, 0x8089bce3)
I then discovered that the search was no longer working. Submiting a query returned the following error:
Cannot connect to the search service
The status of the test SSP i had tried to delete was still stuck on 'Unprovisioning'. Also the other SSPs 'Edit Properties' pages in Central Administration were no longer available and returned the following error:
An unhandled exception occurred in the user interface.Exception Information: Cannot open database "xxx" requested by the login. The login failed. Login failed for user 'xxx'.
In the event log on the server I found multiple instances of the following error:
Application Server Administration job failed for service instance Microsoft.Office.Server.Search.Administration.SearchServiceInstance (e6a1ecb4-3aa8-45cd-a179-d7e053aa927a).
Reason: Cannot open database "xxx" requested by the login. The login failed.
Login failed for user 'xxx'.
Solution:
- Restart the Office SharePoint Server Search service in via the Computer Management console - Search still not working.
- I retried the STSADM CMD
stsadm -o deletessp "TestSSP" –force
Hey thanks for the tip. I was having a similiar issue with a test SSP.
ReplyDeleteInteresting article on how to delete ssp
ReplyDeletehttp://home.dzeee.net/blogs/sp/Lists/Posts/Post.aspx?ID=54
Interesting article on how to delte ssp
ReplyDeletehttp://home.dzeee.net/blogs/sp/Lists/Posts/Post.aspx?ID=54
Thanks, restarting the Windows SharePoint Server Search Service then running the deletessp command again did the trick! Also, I was working from documentation that did not specify quotes around the SSP name. I think that was part of the problem, as well.
ReplyDeleteAwesome!thanks a ton! worked like a charm! I ahd tried everythign possible and could not get it to delete. this solution did the trick!
ReplyDeleteStsadm -o deleteconfigurationobject IS NOT SUPPORTED!
ReplyDelete