需要在所有安装sharepoint服务器里面安装ADOMD组件

\Program Files\Microsoft Office Servers\15.0\WebServices\PpsMonitoringServer

Inside web.config you need to find the lines that read:

<runtime>

<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">

<dependentAssembly>

<assemblyIdentity name="Microsoft.AnalysisServices.AdomdClient"

publicKeyToken="89845dcd8080cc91" culture="neutral" />

<bindingRedirect oldVersion="9.0.0.0" newVersion="10.0.0.0" />

</dependentAssembly>

</assemblyBinding>

</runtime>

Inside the bindingredirect key, change the line from:

oldVersion="9.0.0.0" newVersion="10.0.0.0"

To read:

OldVersion="10.0.0.0" newVersion="11.0.0.0"

And you should be all set! This change allows SharePoint 2013 to use the SQL 2012 ADOMD.11 libraries; the original line substitutes the ADOMD 10 libraries is version 9 is called.

最新文章

  1. ssh设置
  2. iframe自动高度
  3. 深入理解js——隐式原型
  4. 2140: 稳定婚姻 - BZOJ
  5. SQL查询:『索引失效问题』
  6. [TopCoder] SRM_594_DIV2.250
  7. LeetCode(33)-Pascal&#39;s Triangle II
  8. Gym - 100637J
  9. 对thinkphp5.0框架的实例学习
  10. LODOP中page-break-before:always给div分页
  11. Android RadioGroup 学习
  12. vue router获取整条路径参数
  13. zookeeper.KeeperException$UnimplementedException: KeeperErrorCode = Unimplemented for {root.path}
  14. mingw zlib-1.2.11 win32-static.patch
  15. Increasing Subsequence (hard version)
  16. Vue学习资料
  17. AdoConnect-获取连接字符串 (工具)
  18. visual studio code 的必装推荐插件plugin, vscode, vsc
  19. Linux VXLAN
  20. freemarker的${!}

热门文章

  1. 数据流滑动窗口平均值 &#183; sliding window average from data stream
  2. 两个应用之间传递广播的规则 Broadcast
  3. 什么是springMvc的参数绑定?
  4. Task/Parallel实现异步多线程
  5. Mininet
  6. 我的UI启蒙之路
  7. jQuery 用$.param(json) 将 Json 转换为 Url queryString
  8. 4.spring对象的创建(静态工厂 实例工厂 泛型,嵌套类型)
  9. 打开jsp页面时,显示空白页。
  10. 2018.10.08 NOIP模拟 序列(主席树)