1

SharePoint 2019 Search Service 应用程序显示错误且服务未启动,

错误:- 搜索服务无法连接到托管管理组件的计算机,请验证搜索应用程序中的管理组件“GUID”处于良好状态并重试

尝试了以下步骤,但没有任何效果

  1. 组件刷新:-
  • $ssa = Get-SPEnterpriseSearchServiceApplication "搜索服务应用程序"
  • $ssa.RefreshComponents()
  1. 服务供应:-
  • $service = 获取-SPServiceInstance -Identity 7649ed8f-a46c-4a69-a79b-9a153b9f1fd2
  • $service.provision()
  • $service.update()
  • iisreset /noforce
  1. 删除搜索应用程序:-
  • $ssa = Get-SPServiceApplication -Name '搜索服务应用程序'
  • Remove-SPServiceApplication $ssa 删除搜索应用程序时,它被击中超过 2 小时,然后我需要重新启动计时器服务,直到它完成该过程,看起来有线
  1. 创建搜索服务应用程序:-
  • $appPool = get-SPServiceApplicationPool -Identity 'SharePoint Web 服务默认值'
  • New-SPEnterpriseSearchServiceApplication -名称“搜索服务应用程序”-ApplicationPool $appPool

我需要重新启动计时器服务,直到它完成该过程,看起来是有线的。

4

0 回答 0