Create a PerformancePoint Services service application (SharePoint Server 2010)
Si applica a: SharePoint Server 2010
Ultima modifica dell'argomento: 2017-01-19
This article describes how to create and configure a PerformancePoint Services service application.
Importante
We highly recommend that you review Pianificare PerformancePoint Services (SharePoint Server 2010) and Pianificare la sicurezza di PerformancePoint Services (SharePoint Server 2010) before you deploy PerformancePoint Services in Microsoft SharePoint Server 2010.
The steps for creating and configuring a PerformancePoint Services service application are as follows:
Configure the PerformancePoint Services application pool account
Start the PerformancePoint service
Create a PerformancePoint Services service application.
Configure service application associations
Configure the PerformancePoint Services application pool account
The application pool for the PerformancePoint Services service application requires a Microsoft SharePoint Server 2010 managed account (generally an Active Directory account) to run. This account must have access to the content databases where PerformancePoint data will be stored.
If you run the service application using the same application pool account as the web application where the content databases are located, this required database access is configured automatically. However, we recommend that you use a different account for the PerformancePoint Services application pool, especially in a large or complex farm. This allows for greater control over data and resource access.
If you choose to use the same managed account for PerformancePoint Services as is being used for the web application, you can skip the procedures in this section. If you choose to create a new managed account, you must do the following:
Register a managed account in SharePoint Server 2010. (You will need an Active Directory user account for this step. Have your Active Directory administrator create it.)
Grant access for this account to the content databases that will contain PerformancePoint data. This process includes running a Windows PowerShell script from the SharePoint 2010 Management Shell.
The first step is to register a managed account. Use the following procedure to register the Active Directory account that you want to use for the PerformancePoint Services application pool.
To register a managed account
In the SharePoint Server Central Administration Web site, click Security.
In the General Security section, click Configure managed accounts.
Click Register Managed Account.
In the Service account credentials section, type the user name and password for the Active Directory account that you want to register.
Optionally, if the account password is set to expire after a certain length of time, configure the automatic password change settings to have SharePoint Server 2010 change the password.
Click OK.
Once you have registered the managed account, you must grant that account access to the content databases where PerformancePoint data will be stored. Use the following procedure to grant database access to the account. Follow this procedure for each web application that contains a content database where PerformancePoint Services data will reside.
To grant content database access to an account
On an application server in the farm, click Start, click All Programs, click Microsoft SharePoint 2010 Products, right-click SharePoint 2010 Management Shell, and then click Run as Administrator.
At the Windows PowerShell command prompt, type the following, pressing Enter after each line:
$w = Get-SPWebApplication -identity <web application> $w.GrantAccessToProcessIdentity("<service account>")
Once you have finished granting content database access to the managed account, the next step is to start the PerformancePoint service.
Start the PerformancePoint service
To configure PerformancePoint Services, you must first start the PerformancePoint service on the application server where you want to run PerformancePoint Services. You can start the service on multiple application servers for better performance, if you want, but the service must be started on at least one server. Use the following procedure to start the PerformancePoint service.
To start the PerformancePoint Service
In Central Administration, in the System Settings section, click Manage services on server.
Note the server specified in the Server box. If you want to run the PerformancePoint service on a different server, click the current server, and then click Change Server and select the server that you want.
Click Start next to PerformancePoint Service.
Create a service application
Once the service is started, you can create a PerformancePoint Services service application. Use the following procedure to create the service application.
To create a PerformancePoint Services service application
In Central Administration, in the Application Management section, click Manage Service Applications.
Click New, and then click PerformancePoint Service Application.
Type a name for the service application and select the Add this service application's proxy to the farm's default proxy list check box.
Select the Create new application pool option and type a name for the application pool.
Under the Configurable option, select the managed account to run the application pool.
Click Create.
Click OK.
Configure service application associations
For PerformancePoint Services to function, the PerformancePoint Services service application proxy must be associated with the default web application. Use the following procedure to confirm that the association is configured between the web application and the PerformancePoint Services proxy.
To configure service application associations
In Central Administration, click Application Management.
In the Service Applications section, click Configure service application associations.
In the Application Proxy Group section, click default.
Ensure that the PerformancePoint Services box is selected.
Click OK.
Next Steps
Once you have finished configuring PerformancePoint Services, you can make it available to the users. We recommend that you review the following tasks:
Configure data access Users of PerformancePoint Services will need access to back-end data sources. This can be configured by using the unattended service account or Kerberos delegation. For more information, see Configure the unattended service account for PerformancePoint Services and Configurare l'autenticazione Kerberos per prodotti SharePoint 2010 (white paper).
Configure data connections Users of PerformancePoint Dashboard Designer need data connections in order to access the data sources. For more information, see Creare un inventario di origini dati per autori del dashboard di PerformancePoint and Creare connessioni dati (PerformancePoint Services).
Configure user permissions To publish dashboards, users must have specific permissions in SharePoint Server 2010. For more information, see About user permissions for PerformancePoint Services (https://go.microsoft.com/fwlink/p/?LinkId=227542) on Office.com.