ADMINISTRATION TOOLS


Enhancing the Administration Process through the Extension Manager
You can extend the Administration Process to enhance its current core functionality -- that is, processing all administration requests created through the IBM® Lotus® Notes® user interface or by a IBM® Lotus® Domino™ server. Using the Extension Manager to extend the Administration Process, you can use the core Administration Process functionality and develop additional tasks based on Administration Process actions.

Creating a third-party Administration Request

You can extend the Administration Process by creating an administration request directed to a third-party server add-in task that interprets the request and acts on it. When creating a third-party administration request, specify:


The Administration Process acts on third-party requests by opening the message queue and placing a message with the IDs of the administration request and log notes in it. The add-in task monitors the message queue and then performs the required processing.

For information on creating a server add-in task that processes third-party administration requests, see the Lotus C API User Guide.

To verify which task is processing a request

To verify whether AdminP or another task is processing an administration request:

1. From the Domino Administrator, choose Server - Analyses - Administration Requests.

2. Open the "All Requests by Action" view.

3. Select the request, right-click the mouse button and choose Document Properties.

4. Click the Field tab, and then locate the ProxyProcess field which contains the name of the task that is processing the administration request.

The ProxyProcess field is set by the program that created the request.

See also