Dear Community,
I have strange error with the Office WebApps Server. I installed WebApps Server as described here:
https://technet.microsoft.com/en-us/library/jj219455.aspx
and implemented custom WOPI host as described here:
http://blogs.msdn.com/b/officedevdocs/archive/2013/03/20/introducing-wopi.aspx
Everything workes well so far and I'm able to view and edit Excel and Power Point files in the browser using PPT/Excel online apps.
But with Word files there is still an issue: Viewing of Word files works perfect but opening the editing URL displays following error:
"Sorry this document can't be opened for editing".
I checked everything and as mentioned it's possible to edit Excel and Power Point documents.
In the ULS - Log (Level Verbose) I found these errors:
1.Constructing STORAGE MANIFEST AND CELL DATA query response for request token = 1d45bba55-1ea3-458b-b063-875b5fdb40f5. Cell storage request with token 1 has failed, error = InvalidSerialization, error description: "InvalidSerialization"d45bba55-1ea3-458b-b063-875b5fdb40f5
2. GetStorageManifestAndPictureRevisions: Request failed [CellStorageError: InvalidSerialization]d45bba55-1ea3-458b-b063-875b5fdb40f5. CellStorageError (InvalidSerialization) has no equivalent OperationResult, returning UnspecifiedFailure
3. MonitorableGetCells: GetRootById failed. [Status:UnspecifiedFailure]
Where can I find more information how to fix these errors?
Can I enable more logging to understand what is wrong?
Thanks in advance for your help!
Best regards
Vitali