Parameters

Parameter

Required / Optional

Description

ContractManager!UseAuthentication Optional

Boolean flag that specifies whether to enable authentication for executing SOAP calls on the Contract Manager.

  • If set to True, then the calling application should supply an application name as the user name and its application key as the password. For more information, see the Applications topic.
  • If set to False, anyone with access to the Contract Manager can execute any SOAP call on its interface without additional authentication.
ContractManager!UseLDAP Optional

Boolean flag that specifies whether users can log in to Communications Manager Designer using LDAP authentication.

  • If set to True, users can log in to Communications Manager Designer with their LDAP user accounts.
  • If set to False, users can log in to Communications Manager Designer with internal user accounts that are managed by the Communications Manager Repository server.
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.