Any alternatives to RenameGroup method in NotesAdministrationProcess class?

Hi,

Apart from the undocumented @AdminCreateRequest formula, is there any alternative way to submit AdminP request (thorugh script) for Renaming groups in Domino Directory.I searched this forum and help but could not find any other LotusScript/C API function.Any help???

Thanks in Advance.

Regards,

Sudheer Kondapalli

Subject: Any alternatives to RenameGroup method in NotesAdministrationProcess class?

The reason why i want an alternative is that the RenameGroup function does not work with ACL only groups.It throws a “Group Not Found In Domino Directory” error which is a well-known issue.

Sudheer Kondapalli

Subject: RE: Any alternatives to RenameGroup method in NotesAdministrationProcess class?

The alternative is to have the lotusscript create the request directly in the Admin4.nsf. I used to do that before we had the renamegroup method. Then we tried the method and had to turn back to the old method because it was indeed not working for acl only groups. If you want I can help you with the code to do this.

Subject: RE: Any alternatives to RenameGroup method in NotesAdministrationProcess class?

Hi Jan,

Thanks for your reply.Can you tell me which function (if it is C API) you used to create AdminP request from lotusscript?

If possible please post the code here so that it will be useful for many people who are facing this issue.

Thanks & Regards,

Sudheer Kondapalli