首页 > 其他 > 详细

can not connect cube in performancce dashboard

时间:2016-08-02 07:43:39      阅读:316      评论:0      收藏:0      [点我收藏+]

需要在所有安装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.

can not connect cube in performancce dashboard

原文:http://www.cnblogs.com/hqbird/p/5727898.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!