移轉定義檔案的範例

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>