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>