Archive

Posts Tagged ‘Replica ID’

Change Lotus Notes Replica ID

In a recent project, we were copying databases from one server to another. There were many databases to do, so we decided to write an agent to do the copy. But we wanted copies, not replicas. We found out that the NotesDatabase.CreateCopy method does not copy documents (it only copies the design). We could have used that method, then got a handle to all the documents in the source database and copied them over to the destination database. But instead we used another approach.

Read more…

Viewed 8222 times by 2928 viewers