|   
      dts stop
Stops the dtsd process.  The syntax is: 
 	dts stop [dts_server] 
Description The dts stop operation stops the dtsd process.  Returns an empty string on success.
 
Privileges Required You must have w (write) permission on the ACL associated with the DTS entity in order to execute the command.
 
Examples The following example stops the dtsd process on remote host named cyclops:
 
dcecp> dts stop /.:/hosts/cyclops/dts-entity dcecp>
 
 
 
 |