Thursday, August 22, 2013

WSS Usage Application proxy stopped on SharePoint 2013

 

clip_image002

To fix the issue and be able to Start the Usage and Health Data Collection Proxy, run the SharePoint 2013 Management Shell

clip_image003

Check and copy the ID for:

clip_image004

And paste it onto the following command:

$UsageApp = Get-SPServiceApplicationProxy | Where {$_.ID -eq "6fea0336-ad14-4b1e-8e48-df7101c9be0c"}

$UsageApp.Provision()

clip_image005

Check the status in Central Admin – Manage Service Application and the status should be Started now

clip_image007

 

 

No comments:

Post a Comment