• Contact
  • Cookie Policy
  • Helpdesk
Techspark Blogging about technical stuff

Tag Archives: Office Web Apps

Office Web Apps via HTTPS are slow and you can’t open documents without an error

March 22, 2014 1:28 AM / Leave a Comment / XeroX

You’ve installed an Office Web Apps Server with HTTPS and its slow? We really had slow office web apps and an enormous amount of documents that failed to open with the following error message “Sorry, something went wrong”.  Make sure your SharePoint Web Applications are using https and  “AllowOAuthoverHTTP” is not enabled. You should not use AllowOAuthoverHTTP when using HTTPS.

$config = (Get-SPSecurityTokenServiceConfig)
$config.AllowOAuthOverHttp = $false
$config.Update()

More solutions to resolve your problem on TechNet

 

Posted in: Microsoft, OfficeWebApps, SharePoint / Tagged: AllowOAuthoverHTTP, Exchange 2013, HTTPS, Lync 2013, OAuth, Office Web Apps, Sharepoint 2013

Office Web Apps 2013 Management Pack for Operations Manager 2012 (R2)

November 8, 2013 12:20 PM / 13 Comments / XeroX

Update 17.08.2015:

Official answer from Microsoft USA. It’s been finally decided that the Management Pack is discontinued. Disappointing.

However, feel free to use my fixed Management Pack.

 

Update 16.10.2014:

I’ve unsealed the Managemant Pack and added the missing strings. You cannot upgrade the existing one as I don’t have the signing keys. Good luck!

16-10-_2014_16-58-11Download: Microsoft.OfficeWebAppsServer_Custom

 

Update 12.02.2014:

Apologies for the delay.

It’s been finally decided that Office Web Apps Server MP will be released by the Web Apps Server team.

My team is working on getting this out the door as soon as possible, but there will be official release.

Update 18.12.2013: Our support engineer told us the development of this management pack has been discontinued for now. 🙁

In most case Microsoft offers a management pack for operations manager shortly after release within a few weeks or month.

This is not the case for Office Web Apps 2013 for Exchange/Lync/SharePoint. The Guide was released more than a year ago. As stated in the Document, Management Pack “Microsoft.OfficeWebAppsServer.mp” + “MicrosoftOfficeWebAppsServer.Config” is needed to monitor Office Web Apps Server 2013. So where to find it?

There is a link on technet forums and this is exactly the same that we received from the support engineer. You can download the management pack from the link at the end of the thread.

This is a buggy version of the management pack but it works. I will update the post when I get a release date.

Missing displaynames

HealthExp

 

 

Guide – http://www.microsoft.com/en-us/download/details.aspx?id=34594

Management Pack – http://download.microsoft.com/download/4/9/E/49EA21D0-CDF9-469F-805D-AC31527A55F2/microsoft.officewebappsserver.mp

 

Posted in: OfficeWebApps / Tagged: Office Web Apps, OpsMgr, SCOM, SCOM2012, System Center 2012, System Center Operations Manager

Secure OfficeWebApps Farm with “FarmOU” Setting

August 23, 2013 3:19 PM / 4 Comments / XeroX

As Microsoft describes on TechNet you can prevent other OfficeWebAppsHosts from joining your Farm when the computer account isn’t located in the correct active directory OU.

http://technet.microsoft.com/library/jj219442.aspx

FarmOUOptionalSystem.StringSpecifies the name of the Active Directory organizational unit (OU) that servers must be a member of to join the Office Web Apps Server farm. Use this parameter to prevent unauthorized servers (that is, servers that are not in the OU) from joining an Office Web Apps Server farm.

But how to apply this setting? As using the DN of the OU does not work you need to use the Canonical Name of the OU. If your machines are located in CONTOSO.COM/Computers/OfficeServer/SERVERNAME1 you need to use the following command:

Set-OfficeWebAppsFarm -FarmOU “Computers/OfficeServer”

To check the setting:

Get-OfficeWebAppsFarm

FarmOU should display the ldap path of the OU.

FarmOU                            : ldap://OU=OfficeServer,OU=Computers

 

Posted in: OfficeWebApps, SharePoint / Tagged: Active Directory, Office Web Apps

Support This Site

If you like this content, you can buy me a coffee

Recent Posts

  • Super Famicom/Super Nintendo xBAND XBⱯND – Teardown
  • Gigabyte ITE IT5701/ 5702 Firmware Archive
  • Speed-Up/Tune Synology DSM with HDD & SSD
  • Dreamcast – Skies of Arcadia – PAL – 60Hz – VGA Patch
  • Running Sierra Wireless EM7455 on FreeBSD/OPNSense/pfSense

Recent Comments

  • Raoul on Running Sierra Wireless EM7455 on FreeBSD/OPNSense/pfSense
  • XeroX on Running Sierra Wireless EM7455 on FreeBSD/OPNSense/pfSense
  • Raoul on Running Sierra Wireless EM7455 on FreeBSD/OPNSense/pfSense
  • Raoul on Running Sierra Wireless EM7455 on FreeBSD/OPNSense/pfSense
  • XeroX on Running Sierra Wireless EM7455 on FreeBSD/OPNSense/pfSense

Archives

  • January 2025
  • July 2024
  • October 2023
  • February 2023
  • November 2022
  • September 2022
  • September 2021
  • August 2021
  • November 2020
  • November 2015
  • June 2015
  • February 2015
  • August 2014
  • June 2014
  • March 2014
  • February 2014
  • January 2014
  • November 2013
  • September 2013
  • August 2013

Categories

  • ESXi
  • FreeBSD
  • Hardware
  • Hyper-V
  • iOS
  • Microsoft
  • Nintendo
  • OfficeWebApps
  • Operations Manager
  • Retro
  • SharePoint
  • Synology
  • Teardown
  • vCenter
  • VMWare
  • Webserver
  • Windows Server
© Copyright 2025 - Techspark
Infinity Theme by DesignCoral / WordPress