安裝部署完office web apps 後,在sharepoint 2010瀏覽器中瀏覽Word提示:「因爲出現意外錯誤,Word Web App 沒法打開此 文檔 進行查看。 要查看此 文檔,請在Microsoft Word 中打開它。」web
特殊狀況:只有當sharepoint2010安裝在域控制器上纔會出在線查看word文件出錯.windows
第一步:須要從開始菜單進入 SharePoint 2010 Management Shell 在命令窗口執行以下命令:瀏覽器
$e= Get-SPServiceApplication | where {$_.TypeName.Equals("Word ViewingService 應用程序")}app
$e.WordServerIsSandboxed= $false網站
$e.WordServerIsSandboxedspa
$p= Get-SPServiceApplication | where {$_.TypeName.Equals("PowerPoint ServiceApplication")}excel
$p.EnableSandboxedViewing= $falseip
$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 格式文件在線瀏覽編輯