以下的轉移定義檔範例適用於 Oracle Hyperion Financial Data Quality Management, Enterprise Edition 應用程式的移轉作業。FDMEE 之移轉定義檔案所使用的產品代碼為 AIF。
註:
如果移轉定義檔案中未使用正確的語法,則會顯示 ‘MDF 檔案的格式不正確’
錯誤。
範例 E-1 匯出至檔案系統
<?xml version="1.0" encoding="UTF-8" ?> <Package> <LOCALE>en</LOCALE> <User name="" password="" /> <Task> <Source type="Application" product="AIF" project="FDM" application="FDMEE" /> <Target type="FileSystem" filePath="/FDMEE" /> <Artifact recursive="true" parentPath="/Global Setup Artifacts" pattern="*" /> </Task> </Package>
範例 E-2 匯入檔案系統
<?xml version="1.0" encoding="UTF-8" ?> <Package> <LOCALE>en</LOCALE> <User name="" password="" /> <Task> <Source type="FileSystem" filePath="/FDMEE" /> <Target type="Application" product="AIF" project="FDM" application="FDMEE" /> <Artifact recursive="true" parentPath="/Global Setup Artifacts" pattern="*" /> </Task> </Package>