Jo, sollte gehen über API:
NSFDbGetReplHistorySummary - Return the replication history summary information.
----------------------------------------------------------------------------------------------------------
#include <nsfdb.h>
STATUS LNPUBLIC NSFDbGetReplHistorySummary(
DBHANDLE hDb,
DWORD Flags,
HANDLE *rethSummary,
DWORD *retNumEntries);
Description :
This function returns the replication history summary information in an array of REPLHIST_SUMMARY structures. The array of REPLHIST_SUMMARY structures is followed by the packed server and database filename data. This data is in the format, <server name>!!<database filename>, with a NULL terminator at the end of the database filename.
If there is no summary information, this function returns ERR_SPECIAL_ID.
This function returns information that is also available from the Notes user interface via the File/Replication/History menu item selection.
Bernhard