Oracle Essbase 迁移定义文件中使用的产品代码为 ESBAPP。
注:
如果在迁移定义文件中使用的语法不正确,会显示 ‘Incorrect format of MDF file’ 错误。
示例 C-1 导出至文件系统
<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>示例 C-2 从文件系统导入
<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>