cancel
Showing results for 
Search instead for 
Did you mean: 

How can you replicate from ASE 157 to MySQL ?

Former Member
0 Kudos

We have a bunch of servers with different target data sources and targets and require to replicate from

ASE -> ASE ( repserver working fine - no issue)

ASE -> IQ (repserver RTL working fine - no issue)

ASE -> MySQL - How would would you do this and what are the required components ?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member89972
Active Contributor
0 Kudos

1. Try the "other" SAP Replication Server called SAP LT Replication Server (trigger based)

which supports a large number of source and target databases

2. If you need a simple GUI solution, you may also want to know more about a replication product from company named Attunity.

3. If you are ready to code, you can go CDC way :

write triggers for all DML operations,

capture the changes in shadow tables and

push them to target as needed.

HTH

Avinash