To fix the issue and be able to Start the Usage and Health Data Collection Proxy, run the SharePoint 2013 Management Shell
Check and copy the ID for:
And paste it onto the following command:
$UsageApp = Get-SPServiceApplicationProxy | Where {$_.ID -eq "6fea0336-ad14-4b1e-8e48-df7101c9be0c"}
$UsageApp.Provision()
Check the status in Central Admin – Manage Service Application and the status should be Started now
Technorati Tags: SharePoint 2013,WSS Usage Application Proxy
No comments:
Post a Comment