Problems with NotesAdministrationProcess class

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

Subject: Problems with NotesAdministrationProcess class

Found the problem. The user had “depositor” access to admin4.nsf on one server. Which apparently is good enough to deposit the request, it is not sufficient to get the note id back.

Increased access to the normal level and everything is working fine.