Oracle Hyperion Financial Close Management의 마이그레이션 정의 파일에 사용되는 제품 코드는 FCC입니다.
주:
마이그레이션 정의 파일에서 정확한 구문을 사용하지 않으면 '부정확한 MDF 파일 형식'을 나타내는 오류가 표시됩니다.
예 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>