sap-commerce-db-sync
sap-commerce-db-sync copied to clipboard
SAP Commerce extensions to perform table-to-table replication in single-directionally manner between two SAP Commerce instances or between SAP Commerce and an external database.
Please add a null test in DefaultDatabaseSchemaDifferenceService l236 as thise causes an exception : ``` if(differenceResult.getSourceSchema().getDatabase().findTable(missingTable.getLeftName(), false) == null){ LOG.warn("Error findTable=["+missingTable.getLeftName()+"]"); continue; } ```
The incremental cronjob incrementalMigrationJobNonLP is stuck in the running state. Below messages are getting logged continuously: INFO [incrementalMigrationJobNonLP::de.hybris.platform.servicelayer.internal.jalo.ServicelayerJob] [AbstractMigrationJobPerformable] {} Cron job request to abort: false INFO [incrementalMigrationJobNonLP::de.hybris.platform.servicelayer.internal.jalo.ServicelayerJob] [AbstractMigrationJobPerformable] {}...
After updating to the latest version (1.2.10) tool is not able to generate schema diff script. The process ends with a failure status. In the "Preview Schema Migration" tab, I...
We noticed that when the Hybris type system suffix is set to 2, the wishlist2 table is not replicated. This appears to be due to a conflict between the table...
Hello team, Sorry if this is not the correct place to this doubt, but I didn't found the steps to how to obtain support, and I already contacted the support...
Info from the customer: We have a table with about 170M records in MySQL. During migration, this table is divided into chunks of 1000. The problem we have is the...
## Description There is an issue where there is leftover data in tables when these tables are not existent on the source db. The problem is those entries in those...
Hi SAP team, Thanks for providing this tool — it’s been helpful for setting up data replication from SAP Commerce. We’ve encountered a challenge: the tool replicates the raw SQL...
Attributes of the type `java.lang.Character` have the data type `SAMLLINT` in a MySQL Database e.g. 'grouptSeperator' on Language: ```xml ``` When executing a schema migration to an MS SQL-Server database,...