Quantcast
Channel: Bitshifter GmbH – Bitshifter GmbH – Blog
Viewing all articles
Browse latest Browse all 12

SharePoint 2013: Can’t open Excel Workbook in Web Part

$
0
0

If you ever run into an error like “Excel could not open the workbook” or something similar, make sure to grant your managed account access to the content database!

Run the Management Shell as an administrator and run the following commands:

$w = Get-SPWebApplication -identity http://yourwebapplication
$w.GrantAccessToProcessIdentity("DomainUser")

This solution was originally posted on http://technet.microsoft.com/en-us/library/jj219698.aspx but i spent a good amount of time to find it – so let’s repost it! :)


Viewing all articles
Browse latest Browse all 12

Trending Articles