detachServiceMap command

Use the detachServiceMap command to detach a service map from a local mapping service.

When a service map is detached from the local mapping service, that service map no longer runs when you call to that local mapping service.

Target object

The name of a local mapping service, as returned by the createLMService command.

Required parameters

None

Optional parameters

None

Example usage

The example detaches the service map named Route from the local mapping service named StockQuoteService.

Using Jython:

Input message:
 AdminTask.detachServiceMap("StockQuoteService") 
Output message:
'CWSMW0248I: Successfully detached service map "Route" from local mapping service "StockQuoteService".' 

Using Jacl:

Input message:
 $AdminTask detachServiceMap StockQuoteService 
Output message:
CWSMW0248I: Successfully detached service map "Route" from local mapping service "StockQuoteService". 

Icon that indicates the type of topic Reference topic

Terms and conditions for information centers | Feedback


Timestamp icon Last updated: Tuesday, 22 April 2014
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=phil&product=was-base-iseries&topic=rsm_detachservicemapcmd
File name: rsm_detachservicemapcmd.html