Sample Migration Definition Files

The sample migration definition files provided are for Oracle Hyperion Financial Data Quality Management, Enterprise Edition application migrations. The product code used in the migration definition files for FDMEE is AIF.

Note:

If the correct syntax is not used in the migration definition file, an ‘Incorrect format of MDF file’ error is displayed.

Example E-1 Exporting to the File System

<?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>

Example E-2 Importing to the File System

<?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>