Add dataabase to replication page using script

Hi.

I have looked for answers on my question but didn’t find any that worked for me.

Problem: I have created a local replica of a database. Now I want to add this database to the replication page using lotusscript. I have seen some answers that included creating the replica, but since mine allready exists it’s different.

Any advise?

Thx

Subject: Add dataabase to replication page using script

Hi Karel,

to my knowledge there is no direct script method like “AddtoReplicator”. However once you replicate the database will be added. So try call db.replicate(servername) and see if it works for you. Replicate only works if the DB is local.

Hth

:slight_smile: stw

Subject: RE: Add dataabase to replication page using script

On a slightly different subject … you say “once you replicate the database will be added” but this is not happening for me. I have a local replica of my mail database, I replicate all the time manually, but I cannot get it to add to the replication page! Why not?