Use the disableLMServiceEventPoint command to disable an event point on a local mapping service.
None
None
The following example shows how you disable an event point on a local mapping service.
Using Jython:
AdminTask.disableLMServiceEventPoint('-lmService DemoLM')
CWSMW0257I: The event point for local mapping service "DemoLM" was disabled successfully.
Using Jacl:
$AdminTask disableLMServiceEventPoint {-lmService DemoLM}
CWSMW0257I: The event point for local mapping service "DemoLM" was disabled successfully.