SharePoint 2010 search issue after you upgrade from Standard to Enterprise
I ran in to this error. I thought I would share it with the community
When we go to service application and click on content sources were getting the below error.
“System.InvalidOperationException: The search service is not able to connect to the machine that hosts the administration component.”
+ We were unable to create/Delete the Search service applications and we were getting the 6482 Event IDs in the application event log.
+ We re-provisioned the Osearch service using the below command
stsadm -o provisionservice -action start -servicename osearch14 -servicetype "Microsoft.Office.Server.Search.Administration.SearchService, Microsoft.Office.Server.Search, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
+ Rebooted the server.
+ Now we were able to delete the existing service application and was able to create a new one and was able to get the search results after the crawl completed.
Hope it helps someone :-)
ADDITIONAL REFERENCES:
=====================
What's new in enterprise search (SharePoint Server 2010)
http://technet.microsoft.com/en-us/library/ee667266.aspx
Configure enterprise search (SharePoint Server 2010)
http://technet.microsoft.com/en-us/library/ee808863.aspx
Step-by-Step: Provisioning the Search Service Application
http://blogs.technet.com/b/wbaer/archive/2009/11/23/step-by-step-provisioning-the-search-service-application.aspx?Redirected=true
SharePoint 2010 Configuring Search Service Application using PowerShell
http://blogs.msdn.com/b/russmax/archive/2009/10/20/sharepoint-2010-configuring-search-service-application-using-powershell.aspx
SharePoint 2010 Service Applications Architecture (SSA)
http://www.sharepointmonitor.com/2010/05/sharepoint-2010-service-applications-architecture-ssa/
No comments:
Post a Comment