enableLMServiceEventPoint command
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.
Target object
None
Required parameters
- lmService
- The name of the associated local mapping service.
Optional parameters
None
Example usage
The following example shows how you enable an event point on a local mapping service.
Using Jython:
Input message:
AdminTask.enableLMServiceEventPoint('-lmService DemoLM')Output
message:
CWSMW0255I: The event point for local mapping service "DemoLM" was enabled successfully.Using Jacl:
Input message:
$AdminTask enableLMServiceEventPoint {-lmService DemoLM}Output
message:
CWSMW0255I: The event point for local mapping service "DemoLM" was enabled successfully.