IT tutorials
 
Applications Server
 

SharePoint 2010 : Setting up PerformancePoint Services

4/17/2013 9:23:35 PM
- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019

PerformancePoint Services give a user the ability to create KPIs, scorecards, and dashboards from data typically not contained within SharePoint. However, SharePoint list data can be used as a data source.

PerformancePoint exceeds expectations when it uses a SQL Server Analysis cube as its datasource. The reason for this is that now information can be leveraged in the dashboard and can be viewed multiple ways. Another common term for this is slicing and dicing the data. This ability comes from data set up in a cube. PerformancePoint does not set up a cube, but rather consumes the data and provides a mechanism to display and drill down into that data.

The second place PerformancePoint shines is in its ability to use several different technologies and provide a single viewing source for them. For example, a dashboard can be set up with several web part zones. One zone could be showing the scorecards of a process, the second zone could be showing a SQL Reporting Services report of that process. The third zone could show the Excel spreadsheets that are related to that process.

PerformancePoint Services is a single farm service. This means it cannot be shared across farms. In this recipe, we will show how to set up and configure a PerformancePoint Service.

Getting ready

You must have Farm Administrator privileges to Central Administration.

Ensure that there is a web application already set up. In most cases it will be called SharePoint - 80.

How to do it...

  1. Open Central Administration and click Application Management.

  2. The third section is Service Applications. Under it, click Manage Service applications.

  3. On the ribbon, select New | PerformancePoint Service Application.

  4. You will get the following screenshot. Fill in the required details.

    • Name: This is the name for the service application. Name the Service Application as PPS Finance.

    • Check the Add this service application's proxy... option.

    • Application Pool: Create a new application pool here or use an existing one.

    • Configurable: This is a domain security account for the application pool.

  5. Click on the Create button.

  6. Ensure that there is a running Secure Store Service by checking that the service is started on the Manage Service Applications page. If it is not, follow the Creating the Secure Store recipe.

  7. On the Manage Service Applications page, click to the right of the PerformancePoint service application called PPS Finance. The ribbon on the top will light up. Note that the Service Application is the left-aligned object, whereas the Service Application Proxy is the indented object with the same name.

  8. Click the Manage option on the ribbon. The following screenshot will appear for configuration:

  9. Click the PerformancePoint Service Application Settings option.

  10. Fill in the data for the Secure Store Service Application and Unattended Service Account option. Click OK.

  11. Open up your SharePoint website. This will be the site that is associated to the web application where PerformancePoint has been set up.

  12. Click Site Settings.

  13. Under Site Collection Administration, click the Site Collection Features option.

  14. Click on the Activate button on SharePoint Publishing Infrastructure:

  15. Navigate back to Site Settings (Step 11). Click Manage site features under Site Actions.

  16. Click on the Activate button on PerformancePoint Services Site Features.

How it works...

This was a coordinated series of steps that activated many moving parts in our SharePoint installation. It is important to understand what was done under the covers.

The first important milestone in our recipe happens after Step 4. When we fill out this form and click Create, the PPS Application and associated service proxy are created and started. In SQL, a database is created and now the web front-end and the application server can communicate using web services (WCF) to the database. Refer to Managing a Service recipe for the explanation of the web service.

In Step 9, we needed an unattended service account for PPS Finance. This account gives us the ability to access our back-end data that will be shown in our dashboards and utilized in our KPIs and scorecards.

Finally in Steps 13 and 15, we activated the features necessary on our site to utilize PerformancePoint Services. The first feature was the publishing infrastructure. This is necessary as it provides publishing components that are necessary for the Business Intelligence Center.

The second feature was the PerformancePoint components that are utilized. These are the PerformancePoint content types, web parts, and a Business Intelligence Center site template found under Enterprise. Here is an example of the content types that are created:

There's more...

Creation of the PerformancePoint Application can be achieved with the help of scripts, through the use of PowerShell. Here are the associated PowerShell commands:

PowerShell: PerformancePoint Cmdlets

New-SPPerformancePointServiceApplication

Remove-SPPerformancePointServiceApplication

Get-SPPerformancePointServiceApplication

New-SPPerformancePointServiceApplicationProxy

Remove-SPPerformancePointServiceApplicationProxy

 
Others
 
- SharePoint 2010 : Setting up Excel Services
- High Availability in Exchange Server 2010 : Developments in High Availability (part 3) - Online Move-Mailbox, Backup and restore
- High Availability in Exchange Server 2010 : Developments in High Availability (part 2) - Configuring a Database Availability Group, Managing database copies
- High Availability in Exchange Server 2010 : Developments in High Availability (part 1) - Exchange database replication, Database Availability Group and Continuous Replication
- High Availability in Exchange Server 2010 : Exchange Server database technologies
- Monitoring Microsoft Lync Server 2010 : How OpsMgr Works
- Microsoft Lync Server 2010 : Firewall and Security Requirements - Securing Service Accounts
- Active Directory Lightweight Directory Services : Configuring and Using AD LDS (part 2) - Working with AD LDS Instances
- Active Directory Lightweight Directory Services : Configuring and Using AD LDS (part 1) - Working with AD LDS Tools, Creating AD LDS Instances
- Active Directory Lightweight Directory Services : Understanding and Installing AD LDS
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
Technology FAQ
- Is possible to just to use a wireless router to extend wireless access to wireless access points?
- Ruby - Insert Struct to MySql
- how to find my Symantec pcAnywhere serial number
- About direct X / Open GL issue
- How to determine eclipse version?
- What SAN cert Exchange 2010 for UM, OA?
- How do I populate a SQL Express table from Excel file?
- code for express check out with Paypal.
- Problem with Templated User Control
- ShellExecute SW_HIDE
programming4us programming4us