File di definizione della migrazione di esempio

Il codice prodotto utilizzato nei file di definizione della migrazione per Oracle Essbase è ESBAPP.

Nota:

Se nel file di definizione della migrazione non viene utilizzata la sintassi corretta, viene visualizzato un errore di tipo 'Formato non corretto del file MDF'.

Esempio C-1 Esportazione nel file system

<xml version="1.0" encoding="UTF-8" ?>
<Package>
   <LOCALE>en_US</LOCALE>
   <User name="" password="" />
   <Task>
      <Source type="Application" product="ESBAPP" project="EssbaseCluster-1" application="Sample" />
      <Target type="FileSystem" filePath="/ESB-Sample" />
      <Artifact recursive="true" parentPath="/Configuration" pattern="*" />
      <Artifact recursive="true" parentPath="/Databases" pattern="*" />
      <Artifact recursive="true" parentPath="/Substitution Variables" pattern="*" />
   </Task>
</Package>

Esempio C-2 Importazione dal file system

<xml version="1.0" encoding="UTF-8" ?>
<Package>
   <LOCALE>en_US</LOCALE>
   <User name="" password="" />
   <Task>
      <Source type="FileSystem" filePath="/ESB-Sample" />
      <Target type="Application" product="ESBAPP" project="EssbaseCluster-1" application="Sample" />
      <Artifact recursive="true" parentPath="/Configuration" pattern="*" />
      <Artifact recursive="true" parentPath="/Databases" pattern="*" />
      <Artifact recursive="true" parentPath="/Substitution Variables" pattern="*" />
   </Task>
</Package>