If you happen to stumble upon this problem: “WSS PROXY USAGE APPLICATION STOPPED” follow this procedure:
- Read id proxy services:
- launch from management shell: Get-SPServiceApplicationProxy
- Take the id of the service WSS Usage Application proxies (example: 97b0f809-cf86-4740-9e4f-61edf9a40d93)
Execute the commands listed below (together):
$UsageApp = Get-SPServiceApplicationProxy | Where {$_.ID -eq ” 97b0f809-cf86-4740-9e4f-61edf9a40d93 “} $UsageApp.Provision()