移轉定義檔案的範例

Oracle Essbase Studio 的移轉定義檔案中所用的產品代碼為 BPM

註:

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

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

<?xml version="1.0" encoding="UTF-8"?>
<Package>
   <LOCALE>en_US</LOCALE>
   <User name="" password=""/>
   <Task>
      <Source type="Application" product="BPM" project="Essbase Studio Server 11.1.2 Servers" application="Essbase Studio Server1"/>
      <Target type="FileSystem" filePath="/BPM-Essbase Studio Server1"/>
      <Artifact recursive="true" parentPath="/Repository" pattern="*"/>>
   </Task>
</Package>

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

<?xml version="1.0" encoding="UTF-8"?>
<Package>
   <LOCALE>en_US</LOCALE>
   <User name="" password=""/>
   <Task>
      <Source type="FileSystem" filePath="/BPM-Essbase Studio Server1"/>
      <Target type="Application" product="BPM" project="Essbase Studio Server 11.1.2 Servers" application="Essbase Studio Server1"/>
      <Artifact recursive="true" parentPath="/Repository" pattern="*"/>
   </Task>
</Package>