TroubleShoot: Excel Services Fix - "The workbook cannot be opened".

1. 问题描述:

 在SharePoint 2013 文档库中打开Excel 文件提示"The workbook cannot be opened" 错误提示框,文档不能正常显示。

2、问题原因:

 这个错误的原因应该是Excel Service的帐号对Content Database没有合适的访问权限。当你上传一个文档到文档库时,文档以blobs的形式保存在内容数据库中,再当你打开文档时,Excel Service的帐号就要查询数据库并重新生成文档,如果Excel Service的帐号没有合适足够的权限,则就会发生上述错误。

3、解决方案:

赋予合适的权限给Excel Service的帐号。

3.1. 找到Excel Service的帐号
Central Administration > Security > Configure Service Accounts > 选择 "Excel Services Application" 选项。

3.2. 赋予合适的权限

$w = Get-SPWebApplication –Identity http://tschauer
$w.GrantAccessToProcessIdentity("Devtest\Excel_Services_Account") 

 

posted on 2015-05-12 09:43  欣静赏悦  阅读(439)  评论(0编辑  收藏  举报