We design screens and reports in otm 5.5 , we want to migrate from one server to another server.Is any option present in OTM 5.5 for migration.
Kindly help me.
thanks in advance,
Pradeep
Kindly help me.
thanks in advance,
Pradeep
update manager_layout set manager_layout_xml=replace(replace(manager_layout_xml,CHR(10),''),CHR(13),'') where domain_name<>'PUBLIC'; update finder_set set finder_set_xml=replace(replace(finder_set_xml,chr(10),''),chr(13),'') where domain_name<>'PUBLIC'; update user_menu_layout set user_menu_layout_xml=replace(replace(user_menu_layout_xml,chr(10),''),chr(13),'') where domain_name<>'PUBLIC';
Comment