ADMINISTRATION TOOLS
For more information on creating and using an Extension Manager program, see the Lotus C API User Guide. For more information on creating an Extension Manager for the Administration Process, see the ProcessRequestEMCallback function entry in the Lotus C API Reference.
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:
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.
Related topics