我们有一个sharepoint服务器(sp1)和一个数据库服务器(db5)。要使sharepoint的某些功能工作,我们在db5服务器上安装了sharepoint。
sharepoint服务拓扑没有将db5显示为查询组件,但是(显然)循环系统将url中的db5服务器返回给搜索服务。这将导致一个错误:
urn:schemas-microsoft-com:sharepoint:service:ac46e57625f540e592ef16d8cafbae41#authority=urn:uuid:6a161a722144223e6a4d11faa95b89994&authority=https://sp1:32542/Topology/topology.svc EventID: 8313 SharePoint Web服务循环服务负载平衡器事件: EndpointFailure进程名: w3wp进程ID: 11352 AppDomain名称: /LM/W3SVC/793880394/ROOT-1-130661322414428557 AppDomain ID: 2服务应用程序Uri: SharePoint活动终结点:1 受影响端点:http://db5:32542/ac46e57625f540e593ef18d8cafbae41/SearchService.svc
正确的地址不应该有http://db5:32542...I认为它应该是http://sp1:32542。
我怀疑问题在于负载平衡/循环。不知何故,有一种设置允许sharepoint作为主机服务于db5服务器。
我希望删除db5作为负载均衡器/循环系统中的可用服务器。
发布于 2015-06-03 18:52:26
你能试试:
Get-SPServiceInstance停止Start-SPServiceInstance ServiceIDhttps://stackoverflow.com/questions/28030937
复制相似问题