An error occurred while checking word or PPT online after the Office web app is installed. solution:

Source: Internet
Author: User

1.Cause:

 

Related service applicationsProgramAndDCInstalled on the same server, this service application includes:

 

A.Word viewing serviceApplications

B.PowerPoint ServiceApplications

 

 

2.Solution:

 

InPowershellRun the following command in the window:

 

# Enable word web app:

 

$ E = Get-spserviceapplication | where {$ _. typename. Equals ("word viewing serviceApplications")}

$ E. wordserverissandboxed = $ false

 

# Enable PowerPoint web app-you need to answer "Y" for each command:

 

Get-sppowerpointserviceapplication | set-sppowerpointserviceapplication-enablesandboxedviewing $ false

Get-sppowerpointserviceapplication | set-sppowerpointserviceapplication-enablesandboxedediting $ false

 

Iisreset/noforce

 

3.Result

 

 After following abve steps viewing and editing of PowerPoint files worked without any issue. But for Word files editing worked but viewing encountered the same issue,

Wonder what's wrong with the issue and came no solutions .. but after I edit the uploaded Word file and saved and viewed on browser everything worked fine there after.

 

It's recommended not to follow these steps on production environment and shocould not install Office Web apps on a DC

 

You can also view the updates here:

Workaround for Office Web apps on Domain Controller (DC)

 

 

 

 

 

 

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.