DB Replicator

0
Is there any option to debug the flow when working with DB Replication? I see no errors in the mapping of attributes and assocations. When importing data, it shows 1 object found and 1 object skipped. Not sure why it is skipped. Not only this case, issue might be something else also. How do we know where exactly the problem is and is there any way we can debug the flow in DB Replication?
asked
1 answers
0

there is a lognode which you can set to debug/trace to see more information. Debugging can be locally using eclipse, but is not necessary probably.

Try checking your keys and query the datasource yourself with the exact keys and check the results.

answered