安装部署完office web apps 后,无法浏览Word

安装部署完office web apps 后,在sharepoint 2010浏览器中浏览Word提示:“由于出现意外错误,Word Web App 无法打开此 文档 进行查看。 要查看此 文档,请在Microsoft Word 中打开它。

特殊情况:只有当sharepoint2010安装在域控制器上才会出在线查看word文件出错.

  第一步:需要从开始菜单进入 SharePoint 2010 Management Shell 在命令窗口执行如下命令:

  $e= Get-SPServiceApplication | where {$_.TypeName.Equals("Word ViewingService 应用程序")}

  $e.WordServerIsSandboxed= $false

  $e.WordServerIsSandboxed

  $p= Get-SPServiceApplication | where {$_.TypeName.Equals("PowerPoint ServiceApplication")}

  $p.EnableSandboxedViewing= $false

  $p.EnableSandboxedEditing= $false

  $p.EnableSandboxedViewing

  $p.EnableSandboxedEditing

  #(Pleaseuse the below script for PowerPointServiceApplication –You need to enter "Y" for the answer of each cmd)

  Get-SPPowerPointServiceApplication| Set-SPPowerPointServiceApplication -EnableSandboxedViewing $false

  Get-SPPowerPointServiceApplication| Set-SPPowerPointServiceApplication -EnableSandboxedEditing $false

  或者新建一个记事本文件,将以上内容拷贝,保存后更改文件后缀为 .ps1 例如 temp.ps1

  然后从开始菜单进入 SharePoint 2010 Management Shell 在命令窗口输入e:\temp.ps1

  第二步:用记事本打开 c:\windows\system32\inetsrv\config\applicationHost.config 文件

  在</dynamicTypes>的前面加入<add mimeType="application/zip"enabled="false" />,保存。

  注意事项:

  1.在管理中心网站上的“应用程序管理”部分,单击“管理服务应用程序”右侧可以看到类型名

  例如英文版的类型名是 "Word Viewing Service Application" 中文版是

  "WordViewing Service 应用程序" 请对照修改命令。

  2.如果要使系统支持powerpoint 对于所有提问请回答 Y 是

  3.以前上传的word文件需要重新上传,才能使用

  4.office web apps 不支持 excel97-2003 格式文件在线浏览编辑

安装部署完office web apps 后,无法浏览Word

时间: 2024-10-13 14:34:51

安装部署完office web apps 后,无法浏览Word的相关文章

进击 office web apps 部署-搭建office web apps服务器

二.搭建office web apps服务器 相关文件可以去焰尾迭分享的百度网盘下载,下载地址:http://pan.baidu.com/s/1o6tCo8y#path=%252Foffice%2520web%2520apps 步骤 下面的安装步骤很重要,不按顺序安装可能出现未知错误,很难解决,所以建议按照下面步骤进行安装. 1.安装.net framework4.5 2.安装iis7 打开服务器管理,添加角色 这里说明一点,把这些功能全部都勾上,后面运行命令的时候会用到. 3.安装补丁 Win

DzzOffice结合office web Apps私有部署的实例

很多朋友都想在自己使用的DzzOffice中,调用本地部署的office web Apps server. 下面我就直接从头到尾的将部署全部过程分享给大家. 准备条件:两台服务器,配置稍高点,以免卡顿现象或者不流畅,一台用于安装域控制器,另一台安装office web Apps server服务器(最好安装server 2012版本已经集成了安装环境,无需另外配置IIS 等参数). 一.安装域控制器,此域控制器是用于内网使用,也就是内网域名.方便与内网访问,后面第三方调用的时候其实不需要域控制器

新手必看!Office Web Apps 2013 安装与配置(实战)

分享人:广州华软 星尘 一. 前言 Office Web Apps Server 是Office 服务器产品,它可提供在Sharepoint 2013网站中在线浏览和编辑 Word.PowerPoint.Excel 和 OneNote等Office 文档,以及在线浏览PDF文档.需要在外网使用Office Web Apps功能时需要在第三方服务商处申请SSL数字证书并在Office Web Apps服务器中安装. 二. 目录 1. Office Web Apps 2013服务器安装的前提条件 2

【Office Web Apps】在 SharePoint 中使用 Office Web Apps

在 SharePoint 中使用 Office Web Apps 在安装并配置了 Microsoft Office Web Apps 的 SharePoint 网站上,通过 Office Web Apps,您可以从连接到您所在组织 SharePoint 网站的任意位置基于浏览器查看和编辑 Office 文档.如果您使用的是 Microsoft Office 2010,则可将 Word.Excel.PowerPoint 和 OneNote 文档从 Office 程序直接保存到 SharePoint

office web apps部署,配置https,负载均衡(四)安装office web apps相关软件

前提条件: 1.一台windows server 2008R2服务器,并且已经配置了域: 服务器连接域控制器的相关文档,请查看上一篇文章:office web apps部署,配置https,负载均衡(三)服务器连接域控制器 2.相关软件地址 链接:https://pan.baidu.com/s/1TMCRyS4-_VAWxz236eG8zg 提取码:5xki 具体步骤: 1.用域账号登录服务器,同时配置安全策略,保证域账号有管理员权限,安全策略的配置,在office web apps部署,配置h

Office Web Apps安装部署(sharepoint2013)

Office Web Apps安装部署(sharepoint2013) 分类: sharepoint 20132014-07-11 11:41 155人阅读 评论(0) 收藏 举报 sharepoint2013microsoft officeasp.netoffice web apps解决方案 目录(?)[+] 原文地址: http://www.cnblogs.com/poissonnotes/p/3238238.html 系统要求为Windows Server 2012, 注意:安装Offic

Office Web Apps安装部署(一)

来源于:http://www.cnblogs.com/poissonnotes/p/3238238.html 系统要求为Windows Server 2012, 注意:安装Office Web Apps的服务器除了Office Web Apps之外,不能安装其他应用.包括不能安装Office,lync,,sharepoint等应用,即要单独部署. 安装IIS 7.0 打开服务器管理器 添加角色和功能 打开“添加角色和功能向导”界面,点击下一步 因为是基于本机安装,所以要选择“基于角色或者基于功能

部署Office Web Apps Server 2013

若要在测试环境中部署 Office Web AppsServer 2013,您安装必备软件. 服务器角色. 服务和功能,然后安装Office Web Apps Server 2013.下一步,您可以使用 Windows PowerShell 来创建一个单服务器Office Web Apps Server 农场. 在开始之前 我们建议您查看的要求和指导方针,在继续之前,计划Office Web Apps Server 2013 中所描述的.我们还建议您开始WindowsServer2008R2 服

部署Office Web Apps Server并配置其与SharePoint 2013的集成

Office Web Apps Server 是新的 Office 服务器产品,它提供 Word.PowerPoint.Excel 和 OneNote 的基于浏览器的版本.单个 Office Web Apps Server 服务器场可支持通过 SharePoint 2013.Lync Server 2013.Exchange Server 2013.共享文件夹和网站访问 Office 文件的用户.Office Web Apps Server 适用于支持 WOPI(Web 应用程序开放平台接口协议