Problem is that when you close Lotus Notes, it prompts user on whether to replicate or not.
I want a replication to occur when Notes closes, but it needs to be SILENT, so that the script can operate properly, without any user intervention prompts.
That behaviour is user-configured on the Location document in effect at the time (on the Replication tab). You can programmatically change the value, but that will persist and fail to notify the user on the next normal shutdown.
Stan Rogers, you say that the replication on close can be controlled programmatically - do you know how this would be achieved? I know nothing about how to automate Lotus Notes.
My main goal is for clients to do a final replication, but not to require a Yes/No/Cancel, if it is possible, I would like to know how.
You could try simply setting the PrmptAtEnd field to “0”, it will be overwritten subsequently to re-enable the prompt if the dynamic client configuration is not disabled or the location document is resaved.