创建 PerformancePoint Services 服务应用程序 (SharePoint Server 2010)
适用于: SharePoint Server 2010
上一次修改主题: 2017-01-19
本文说明创建 PerformancePoint Services 服务应用程序的三种方式。
概述
本文不讨论有关配置 PerformancePoint Services 的分步说明。若要了解详细信息,请参阅安装和配置 PerformancePoint Services(分步)。
创建 PerformancePoint Services 服务应用程序后,建议您验证是否已启动 PerformancePoint Services 服务应用程序。若要了解详细信息,请参阅启动或停止服务。
备注
如果停止 PerformancePoint Services 服务,则用户将无法再创建和编辑仪表板。如果重新启动此服务,则现有对象将保留。
警告
PerformancePoint Services 服务应用程序无法选择为在创建此服务应用程序时创建的 PerformancePoint 数据库指定故障转移数据库服务器。建议您查看 Microsoft SQL Server 数据库备份和恢复的替代方法。
完成配置 PerformancePoint Services 后,必须在 SharePoint 管理中心网站上设置无人参与服务帐户。另外,还需要一个正在运行的 Secure Store Service 应用程序和 Secure Store Service 应用程序代理。
使用服务器场配置向导创建 PerformancePoint Services 服务应用程序
可以使用 SharePoint 场配置向导配置 PerformancePoint Services。
使用服务器场配置向导创建 PerformancePoint Services 服务应用程序
验证您是否拥有以下管理凭据:
- 若要创建服务应用程序,您必须是 Farm Administrators 组的成员。
在管理中心主页的“快速启动”上,单击“配置向导”。
单击“启动服务器场配置向导”。
选择“使用此向导引导我了解设置”。
选择要用于服务的服务帐户。
确保选择 PerformancePoint Services 作为要在服务器场中运行的服务之一。
选择要运行的任何其他服务,然后单击“下一步”。
根据需要,按照说明新建一个网站集,或单击“跳过”。
服务器场配置向导将结束,并向您显示将在服务器场上运行的服务。单击“完成”。
使用管理中心创建 PerformancePoint Services 服务应用程序
可以通过 SharePoint 管理中心网站设置 PerformancePoint Services。下列步骤演示如何创建 PerformancePoint Services 服务应用程序。
使用管理中心创建 PerformancePoint Services 服务应用程序
验证您是否拥有以下管理凭据:
- 若要创建服务应用程序,您必须是相应的服务管理员组的成员。
在管理中心主页的“应用程序管理”部分,单击“管理服务应用程序”。
在“服务应用程序”菜单上,单击“新建”,然后单击“PerformancePoint Services”。
为新的服务应用程序输入一个名称。
选择现有应用程序池或新建一个应用程序池。
(可选)选择“注册新的管理帐户”。
备注
如果选择创建一个新的管理帐户并将其用作应用程序池标识,则必须运行以下 Windows PowerShell 脚本以向关联的内容数据库授予访问权限。
PS> $w = Get-SPWebApplication -identity <your web application>
PS> $w.GrantAccessToProcessIdentity("<insert service account>")
若要使 PerformancePoint Services 正常工作,则必须执行此步骤。请注意,这一操作会向 db_owner 授予对 SharePoint Foundation 内容数据库的访问权限。单击“创建”。
使用 Windows PowerShell 创建 PerformancePoint Services 服务应用程序
下列步骤演示如何创建 PerformancePoint Services 应用程序。有关哪些 Windows PowerShell cmdlet 可用于 PerformancePoint Services 的详细信息,请参阅“PerformancePoint Services 配置设置 (SharePoint Server 2010)”。
使用 Windows PowerShell 创建 PerformancePoint Services 服务应用程序
验证您是否满足以下最低要求:请参阅 Add-SPShellAdmin。
在“开始”菜单上单击“所有程序”。
单击“SharePoint 2010 产品”。
单击“SharePoint 2010 Management Shell”。
从 Windows PowerShell 命令提示符(即 PS C:\>)处,键入以下命令并按 Enter:
New-SPPerformancePointServiceApplication -Name <PPS 服务应用程序名称> -applicationpool <应用程序池名称>
键入以下命令,这将为 PerformancePoint Services 服务应用程序创建一个关联服务应用程序代理。
New-SPPerformancePointServiceApplicationProxy -ServiceApplication <PPS 服务应用程序名称> -Name <PPS 服务应用程序代理> -Default
有关详细信息,请参阅 New-SPPerformancePointServiceApplication。
备注
我们建议您在执行命令行管理任务时使用 Windows PowerShell。Stsadm 命令行工具已被弃用,仍然包含该工具是为了支持与之前产品版本的兼容性。
See Also
Concepts
安装和配置 PerformancePoint Services(分步)
技术图表 (SharePoint Server 2010)