aven 发表于 2015-9-27 11:30:50

修复SharePoint 2013 Search 拓扑错误

Problem
  当创建和配置SharePoint 2013 Search Service Application成功之后,进入详细配置页后,在Search Application Topology节点下显示如下错误:
  Unable to retrieve topology component health states. This may be because the admin component is not up and running
Resolution
  注:
  花了很长时间去排查这个问题,发现国外也有人会遇到这个错误,但解决方法都不同,我尝试过他人的方案,但依然还是提示这个错误。
所以我不敢保证我的解决方案一定能成功解决这个拓扑错误。  在心灰意冷之际,下意识的打开了Windows Service,却发现运行以下Service:

[*]SharePoint Search Host Controller Service Account
[*]SharePoint Server Search 15
  的Service Account 不一样。
  灵光一闪,死马当活马医——

[*]进入SharePoint Central Administration
[*]然后点击Configure Security Account
[*]将运行SharePoint Search Host Controller Service 的Service Account改为和运行SharePoint Server Search Service的Service Account一样,都为SP_Search。

  为了验证是否成功,打开Window Service,确保运行以下两者服务的Service Account是相同的。

  最后,成功解决此拓扑错误,只是个人经验,或许不同的环境会有不同的方案。
页: [1]
查看完整版本: 修复SharePoint 2013 Search 拓扑错误