Parameters
|
Parameter |
Required / Optional |
Description |
|---|---|---|
| ContractManager!UseAuthentication | Optional |
Boolean flag that specifies whether to enable authentication for executing SOAP calls on the Contract Manager.
|
| ContractManager!UseLDAP | Optional |
Boolean flag that specifies whether users can log in to Communications Manager Designer using LDAP authentication.
|
| ContractManager!LDAPPropertiesFile |
Required if ContractManager!UseLDAP was set to True |
The configuration file for LDAP authentication. |
| ContractManager!ImportConfigurationFile | Optional |
Path to exported configuration file that will be loaded automatically when the Contract Manager is started. See the Export Contract Manager configuration topic. |
| ContractManager!ImportInfrastructure | Required when ContractManager!ImportConfigurationFile has a value. | Boolean flag that specifies whether the exported configuration should be loaded with or without
infrastructure.
See the Export Contract Manager configuration topic for details. |
| ContractManager!RequestHandlerIdentifier | Mutually exclusive with the ContractManager!ClearRequestHandlerIdentifier parameter. | Modifies the request handler identifier of the Contract Manager to the passed value. The value
cannot be empty, because then the command line parameter is regarded as not passed.
A request handler identifier may only consist of alphanumerical characters: a-zA-Z0-9. |
| ContractManager!ClearRequestHandlerIdentifier | Mutually exclusive with the ContractManager!RequestHandlerIdentifier parameter. |
A Boolean flag that specifies whether to modify the request handler identifier to the empty string . If True, the request handler ID should be modified to an empty string. If False, no changes should be made to the request handler ID. |