zoukankan      html  css  js  c++  java
  • Office Online Server – FILE TOO LARGE

    The solution is to adjust the Settings_Service.ini files located by default on C:Program FilesMicrosoft Office Web AppsOpenFromUrlWeb and C:Program FilesMicrosoft Office Web AppsOpenFromUrlHost.

    C:Program FilesMicrosoft Office Web AppsOpenFromUrlWeb and C:Program FilesMicrosoft Office Web AppsOpenFromUrlHost are the paths behind oh (OpenFromUrlHost) and op (OpenFromUrlWeb) web applications.

    Add the following new line at the end of the file, or update it in case already exists. This new setting will configure the Office Web Apps server to render files larger up to 500 MB.

     

    OpenFromUrlMaxFileSizeInKBytes=(System.Int32)512000

    Attention: In case you will reconfigure the server to accept such large office files, make sure the network connectivity between the Office Web Apps server and the file share server is good enough. The in-browser loading time of the office document will directly depend on how fast the file is download by OWA server from the source.

    C:Program FilesMicrosoft Office Web AppsOpenFromUrlWebSettings_Service.ini

     

    C:Program FilesMicrosoft Office Web AppsOpenFromUrlHostSettings_Service.ini

     

     Restart/Recycle Web App Pool

     

    转自:

    http://www.vioreliftode.com/index.php/office-web-apps-2013-file-too-large/

  • 相关阅读:
    SpringMvc---Ant通配符
    mybatis 数据库语句
    shiro 静态页面资源不显示 解决方案
    http错误汇总
    关于代码质量与逻辑
    shiro 过滤属性的意义
    java思维导图
    E
    LCIS HDU
    E
  • 原文地址:https://www.cnblogs.com/icycore/p/12557286.html
Copyright © 2011-2022 走看看