Hi,
I'm actually working on the Office web app and the WOPI protocol.
My goal is to create my own host for those applications.
To test all this application, I have 2 virtual machines. On the first one, I installed SharePoint Foundation, and on the second one the pack office Web App 2013.
I create my WAC fram with :
New-OfficeWebAppsFarm –InternalURL "http://servername" –AllowHttp -EditingEnabled
and I bind the applications with :
New-SPWOPIBinding -ServerName servername -AllowHTTP
I set the zone at "internal-http" and put the AllowOAuthOverHttp to True
The binding was OK, and the apps appears on SharePoint. But when I use the Word viewer. The loading of the application is very long, and after maybe 5 or 6 minutes the error return is "Sorry Word Web app can't open this document because the service is busy. Please Try again later" but later it's always the same result.
I thought the communication between my 2 servers was not working, but when I try to edit exactly the same file, it work ! That's why I don't understand the problem. I saw a post talking about same thing but he pasted his issue because it was on a DC server but i'm not on a DC server.
However, I try to create my own host server, and I work with the WOPI Protocol, and I know this protocol very well now. But when I'm using the Word viewer I have the same issue that SharePoint. "Sorry Word Web app can't open this document because the service is busy. Please Try again later". That's why I think it come from the application configuration, but i try a lot of configuration on the New-OfficeWebAppsFarm command but nothing works. I'm actually working on the editor but the protocol FSSHTTP is a little bit more difficult. And i would like to understand the issue about the viewer first... On SharePoint and on my own host.
If someone can help me, with whatever idea, I'm listening to you.
Thanks
I'm actually working on the Office web app and the WOPI protocol.
My goal is to create my own host for those applications.
To test all this application, I have 2 virtual machines. On the first one, I installed SharePoint Foundation, and on the second one the pack office Web App 2013.
I create my WAC fram with :
New-OfficeWebAppsFarm –InternalURL "http://servername" –AllowHttp -EditingEnabled
and I bind the applications with :
New-SPWOPIBinding -ServerName servername -AllowHTTP
I set the zone at "internal-http" and put the AllowOAuthOverHttp to True
The binding was OK, and the apps appears on SharePoint. But when I use the Word viewer. The loading of the application is very long, and after maybe 5 or 6 minutes the error return is "Sorry Word Web app can't open this document because the service is busy. Please Try again later" but later it's always the same result.
I thought the communication between my 2 servers was not working, but when I try to edit exactly the same file, it work ! That's why I don't understand the problem. I saw a post talking about same thing but he pasted his issue because it was on a DC server but i'm not on a DC server.
However, I try to create my own host server, and I work with the WOPI Protocol, and I know this protocol very well now. But when I'm using the Word viewer I have the same issue that SharePoint. "Sorry Word Web app can't open this document because the service is busy. Please Try again later". That's why I think it come from the application configuration, but i try a lot of configuration on the New-OfficeWebAppsFarm command but nothing works. I'm actually working on the editor but the protocol FSSHTTP is a little bit more difficult. And i would like to understand the issue about the viewer first... On SharePoint and on my own host.
If someone can help me, with whatever idea, I'm listening to you.
Thanks