A recent issue was
discovered with Office Web Apps and Windows 8.1. Users on 8.1 were unable to upload PowerPoint
presentations. It would stick on Loading
for ages and then eventually fail with an error. Microsoft finally addressed this on 12th
November 2013 with an update to Office Web Apps.
I can now confirm
that this has officially been fixed by Microsoft. I'm running Windows 8.1 on my laptop with
Internet Explorer 11. My Lync lab is Lync 2013 on Server
2012. My Office Web Apps is Server
2012. There was a patch released 12th
November for Office Web Apps that definitely fixes it.
Download the patch
and save it. Then follow this procedure
for applying updates to Office Web Apps server http://technet.microsoft.com/en-us/library/jj966220.aspx.
In my case I have a
single server so it is as follows:
- Open PowerShell as administrator and run get-OfficeWebAppsFarm and make a note of the parameters -InternalUrl, -ExternalUrl and -CertificateName.
- Now run Remove-OfficeWebAppsMachine
- Install the update
- Restart when prompted
- log on after the restart
- Run PowerShell as administrator and add your Office Web Apps Farm again using the parameters you copied from step 1
- eg;- New-OfficeWebAppsFarm -InternalUrl "https://internalFQDN/" -ExternalUrl "https://externalFQDN.domain.com/" -CertificateName "OfficeWebAppsCertificate" -EditingEnabled
- You will see "Setting EditingEnabled to TRUE. You should only do this if users of this Office Web Apps Server have licenses that permit editing using Office Web Apps. Continue with this operation?"
- [Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): Y
- Test using your internal URL eg; https://internalFQDN/hosting/discovery and make sure you get no errors in the output.
- Log out of Lync and then back in. Meet Now and upload a PowerPoint presentation. It should load. I also copied the meeting entry info and pasted into Chrome with ?SL=1 at the end and entered as a guest to see if I could see the presentation. And I could.
I think it is
actually a bit quicker to upload and display the presentation than it was
before, but that could just be wishful thinking.
Hope this helps.