サンプルの移行定義ファイル

Oracle Hyperion Financial Close Managementの移行定義ファイルで使用されている製品コードはFCCです。

注:

移行定義ファイルで正しい構文が使用されていない場合、「MDFファイルのフォーマットが正しくありません」というエラーが表示されます。

例F-1 ファイル・システムへのエクスポート

<?xml version="1.0" encoding="UTF-8" ?>
<Package>
   <LOCALE>en</LOCALE>
   <User name="" password="" />
   <Task>
      <Source type="Application" product="FCC" project="Financial Close" application="Financial Close Management" />
      <Target type="FileSystem" filePath="/FCM-Financial Close Management" />
      <Artifact recursive="true" parentPath="/Alert Types" pattern="*" />
      <Artifact recursive="true" parentPath="/Custom Attributes" pattern="*" />
      <Artifact recursive="true" parentPath="/Integration Applications" pattern="*" />
      <Artifact recursive="true" parentPath="/Integration Types" pattern="*" />
      <Artifact recursive="true" parentPath="/Periods" pattern="*" />
      <Artifact recursive="true" parentPath="/Task Types" pattern="*" />
      <Artifact recursive="true" parentPath="/Templates" pattern="*" />
      <Artifact recursive="true" parentPath="/Years" pattern="*" />
   </Task>
</Package>

例F-2 ファイル・システムからのインポート

<?xml version="1.0" encoding="UTF-8" ?>
<Package>
   <LOCALE>en</LOCALE>
   <User name="" password="" />
   <Task>
      <Source type="FileSystem" filePath="/FCM-Financial Close Management" />
      <Target type="Application" product="FCC" project="Financial Close" application="Financial Close Management" />
      <Artifact recursive="true" parentPath="/Alert Types" pattern="*" />
      <Artifact recursive="true" parentPath="/Custom Attributes" pattern="*" />
      <Artifact recursive="true" parentPath="/Integration Applications" pattern="*" />
      <Artifact recursive="true" parentPath="/Integration Types" pattern="*" />
      <Artifact recursive="true" parentPath="/Periods" pattern="*" />
      <Artifact recursive="true" parentPath="/Task Types" pattern="*" />
      <Artifact recursive="true" parentPath="/Templates" pattern="*" />
      <Artifact recursive="true" parentPath="/Years" pattern="*" />
   </Task>
</Package>