PreviousNext

dts modify

Changes attributes of dtsd processes. The syntax is:

dts modify [dts_server] {-change attribute_list | attribute value}

Options

-change attribute_list
Allows you to modify attributes by using an attribute list rather than using individual attribute options. The format of an attribute list is:

{{attribute value}...{attribute value}}

-attribute value
As an alternative to using options with an attribute list, you can change individual attribute options by prepending a hyphen (-) to any attributes listed in the Attributes topic of this reference page.

Description
The dts modify operation changes attributes of dtsd processes. Allows attributes to be changed with the -change option. Attribute options are also supported for all modifiable attributes. This operation 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 sets the minimum number of servers needed for DTS operation to 5 for a remote dtsd:

dcecp> dts modify ncacn_ip_tcp:130.105.1.227 -minservers 5
dcecp>

dcecp> dts modify ncacn_ip_tcp:130.105.1.227 -change {minservers 5}
dcecp>