I’m using the ReplicateWithServer API from the Lotus C API for Domino and Notes toolkit. This is working to successfully replicate my database.
I’ve initialized to zero the REPLSERVSTATS structure I pass to it and monitor from another thread the changes to this structure.
I replicate a single database. When I know there are 4 things added to the server DB and I begin to replicate it the stats.Pull.NotesAdded accurately indicates the 4 items added. However, I was wanting to see the progress of the replication go from 1 through 4 but this field appears to show the total only.
Is there any way to monitor the actual replication of the individual additions during the replication?