您的位置:首页 > 运维架构

SharePoint 2013 + Windows server 2012 Search service错误:Unable to retrieve topology component health

2013-09-07 22:00 573 查看
本文讲述SharePoint 2013 + Windows server 2012 Search service错误:Unable to retrieve topology component health. This may be because the admin component is not up and running 的解决方案。

笔者所在的项目组搭建了一个三台机器的开发环境(一台数据库服务器,一台应用服务器,一台web服务器),笔者在管理中心网站配置Search service时发现如下错误:

Unable to retrieve topology component health. This may be because the admin component is not up and running。

笔者受动排查了一圈,没什么线索,就google了这个错误,发先CSDN上面有篇文章描述的情况与笔者的相似: 

http://blogs.msdn.com/b/sambetts/archive/2013/08/28/sp2013-win2012-unable-to-retrieve-topology-component-health-states-this-may-be-because-the-admin-component-is-not-up-and-running.aspx

就是说PSModulePath 这个环境变量名后面多了个空格,笔者果断将应用服务器和web服务器上的PSModulePath 这个环境变量的多余空格删除



并重启应用服务器和web服务器。

重启完成后终于修复了这个问题。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
相关文章推荐