Hi All,
I have an office web apps farm configured (no sharepoint on these servers) and followed all the pre-reqs and install instructions.
The farm consists of 2 servers (owa01 and owa02) I used the New-officewebappsfarm powershell command and that successfully created the farm ensuring editing was enabled, allowhttp and ssloffload.
My internal URL is http://owa.domain.com and my external url is the same (http) as we use UAG for external access.
I then did the wopibinding and joined it to sharepoint (new-spwopibinding – servername owa.domain.com -allowhttp
I then set the wopizone to external http.
What i get is the documents loading in the wopi however it just displays the “Word Web App” loading message and sticks like that (same for ppt, excel too)
Any ideas?
Thanks,
?width=750
It was due to our load balancing – it was getting confused looking at sharepoint rather than owa 🙂
Lee
I’ve actually got it working now Glenn it just doesn’t like UAG at the moment so external access is not happening 🙂
Cheers,
Lee
Odd…
the beauty of Office Web Apps is its self contained… so do some troubleshooting… can you load the WAC site by browsing directly to the URL?
What might help is to have the wac server event viewer open and the sharepoint uls viewer open on the web server receiving the request and clicking through that way… seems like something isnt completing.
Worst case, remove the farm and rebuild it as if you were patching it… Oh and make sure the farm is in good shape (servers listed as healthy):
(Get-OfficeWebAppsFarm).Machines
Hi Glenn, i’ve tried several scripts including and excluding the ssloffload but no joy. I’ve also tried setting both internal and external to https with a certificate against it.
Generally the errors don’t tell me much at all – I’m getting errors (2141, 2011, 2004, 1141, 1011, 1004) I’m going to see if ULS will tell me anything?
Cheers,
Lee