Hi,I have about 300 users that replicates with 4 different servers. Now I’m looking to move their mail file to server X. I have written some Lotus Script to delete connection to the old server, create a new connection doc to the server x, change the user location document to the new server x then replicate the user mail file once with the new server x. User executes the LotusScript from a button that I send to them and that is how I get their mail file for replication using “Call CurrentDb.Replicate(“newserverX”)” LotusScript statement.
Now want I want to accomplish is to get all databases on the user replication page and replicate with the new server X.
I don’t know how to solve your problem for all dbs on the replication page.
Secondly,
Sounds like you did a lot of work, regarding the moving of a mail file to a different server. However, before implementing, you may want to try the built-in adminp process for “move a mail file from one server to another”. Its meant to solve all your problems with regards to moving a mail file!
The adminp process will move the mail file, update the person document, update the users location document, update the replication tab on the client for the mailfile and update the server that scheduled agents i.e. out of office runs on.
We have just used it and found no problems. Also, the new mail icon will be added to the workspace and the old one removed (after a client restart I think)