In general, synchronization of a cloned target database is not possible without reloading the IDT/IDXs. There are many problems including:
Triggers on the source database will continue creating transactions for a specific database number (example, IDS_01). If the new target database’s connection string specifies a different database number, it will be unable to see those transactions.
There are now multiple consumers of trigger transactions (databases A and A’), but only one transaction will be created, which is insufficient to synchronize both databases. In other words, the cloned system does not have any triggers defined for it, and must not process the transactions created for the original system.
The
IDS_2PC
table contains the name (connection string) of the original target database. This may be changed to the new target database by using the