I have a problem how to synchronize - migrate data from Sybase to PostgreSQL, syscfg.db, LogFile.db and Archiv.db, application was created on Database-Sybase and I’d like to use other free database platform.
Is there any possibility, without using xml export from application - cnf, cos import fails down.
Hello Michal,
basically there are 2 ways of converting an application from one DB platform to another. (For both, I’ll presume that you’ve already performed an upgrade, that is you are not migrating between different versions of D2000, but only from one platform to another.
-
the first one is XML export and import (https://doc.ipesoft.com/display/D2DOCEN/XML+Export and https://doc.ipesoft.com/display/D2DOCEN/XML+Import). If there are problems with XML import, please report them to D2000 developers. You may have found an error or perhaps some of XML export/import settings must be modified.
-
the second one is cfgsynchro utility (https://doc.ipesoft.com/display/D2DOCEN/D2000+CfgSynchro). It basically peforms a full synchronisation from one configuration database to another (unlike XML import, which allows you to do a partial synchronisation - e.g. to migrate a specific set of objects only). Of course, we recommend doing backups of databases before this operation.
GR8 cfgsynchro utility is working like a champ, problem was solved, close topic.
THX