Here are the steps
Run cmdlet to get SSA id (the guid)
Get-SPEnterpriseSearchServiceApplication
Then run
Stsadm -o deleteconfigurationobject -id <GUID>
Then you should see the SSA gone away successfully.
To re-setup the search for SharePoint 2010, you can follow the script to Russ Maxwell
http://blogs.msdn.com/b/russmax/archive/2009/10/20/sharepoint-2010-configuring-search-service-application-using-powershell.aspx
Tips:
You can also use PowerShell to setup Sharepoint 2010 Search Crawl Schedules. Just follow
Powershell Script to set up Sharepoint 2010 Search Crawl Schedules - from PointBeyond.
http://blog.pointbeyond.com/2011/04/14/crawling-through-sharepoint-2010/
Hope this help!
Updated 09 Jan 2012:
After the SSA is removed, the you will see Event ID 8031 appears in your Event Log, check out next post SharePoint 2010 Application Event ID 8031 for a fix.
Then you should see the SSA gone away successfully.
To re-setup the search for SharePoint 2010, you can follow the script to Russ Maxwell
http://blogs.msdn.com/b/russmax/archive/2009/10/20/sharepoint-2010-configuring-search-service-application-using-powershell.aspx
Tips:
You can also use PowerShell to setup Sharepoint 2010 Search Crawl Schedules. Just follow
Powershell Script to set up Sharepoint 2010 Search Crawl Schedules - from PointBeyond.
http://blog.pointbeyond.com/2011/04/14/crawling-through-sharepoint-2010/
Hope this help!
Updated 09 Jan 2012:
After the SSA is removed, the you will see Event ID 8031 appears in your Event Log, check out next post SharePoint 2010 Application Event ID 8031 for a fix.
No comments:
Post a Comment