More replica schedules

One of our customers has a Notes domain with 3 servers, on three different locations, connected by VPN over ADSL.A connection document is responsable for replication, every 1 hour. Now a have developed an application which should replicate every 15 minutes.

Can I write LS-code with the db.Replicate Method and let this happen every 15 minutes without trouble with de replication via the connection document?

Or can I create a second connection document which replicates every 15 minutes and only the specified database? Have I then to exclude (possible ?) that database from the existing connection document?

Koos van Harmelen

Subject: More replica schedules

You can specify databases (files) to replicate or databases (files) not to replicate in the Connection Document’s Replication tab…

Subject: Meaning: Just create a second connection document

Subject: RE: Meaning: Just create a second connection document

Thanks, this works.I was confused about the same database, replicating by two connection documents. But in the original conn. document I disabled the replication for the database which is replicated by the second connectiondocument.

Koos