共用方式為


安裝或解除安裝 BI 索引連接器的 SharePoint 解決方案套件語言套件 (前端)

 

適用版本: SharePoint Server 2010 Enterprise

上次修改主題的時間: 2011-05-12

下列說明顯示如何將 SharePoint 方案套件的安裝語言套件套用到 Microsoft Business Intelligence Indexing Connector (前端)。若要下載 Business Intelligence Indexing Connector (前端),請參閱 Microsoft Business Intelligence Indexing Connector – 前端 (https://go.microsoft.com/fwlink/?linkid=195027&clcid=0x404)。

SharePoint 方案套件語言套件

若安裝 SharePoint 方案套件及語言套件,會新增 [報表] 索引標籤至前端 FAST Search 網站,可讓國際化對象使用 Business Intelligence Indexing Connector。

安裝 SharePoint 方案套件語言套件

  1. 使用企業 FAST Search 範本建立本地化 FAST Search 網站集合。您稍後會使用到 URL。如需如何建立網站集合的詳細資訊,請參閱<建立網站集合 (SharePoint Server 2010)>。

  2. 開啟命令提示字元視窗,然後瀏覽至您安裝 BIConnectorFrontend.exe 之處。

  3. 輸入下列命令解壓縮 BIConnectorFrontend.exe 的內容。

    BIConnectorFrontend.exe /extract:<folder location>

  4. 開啟命令提示字元視窗,並瀏覽至 Stsadm.exe 所在之 %ProgramFiles%\Common Files\Microsoft Shared\Web Server Extensions\14\Bin。

  5. 輸入下列 Stsadm 命令,確定指定了 BIConnectorFrontend.wsp 檔案的資料夾位置 (此檔案解壓縮於步驟 1 中)。同時也請指定您想要安裝之語言的 LCID 程式碼。

    stsadm -o addsolution -filename <folder location>\LanguagePack\BIConnectorFrontend.wsp -lcid <code>

    按 Enter。

  6. 成功完成作業後,請輸入下列 Stsadm 命令,並確定您指定了想要安裝之語言的 LCID 程式碼。

    stsadm -o deploysolution -name BIConnectorFrontend.wsp -local -allowgacdeployment -lcid <code>

    按 Enter。

  7. 成功完成作業後,輸入下列 Stsadm 命令,並確定您指定了所建立之 FAST Search 網站集合的 URL。

    stsadm -o activatefeature -name BIIndexingConnector -url <Website URL>

    按 Enter。

    注意

    每個 SharePoint 方案套件都可以部署任意數量的語言套件。

解除安裝 SharePoint 方案套件語言套件

本節說明如何解除安裝 SharePoint 方案套件語言套件。

注意

您必須解除安裝所有語言套件,才可繼續解除安裝 SharePoint 方案套件。

解除安裝 SharePoint Server 語言套件的 SharePoint 方案套件

  1. 開啟命令提示字元視窗並瀏覽至 Stsadm.exe 所在的位置,%ProgramFile%\Common Files\Microsoft Shared\Web Server Extensions\14\Bin。

  2. 輸入下列 Stsadm 命令,並確定您指定了在語言套件安裝中所使用之 FAST Search 網站集合的 URL。

    stsadm -o deactivatefeature -name BIIndexingConnector -url <Website URL>

    按 Enter。

  3. 成功完成作業後,輸入下列 Stsadm 命令,並確定您指定了想要解除安裝之語言的 LCID 程式碼。

    stsadm -o retractsolution -name BIConnectorFrontend.wsp -local -lcid <code>

    按 Enter。

  4. 成功完成作業後,請輸入下列 Stsadm 命令,並確定您指定了想要安裝之語言的 LCID 程式碼。

    stsadm -o deletesolution -name BIConnectorFrontend.wsp -lcid <code>

See Also

Concepts

判斷 Business Intelligence Indexing Connector 的軟體需求 (SharePoint Server 2010)
Business Intelligence Indexing Connector 架構概觀