I want to warn the user if the retention period comes to an end. Where
can I find the date of the last synchronization? Or do I have to keep
track by myself?
Lothar Geyer
well, I found something:
> I want to warn the user if the retention period comes to an end. Where
> can I find the date of the last synchronization? Or do I have to keep
> track by myself?
there are two table containing informations about synchonizations:
tables MSysExchangeLog and MSysReplicas. However, I do not find a
connection between these tables to get the last synchronisation of a
replica.
Lothar Geyer
Cheval - 21 Dec 2004 21:50 GMT
Use the synchronizer object in this app to return the replication history.
http://www.trigeminal.com/replication/synch.asp?1033
well, I found something:
> I want to warn the user if the retention period comes to an end. Where
> can I find the date of the last synchronization? Or do I have to keep
> track by myself?
there are two table containing informations about synchonizations:
tables MSysExchangeLog and MSysReplicas. However, I do not find a
connection between these tables to get the last synchronisation of a
replica.
Lothar Geyer