zoukankan      html  css  js  c++  java
  • SharePoint2010 此工作簿未存储在 Excel Services 应用程序 中受信任的位置,因此无法打开。

    SharePoint 2010 Cannot open workbook because it’s not stored in an Excel Services Application trusted location

    If you are using the Office Web apps in SharePoint 2010 then you may come across this error…

    “This workbook cannot be opened because it is not stored in an Excel Services Application trusted location.

    To create an Excel Services Application trusted location, contact your system administrator.”

    If you happen to be the system administrator and you’ve turned to google bing google to find the answer hopefully this blog post will help you out!

    I believe this error is most likely if you are going over SSL as the default trusted location is just http://

    Jump into central admin (please ignore my heath analyzer!) and goto Manage service applications.

    Click on Excel services Application.

    Then click on “Trusted file locations”

    You can see that http:// is already there, so you could just add https:// or put in a url to a specific location

    Fill in the boxes, I also ticked the trust children box.

    Once you have done this go back to your Excel document and it will open up in the browser! Nice.




  • 相关阅读:
    牛客 公式字符串求值
    牛客 括号字符串的有效性和最长有效长度
    POJ-2533 Longest Ordered Subsequence ( DP )
    HDU-1160 FatMouse's Speed ( DP )
    HDU-1260 Tickets ( DP )
    HDU-1074 Doing Homework( 状压DP )
    HDU-1069 Monkey and Banana ( DP )
    HDU-1087 Super Jumping! Jumping! Jumping!( DP )
    HDU-3746 Cyclic Nacklace ( kmp )
    HDU-2087 剪花布条 ( kmp )
  • 原文地址:https://www.cnblogs.com/sunjunlin/p/2310851.html
Copyright © 2011-2022 走看看