SharePoint2010在线查看Excel出错SharePoint2010在线查看Excel出错SharePoint2010在线查看Excel出错:
 
Symptoms: A document library or Report library was created within a site on SharePoint 2010 and an excel document was uploaded. Once the file was uploaded , upon clicking on the excel document , an error is displayed saying the workbook cannot be opened as shown below:
 

SharePoint2010在线查看Excel出错

 
 

The reason behind this is usually due to the following:-

  1. For excel services and to open the excel document within the browser make sure you have the following Hotfix installed: Windows6.1-KB976462-v2-x64.msu available here.
  2. Or it could be because you use a custom Service Account for all your service application / Excel Services then you need to do either one of the following :
  • Add the Service account to be a Dbowner on your content database that holds the web application
  • Or copy the following script and run it
     
    Add-PSSnapin Microsoft.SharePoint.PowerShell -EA 0
    $webApp = Get-SPWebApplication "REPLACE_NAME_OF_WEBAPP"
    $webApp.GrantAccessToProcessIdentity("REPLACE_NAME_OF_SERVICEACCOUNT")
    "Completed"

相关文章:

  • 2021-11-04
  • 2021-09-13
  • 2021-12-09
  • 2021-05-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-02-01
  • 2021-12-09
  • 2021-09-23
  • 2021-08-01
  • 2021-12-05
  • 2021-11-13
  • 2021-07-25
相关资源
相似解决方案