ソース システムからのデータのエクスポート

参照データ (ディメンションおよび階層データ) およびファクト データ (モデル) は、アプリケーション移行プロセスで移行されません。ソース システムにデータを読み込むのと同じ方法で、運用展開に必要なデータを読み込むことができます。テスト展開 (ソース) から運用展開 (宛先) にデータを移行する必要がある場合は、次の手順を使用して、ソース サーバーからデータをエクスポートします。

メモメモ :

Planning コマンド ユーティリティの詳細な情報を参照するには、「ppscmd.exe /?」と入力するか、または、「PerformancePoint Planning コマンド ユーティリティの使用」を参照してください。

ソース システムからのデータのエクスポート

  1. ステージング データベースが存在しない場合は、Planning 管理コンソールまたは Planning コマンド ユーティリティを使用して、ステージング データベースを作成します。ステージング データベースの作成については、Planning 管理コンソールのヘルプを参照してください。

    構文 :

    ppscmd stagingdb /operation createstaging /server <planning server url> /path <application_label>

    例 :

    ppscmd stagingdb /operation createstaging /server https://localhost:46787 /path alpine_ski_house

  2. Planning Business Modeler または Planning コマンド ユーティリティを使用して、各サイトのステージング データベースを同期します。必要に応じて、移行するすべてのディメンションとモデルで繰り返し行います。

    • ディメンション (既定では階層を含む)

    • モデル

    構文 :

    ppscmd stagingdb /operation synchronizedata /server <planning server url> /path <application_label> . <modelsite_label> /collection dimensions | models

    例 :

    ppscmd stagingdb /operation synchronizedata /server https://localhost:46787 /path alpine_ski_house.ash_corporate /collection models

    ppscmd stagingdb /operation synchronizedata /server https://localhost:46787 /path alpine_ski_house.ash_corporate /collection dimensions

  3. Planning Business Modeler または Planning コマンド ユーティリティを使用して、移行する関連付けのステージング データベースを同期します。

    構文 :

    ppscmd stagingdb /operation synchronizedata /server http:// <ppsservername> :46787 /path <application_label> /collection assocations

    例 :

    ppscmd stagingdb /operation synchronizedata /server https://localhost:46787 /path alpine_ski_house /collection associations

  4. ステージング データベースをバックアップします。

関連項目