Hi Eric, I also cannot launch SymmetricDS as a service. OS: CentOS 7 SymmetricDS 3.12.4 Is this approach also work for my case?
Hi Eric, Thank you for your revert. Please find the attached log file for your investigation. Although there is no ERROR message in the log file, the indexes' information is wrong in the log, and the wrong indexes are synchronized from the source database to the target database. One more thing, would you mind telling me the absolutely correct steps and commands for synchronizing the DDL changes (including table columns, indexes, etc)? Thank you! Best Regards, Kenneth
Hello, I followed this article (https://www.symmetricds.org/docs/how-to/sync-schema-ddl-changes), it can synchronize the manipulate of table columns, but it cannot sync the table indexes changes (from MSSQL to MySQL), and I am using version 3.12.3. In my testing environment, there is a table named: AAATEST When I added, deleted or changed the table indexes, I tried the following command combination, but take no effect. Combination A - Just send schema: symadmin --engine Server-000 send-schema --node...
Hello, I followed this article (https://www.symmetricds.org/docs/how-to/sync-schema-ddl-changes), it can synchronize the manipulate of table columns, but it cannot sync the table indexes changes (from MSSQL to MySQL). In my testing environment, there is a table named: AAATEST When I added, deleted or changed the table indexes, I tried the following command combination, but take no effect. Combination A - Just send schema: symadmin --engine Server-000 send-schema --node 001 AAATEST Combination B -...
Hello, I followed this article (https://www.symmetricds.org/docs/how-to/sync-schema-ddl-changes), it can synchronize the manipulate of table columns, but it cannot sync the table indexes changes. In my testing environment, there is a table named: AAATEST When I added, deleted or changed the table indexes, I tried the following command combination, but take no effect. Combination A - Just send schema: symadmin --engine Server-000 send-schema --node 001 AAATEST Combination B - Sync trigger and send...
Hello, I am new in SymmetricDS, and I am not using the Pro version, I used the SymmetricDS with free license. I followed the quick start guide to set up the environment, it works to data manipulation, it can synchronize the insert, update and delete of data from MSSQL (SQL Server) to MySQL. But I have no idea how to synchronize the changes of DDL (e.g.: added a column, deleted a column, changed the length of varchar column, etc). I also installed the Pro version with 90 days trial, it seems the Pro...
Hello, I am new in SymmetricDS, and I am not using the Pro version, I used the SymetricDS with free license. I followed the quick start guide to set up the environment, it works to data manipulation, it can synchronize the insert, update and delete of data from MSSQL (SQL Server) to MySQL. But I have no idea how to synchronize the changes of DDL (e.g.: added a column, deleted a column, changed the length of varchar column, etc). I also installed the Pro version with 90 days trial, it seems the Pro...