Issue: Search crawl is running indefinitely..No documents are searchable in MOSS2007.
Root cause(s):
1) The content access account is not updated in all the servers.
2) There is an issue with content index propagation and channel between query server and index server is not responding.
Resolution:
1) Updated farm content access account using STSADM command:
stsadm.exe -o spsearch -farmcontentaccessaccount DomainName\UserName -farmcontentaccesspassword NewPassword
2) Created new content index propagation location and updated using below command.
stsadm -o osearch -propagationlocation <New propagation location>
Links referred:
http://mysharepointexperience.wordpress.com/2008/10/08/query-server-is-not-responding-and-sharepoint-search-is-broken/
No comments:
Post a Comment