ADMINISTERING
You can extend the Administration Process to enhance its current core functionality -- that is, processing all administration requests created through the Notes® user interface or by a 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.
About this task
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
Use these steps to verify whether AdminP or another task is processing an administration request. The ProxyProcess field is set by the program that created the request.
Procedure
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.
Related concepts Customizing the Administration Process