Start an Initialization or Replication
After you have configured a table in the Replication Cockpit, you can:
Initialize a table → This executes a Full Load of your table (incl. applying the Initialization Join). After the succesful Initialization, the Replication will automatically start.
Replicate a table → This executes a Delta Load of your table
![]() |
You can do this action from table level as well as in bulk from the connection level.
![]() |
Warning
Make sure to remove the tables added to the RC tables from the Delta Data Jobs. There should be no conflict between RC and DJ, i.e. the same table should not be replicated via RC and delta loaded via DJs. Otherwise, execution conflicts may occur if these 2 tools try to write data to the same EMS table concurrently.