RE: How to create new documents freshly everyday Andre Guirard 18.Aug.03 11:20 PM Lotus Notes LEI LEI - 3.0Solaris/SPARC
It sounds like you're using timestamp replication and you want to avoid having to use key replication because you need changes to flow both directions.
If you checked Skip Deletions on both ends of the activity, then there should not be any deletions. I think the messages you're seeing probably are saying that the activity would like to delete some records, but cannot because you've checked skip. If you think rows are really getting deleted, enable the SQL logging option in the connection document so that you can see the command to delete rows being sent.
If the activity is deleting records (or telling you that it wants to) and there are no records that should be deleted, then the problem likely has to do with a mismatch in sort order. If one of your connections is Notes, use an Order metaconnector to sort the Notes data and see whether that helps.