博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
修复SharePoint 2013 Search 拓扑错误
阅读量:4973 次
发布时间:2019-06-12

本文共 865 字,大约阅读时间需要 2 分钟。

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是相同的。

最后,成功解决此拓扑错误,只是个人经验,或许不同的环境会有不同的方案。

转载于:https://www.cnblogs.com/OceanEyes/p/fix-sharepoint-2013-search-topology-error.html

你可能感兴趣的文章
Hat’s Words
查看>>
Java中instanceof关键字的用法总结
查看>>
引用类型-Function类型
查看>>
Nginx Configuration 免费HTTPS加密证书
查看>>
(转)Android 仿订单出票效果 (附DEMO)
查看>>
数据库多张表导出到excel
查看>>
微信小程序去除button默认样式
查看>>
11/26
查看>>
Where does Visual Studio look for C++ Header files?
查看>>
Java打包可执行jar包 包含外部文件
查看>>
Docker容器运行ASP.NET Core
查看>>
WPF图片浏览器(显示大图、小图等)
查看>>
.Net码农学Android---系统架构和基本概念
查看>>
Windows Phone开发(37):动画之ColorAnimation
查看>>
DevExpress的Web控件汉化方法
查看>>
js中escape,encodeURI,encodeURIComponent 区别(转)
查看>>
结对编程项目-四则运算整体总结
查看>>
Android studio怎么修改文件名
查看>>
sass学习笔记-安装
查看>>
多缓存并存
查看>>