C API ReplicateWithServer

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);

Subject: C API ReplicateWithServer

Look in the PAB for connection document. do an FTSearch

Regards

Tamir Ben Shoshan

http://www.systbs.com

SharePoint & Lotus plugins & Notes CAPI

Subject: C API ReplicateWithServer

Thanks for the response. Assuming that PAB is ‘personal address book’ and FTSearch is full text search’ …

I went into the GUI - Contacts - Advanced - Connection. I see one entry - home/notes/net. How would I do a full text search? BTW, I copied the ID file to another platform, and it gets the same error.