I am trying to set up database replicas on two new servers and add a user to a group - all via Lotusscript.
The CreateReplica and AddGroupMembers methods are probably some of the simpler ones. All the variables I use to call the methods are correctly set, I verified that in the Debugger.
When I call the methods, I do not get a note id back and no Administration Request document has been created.
I have no idea what the problem could be. The passed parameters are correct, I am not getting any error but the methods don’t create any requests.
Any hints are greatly appreciated.
-jm