zoukankan      html  css  js  c++  java
  • Sharepoint2013商务智能学习笔记之Performancepoint service 配置(九)

    1)配置Performance Service服务

         第一步,新建performance service。先在管理中心,系统设置区域点击管理服务器上的服务,确认Performance Service服务在需要承载的服务器上启动了。然后在管理中心,应用程序管理区域,点击管理服务器应用程序,新建Performancepoint Service

    第二步,设置Performancepoint service无人值守账号

    performancepoint service新建完成之后,在应用程序列表点击进入

    点击performancepoint应用程序设置

    设置无人参与服务账号目标应用程序ID为第一章节新建的Secure Store Service应用程序ID

    2) 新建PerformancePoint数据连接库和内容列表

    第三步,新建PerformancePoint数据连接库和内容列表

    3)配置PerformancePoint对多维数据集的支持

    第四步,让PerformancePoint支持多维数据集,先下载Microsoft® SQL Server® 2012 功能包

    来到服务器如下路径:

    C:Program FilesMicrosoft Office Servers15.0WebServicesPpsMonitoringServer

    修改 Web.config 文件如下:

    <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>

    将标黄部分替换掉:

    <runtime>

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

          <dependentAssembly>

            <assemblyIdentity name="Microsoft.AnalysisServices.AdomdClient" publicKeyToken="89845dcd8080cc91" culture="neutral" />

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

          </dependentAssembly>

        </assemblyBinding>

      </runtime>

  • 相关阅读:
    你好,2021!
    庚子走,辛丑来,愿一切安好!
    花魂鸟魂总难留,鸟自无言花自羞
    熟悉的小胡同
    夜半听鼾声
    写在儿子22岁生日
    vue配置Azure Artifacts npm包源
    RabbitMQ出错:AMQP close-reason, initiated by Peer, code=530的解决办法
    .NET MVC存储图片到数据库的解决方案
    EF Core解决报错’EntityTypeBuilder未包含“ToTable”的定义‘的方法
  • 原文地址:https://www.cnblogs.com/masterlonely/p/3899706.html
Copyright © 2011-2022 走看看