I’m trying to write an agent to register DWA-only users; that is a user with an entry in the server address book and a mail file, but no id file.
I’ve managed to create users with id files using the RegisterNewUser method from the NotesRegistration class. When I set NotesRegistration.NoIDFile property to true however, the call to RegisterNewUser always fails with the error “Required registration argument not provided”. I’ve tried many different combinations of arguments, all without success. Its a shame the error message isn’t a little more specific.
Can anyone provide a working example of creating a DWA-only user?