Sharepoint2013 Business Intelligence learning notes-performancepoint service configuration (9)

Source: Internet
Author: User
1) configure the performance service

Step 1: Create a performance service. In the system settings area of the Management Center, click the service on the Management Server to confirm that the performance service starts on the server to be hosted. In the Application Management Area of the management center, Click Manage Server applications to create a new performancepoint service.

 

 

Step 2: Set an unattended account for the performancepoint Service

After the performancepoint service is created, click in the Application List to enter

Click cecepoint application settings

Set the target Application ID of the unattended service account to the ID of the secure Store service application created in Chapter 1.

2) create a performancepoint Data Connection Library and content list

Step 3: Create a performancepoint Data Connection Library and content list

 

3) Configure performancepoint for multi-dimensional dataset support

Step 4: Let performancepoint support multi-dimensional datasets. download microsoft®SQL Server®2012 Feature Pack

 

The path to the server is as follows:

C: \ Program Files \ microsoft office servers \ 15.0 \ WebServices \ ppsmonitoringserver

Modify the Web. config file as follows:

<Runtime>

<Assemblybinding xmlns = "urn: Schemas-Microsoft-com: ASM. V1">

<Dependentassembly>

<Assemblyidentity name = "Microsoft. analysisservices. adomdclient" publickeytoken = "89845dcd80cc91" Culture = "neutral"/>

<Bindingredirect oldversion = "9.0.0.0" newversion = "10.0.0.0"/>

</Dependentassembly>

</Assemblybinding>

</Runtime>

Replace the yellow part with the following:

<Runtime>

<Assemblybinding xmlns = "urn: Schemas-Microsoft-com: ASM. V1">

<Dependentassembly>

<Assemblyidentity name = "Microsoft. analysisservices. adomdclient" publickeytoken = "89845dcd80cc91" Culture = "neutral"/>

<Bindingredirect oldversion = "10.0.0.0" newversion = "11.0.0.0"/>

</Dependentassembly>

</Assemblybinding>

</Runtime>

 

Related Article

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.