SharePoint Issues

Search Error Issue:Search is not working for only one site collection SharePoint 2010 production environment.

MSDN forum link posted by me:

Solution:
Precautions:
There was a problem with AAM and host file in our production environment.
I updated only one https site as default zone url and others are as intranet zones instead of having all sites urls as default zones in Central admin AAM.
Then changed host file of WFE server where i added IP address which points to SharePoint site portal without # and i did same thing in crawl server host file too.
We didn’t update IIS Binding yet and we don’t need it.
Then did full crawling which works nicely without any issue so far.
Screen shots for better information:
AAM:

Host file under C:\Windows\System32\drivers\etc
-      Need to update following host file on all servers which you are using with search application here we are using prodspwfe1 and prodspapp2 so we have updated host file on both servers.
 Steps:
1. Keep image of Search Service Application (List of Database and Search Service Application GUID)
2. Stop Service application from PR farm (Application +Front End Server)
3. Make sure there is a dedicated service application for search service.
4. Delete Search Service Application, Database related Search, Search Application Pool.
5. Use PowerShell Command: Get-SPServiceApplication
And you will not get application - Search Service
6. Once you confirm, create new service application from Central Admin with New Search Service Application Database name using sp admin account
7. make sure sp search access account has access permission to database.
That’s all it works.
Cheers!!!

Reference Site for issue:


No comments:

Post a Comment