Hello All.
We have 3 instances and customized replication functionality. And it sometimes fails. Could you please advice me way to find objects that is not replicated to other instances?
Thank you.
Hello
1) look at the log file and dump file
2) check the table in target repository dm_referance. It is a table of referance Id between source and target table.
3) you could write java-program , where you could get sessions to source and target repository and checked different with query in source and target repository
4) other