建立 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 應用程式 Proxy。
使用伺服器陣列設定精靈建立 PerformancePoint Services 服務應用程式
可以使用 SharePoint 伺服器陣設定精靈設定 PerformancePoint Services。
使用伺服器陣列設定精靈建立 PerformancePoint Services 服務應用程式
確認是否具備下列系統管理認證:
- 若要建立服務應用程式,您必須是伺服器陣列管理員群組的成員。
在管理中心首頁的 [快速啟動] 上,按一下 [組態精靈]。
按一下 [啟動伺服器陣列組態精靈]。
選取 [引導我使用此精靈逐步完成設定]。
選擇供服務使用的服務帳戶。
請務必選取 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 正常工作,則必須執行此步驟。請注意,此一動作會授與 SharePoint Foundation 內容資料庫 db_owner 的存取權。按一下 [建立]。
使用 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 管理命令介面]。
在 Windows PowerShell 命令提示字元 (即 PS C:\>) 處,輸入下列命令並按 ENTER:
New-SPPerformancePointServiceApplication -Name <PPS 服務應用程式名稱> -applicationpool <應用程式集區名稱>
輸入下列命令,以建立 PerformancePoint Services 服務應用程式的相關服務應用程式 Proxy。
New-SPPerformancePointServiceApplicationProxy -ServiceApplication <PPS 服務應用程式名稱> -Name <PPS 服務應用程式 Proxy> -Default
如需詳細資訊,請參閱<New-SPPerformancePointServiceApplication>。
注意
建議您在執行命令列管理工作時使用 Windows PowerShell。Stsadm 命令列工具已過時,但為與舊版產品相容,仍會隨附提供。
See Also
Concepts
安裝及設定 PerformancePoint Services (循序漸進)
技術圖表 (SharePoint Server 2010)