Fix for The WebReady Document Viewing service has been disabled by the administrator for your organization
I got it finally solved: Well there are more issues compared to simple resting services. Here what you have to do: 1. follow exactly Microsoft setup guide ! : http://technet.microsoft.com/library/2591b1be-92c4-4192-9f5e-e4e6b319170a 2. as its recommended to chose SSL in production environment, you need to validate the discovery point incl HTTPS !! not like described by MSFT with http, if its not enabled. mostly you will see an Certificate Error, because the Cert you requested via IIS is not a valid Cert incl a SAN Name: Make sue you have: the hostname, hostname.domain.com in this certificate and assign it to HTTP80 and HTTP809 SSL Services. 3. run IISRESET 4. you properly see issues with the Watchdog, check the log under: C:\ProgramData\Microsoft\OfficeWebApps\Data\Logs\ULS if you see the Watchdog is accessing the WAC Server via HTTP, you need add the Port 80 under HTTP80 WebSite. I believe its a bug here. 5. IISRESET again 6. check now from OWA if it works or not, if n...