Target tables keeps going out of sync without any errors or any known reasons.
The problem is related to the batch logic coupled with the rollback logic in 7.0.1. The problem can occur if batch processing is enabled and with rollbacks.
Workaround:
Disable batch processing by turning off SP_ORD_BATCH_ENABLE on source.
sp_ctrl>set param SP_ORD_BATCH_ENABLE 0
Status :Addressed in 7.0.1.23