Troubleshoot:excel Services Fix-"The workbook cannot be opened".

Source: Internet
Author: User

1. Problem Description:

Open the Excel file in the SharePoint 2013 document library Prompt "The workbook cannot be opened" error box, the document does not display properly.

2, the cause of the problem:

The reason for this error should be that the Excel service account does not have the appropriate access rights to the content database. When you upload a document to a document library, the document is saved as a blobs in the content database, and when you open the document, the Excel service account will query the database and regenerate the document, and the above error occurs if the Excel service account does not have sufficient permissions.

3. Solution:

Give the appropriate permissions to the Excel service account.

3.1. Locate the Excel service account
Central Administration > Security > Configure Service Accounts > select the Excel Services application option.

3.2. Give the right permissions

$w = get-spwebapplication–identity Http://tschauer
$w. Grantaccesstoprocessidentity ("Devtest\excel_services_account")

Troubleshoot:excel Services Fix-"The workbook cannot be opened".

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.