Sample Migration Definition Files

The product code used in the migration definition files for Oracle Essbase Studio is BPM.

Note:

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

Example D-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="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>

Example D-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="/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>