Sample Migration Definition Files

The product code used in the migration definition files for Oracle Hyperion Calculation Manager is CALC.

Note:

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

Example B-1 Exporting to the File System

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

Example B-2 Importing From the File System

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