stopLMService command
Use the stopLMService command to stop a started local mapping service.
A local mapping service, when first created, is in the started state. A started local mapping service intercepts requests whether or not service map is attached.
Target object
The name of a local mapping service, as returned by the createLMService command.
Required parameters
None.
Optional parameters
None
Example usage
The examples show how a local mapping service, named Route, is stopped.
Using Jython:
Input message:
AdminTask.stopLMService('Route')Output
message:
CWSMW0237I: Local mapping service "Route" was stopped successfully. Using Jacl:
Input message:
$AdminTask stopLMService RouteOutput
message:
CWSMW0237I: Local mapping service "Route" was stopped successfully.