FDM to FDMEE Migration issue - Target application not found on the source
Hello, while trying to migrate FDM Classic to FDMEE using the migration utility I keep getting this error :
(P.S : I type the HFM application name in UPPERCASE)
DEBUG [AIF]: FdmMigrationUtil.createTargetApp - START
DEBUG [AIF]:
SELECT tco1.optiontype
FROM tctrloption tco1
WHERE tco1.optionkey LIKE '%AppName'
AND tco1.optionvalue = <DB_NAME>
AND EXISTS (SELECT 1 FROM tctrloption tco2 WHERE tco2.optionkey = tco1.optiontype + 'EnableChkIntersect')
DEBUG [AIF]: Error in FdmMigrationUtil.createTargetApp
Traceback (most recent call last):
File "<string>", line 195, in createTargetApp
RuntimeError: Target application not found on the source: name=<DB_NAME>, type=HFM