SharePoint 2010 Excel Services – “The workbook cannot be opened.”
April 1st, 2011- Posted By: Jonathan Adams
- Comments Off on SharePoint 2010 Excel Services – “The workbook cannot be opened.”
Reference source: http://sharepointbergen.blogspot.com/2010/05/sharepoint-2010-excel-services-workbook.html
“The Workbook cannot be opened.”
$w = Get-SPWebApplication
$w[0].GrantAccessToProcessIdentity(“domain\account”)
Note: this must be done for each web application, this example assumes that the first (0) web application is the one being referenced.
0 Comments