| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
|
| Hi, I want to automate replication with 5 different servers through LotusScript. I am using code which contains the following: Call Database.Replicate( "Server1" ) Call Database.Replicate( "Server2" ) Call Database.Replicate( "Server3" ) ans so on. I have also tried flag= Database.Replicate( "Server1" ) and the flag always returns true. This is working only in the following case. 1)if Database is a stub and has never been replicated before it replicates successfully with server1. it then appears to do something but it does not replicate with the other servers. 2)if I add, remove or modify a document on the local replica and call the agent it replicates with the first server but as above not the others I'm new to Notes and I am baffled, does the Replicate method only work if the database has been modified since it was last replicated? Any advice on automating replicating with servers appreciated. Richard |
![]() |
| Thread Tools | |
| Display Modes | |