Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: CMT8.4.1.201205
-
Fix Version/s: CMT8.4.1.201205
-
Component/s: CUBRID Migration Toolkit
-
Labels:None
-
Environment:
CMT8.4.1.0022-20120510
Description
There isn't table code in target db
1 Choose mysql database
2 Choose view a (create view a as select `CMT`.`code`.`s_name` AS `s_name`,`CMT`.`code`.`f_name` AS `f_name`,(`CMT`.`code`.`s_name` + `CMT`.`code`.`f_name`) AS `name` from `CMT`.`code`)
3 Goto step5, save the migration process to xml file
4 Double click console bat file, input the xml file.
Actual result:
It will pop error.
Additional
If we choose the xml in XE template to do migration, it will pop the xml isn't correctly.
When do offline migration to online db or do migration to file, it will pop the error.