OWA Office web App-Troubleshooting

You will need to check claims service is running
PowerShell to  provision:

$h = Get-SPServiceHostconfig
$h.Provision()
$services = Get-SPServiceApplication
foreach ($service in $services) { $service.provision();
write-host $service.name}


In OWA server some important commands to set verbose logs and to turn it off:


Set-OfficeWebAppsFarm -LogVerbosity "High"
Restart-Service WACSM

Set-OfficeWebAppsFarm -LogVerbosity ""
Restart-Service WACSM


Comments

Popular posts from this blog

Adjust the Search SharePoint Performance level

SharePoint 2013 User Profile synchronization versus import

Usage and Popularity Trends Report not showing correct numbers