移轉定義檔案的範例

Oracle Hyperion Calculation Manager 的移轉定義檔案中所用的產品代碼為 CALC

註:

如果移轉定義檔案中未使用正確的語法,則會顯示 ‘MDF 檔案的格式不正確’ 錯誤。

範例 B-1 匯出至檔案系統

<?xml version="1.0" encoding="UTF-8" ?>
<Package>
   <LOCALE>en_US</LOCALE>
   <User name="" password="" />
   <Task>
      <Source type="Application" product="CALC" project="Foundation" application="Calculation Manager" />
      <Target type="FileSystem" filePath="/CALC-Calculation Manager" />
      <Artifact recursive="true" parentPath="/Consolidation" pattern="*" />
      <Artifact recursive="true" parentPath="/Essbase" pattern="*" />
      <Artifact recursive="true" parentPath="/Planning" pattern="*" />
...</Task>
</Package>

範例 B-2 從檔案系統匯入

<?xml version="1.0" encoding="UTF-8" ?>
<Package>
   <LOCALE>en_US</LOCALE>
   <User name="" password="" />
   <Task>
      <Source type="FileSystem" filePath="/CALC-Calculation Manager" />
      <Target type="Application" product="CALC" project="Foundation" application="Calculation Manager" />
      <Artifact recursive="true" parentPath="/Consolidation" pattern="*" />
      <Artifact recursive="true" parentPath="/Essbase" pattern="*" />
      <Artifact recursive="true" parentPath="/Planning" pattern="*" />
...</Task>
</Package>