Administration Server

We have just migrated to a new mail domain.I need to change the administration server for all databases in our domain.

I can write na agent to do this (probably :-))

but I need to know what field to change and on what form it exists.

If anyone has a couple of lines of script that indicate this I would be very grateful.

Thanks

Steve

Subject: Administration Server

You can use the Admin client to do this batch-wise for all databases on a given server. On the Files tab, click the “All…” button to switch to a flat list of all dbs, select them all, right-click and select “Access Control, Manage…”, Advanced tab…

If you want to write your own tool anyway, the settings are stored in the ACL of each database, so you’d need to use the NotesACL class and set the .AdministrationServer property to the new value…

Thomas - IBM

Subject: RE: Administration Server

Thanks - I’ll use the admin function !