Hi
I need to open the SharePoint 2013 documents (word, pdf, ppt, excel) in client browser. I have configured Office web app server in SharePoint server and set the following properties,
SPWOPIZONE is set to external-http
OAUTH is set to true
When i try to open the documents from client browser, it tries to open in client application (i.e. MS office installed in my client pc) instead of open the documents in browser mode even i enabled the document library properties to “Open in browser”.
What makes to work it in browser ? Please advise
Yes
1. I enabled AllowHttp
2. I configured using this command Set-SPWOPIZone -Zone “external-http”
Still getting the same issue
- Did you set -AllowHttp on your binding? (I’m assuming your using http??)
- Set-SPWOPIZone -Zone “external-http” (remove the ‘s’)
Yes I configured this property Set-SPWOPIZone -Zone “external-https” but it is not updating when I view the get-spwopizonebinding. It is still showing the WoPIZone as “internal-http”
Are you not using https? If so did you set -AllowHttp on your binding?
To set the zone Set-SPWOPIZone -Zone “external-https”
Yes Installed OWA in a different Server , created a new OWA farm and binded into SP Server.
When I ran the command “get-spwopizone” it is set to “external-http” but when i ran the “get-spwopibinding” WopiZone is still pointing to “internal-http” only. How to modify to make the WopiZone to point to “external-http” so that i can open all office documents from my client machine browser