Use the enableLMServiceEventPoint command to enable an event point on a local mapping service.
After creation, event points are in the disabled state, and no events generated, unless you enable event points.
None
None
The following example shows how you enable an event point on a local mapping service.
Using Jython:
AdminTask.enableLMServiceEventPoint('-lmService DemoLM')
CWSMW0255I: The event point for local mapping service "DemoLM" was enabled successfully.
Using Jacl:
$AdminTask enableLMServiceEventPoint {-lmService DemoLM}
CWSMW0255I: The event point for local mapping service "DemoLM" was enabled successfully.