Il codice prodotto utilizzato nei file di definizione della migrazione per Oracle Essbase Studio è BPM
.
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 D-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="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>
Esempio D-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="/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>