Oracle Hyperion Financial Close Management 迁移定义文件中使用的产品代码为 FCC。
注:
如果在迁移定义文件中使用的语法不正确,会显示 ‘Incorrect format of MDF file’ 错误。
示例 F-1 导出至文件系统
<?xml version="1.0" encoding="UTF-8" ?>
<Package>
<LOCALE>en</LOCALE>
<User name="" password="" />
<Task>
<Source type="Application" product="FCC" project="Financial Close" application="Financial Close Management" />
<Target type="FileSystem" filePath="/FCM-Financial Close Management" />
<Artifact recursive="true" parentPath="/Alert Types" pattern="*" />
<Artifact recursive="true" parentPath="/Custom Attributes" pattern="*" />
<Artifact recursive="true" parentPath="/Integration Applications" pattern="*" />
<Artifact recursive="true" parentPath="/Integration Types" pattern="*" />
<Artifact recursive="true" parentPath="/Periods" pattern="*" />
<Artifact recursive="true" parentPath="/Task Types" pattern="*" />
<Artifact recursive="true" parentPath="/Templates" pattern="*" />
<Artifact recursive="true" parentPath="/Years" pattern="*" />
</Task>
</Package>示例 F-2 从文件系统导入
<?xml version="1.0" encoding="UTF-8" ?>
<Package>
<LOCALE>en</LOCALE>
<User name="" password="" />
<Task>
<Source type="FileSystem" filePath="/FCM-Financial Close Management" />
<Target type="Application" product="FCC" project="Financial Close" application="Financial Close Management" />
<Artifact recursive="true" parentPath="/Alert Types" pattern="*" />
<Artifact recursive="true" parentPath="/Custom Attributes" pattern="*" />
<Artifact recursive="true" parentPath="/Integration Applications" pattern="*" />
<Artifact recursive="true" parentPath="/Integration Types" pattern="*" />
<Artifact recursive="true" parentPath="/Periods" pattern="*" />
<Artifact recursive="true" parentPath="/Task Types" pattern="*" />
<Artifact recursive="true" parentPath="/Templates" pattern="*" />
<Artifact recursive="true" parentPath="/Years" pattern="*" />
</Task>
</Package>