When I call ReplicateWithServer, the mail database gets replicated correctly. However, I get messages to stdout of the form:
[26518:00002-4151830224] 05/22/2012 17:05:42 Replicator was unable to initialize D03NM123/03/M/IBM mail2\lscolton.nsf (from ?): You are not authorized to perform that operation
I don’t see that ‘lscolton’ name or the others anywhere. Where are they coming from and how do I suppress them?
const char *dbName = "mail5/xsign.nsf";
memset(&retStats, 0, sizeof(REPLSERVSTATS));
status = ReplicateWithServer(NULL, /* portname, use most available */
"D03NM123/03/M/IBM",/* server name */
REPL_OPTION_RCV_NOTES |
REPL_OPTION_SEND_NOTES, /* options */
1, dbName,
&retStats);