Il codice prodotto utilizzato nei file di definizione della migrazione per Oracle Hyperion Shared Services è HUB.
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 J-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="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>Esempio J-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="/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>