SharePoint 2013 Search: Unable to retrieve topology component health states. This may be because the admin component is not up and running
Problem:
SharePoint 2013 Search service application displays the error message "Unable to retrieve topology component health states. This may be because the admin component is not up and running"
Solution:
After making sure the account configured to run Search service & Search Service Host in Services console, (Service.msc), Provisioned the Usage Application Proxy with PowerShell.
Open SharePoint 2013 Management Shell, and run these commands.
SharePoint 2013 Search service application displays the error message "Unable to retrieve topology component health states. This may be because the admin component is not up and running"
Solution:
After making sure the account configured to run Search service & Search Service Host in Services console, (Service.msc), Provisioned the Usage Application Proxy with PowerShell.
Open SharePoint 2013 Management Shell, and run these commands.
$UsageProxy = Get-SPServiceApplicationProxy | where {$_.TypeName -like "Usage*"} $UsageProxy.Provision()
SharePoint 2013 Search: Unable to retrieve topology component health states. This may be because the admin component is not up and running
Reviewed by Salaudeen Rajack
on
5:24 PM
Rating:

No comments:
Please Login and comment to get your questions answered!