Sample Migration Definition Files

The product code used in the migration definition files for Oracle Hyperion Shared Services is HUB.

Note:

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

Example J-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="HUB" project="Foundation" application="Shared Services" />
      <Target type="FileSystem" filePath="/HSS-Shared Services" />
      <Artifact recursive="false" parentPath="/Native Directory" pattern="Users" />
   </Task>
   <Task>
      <Source type="Application" product="HUB" project="Foundation" application="Deployment Metadata" />
      <Target type="FileSystem" filePath="/HSS-Deployment Metadata" />
      <Artifact recursive="false" parentPath="/Shared Services Registry" pattern="Properties" />
   </Task>
</Package>

Example J-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="/HSS-Shared Services" />
      <Target type="Application" product="HUB" project="Foundation" application="Shared Services" />
      <Artifact recursive="false" parentPath="/Native Directory" pattern="Users" />
   </Task>
   <Task>
      <Source type="FileSystem" filePath="/HSS-Deployment Metadata" />
      <Target type="Application" product="HUB" project="Foundation" application="Deployment Metadata" />
      <Artifact recursive="false" parentPath="/Shared Services Registry" pattern="Properties" />
   </Task>
</Package>