To run QMS, you must configure it to communicate with the IDOL Server data index, and the Promotion Agentstore.
You can use one of the following components to access the IDOL Server data index:
To configure child servers for QMS
Open the QMS configuration file in a text editor.
[IDOL]
section, or create one if it does not exist.In the [IDOL]
section, set the Host
parameter to the host name or IP address of the server that you use to query the IDOL Server data index (DAH, IDOL Proxy, or the Content component). Set the Port
parameter to the ACI port of this server.
For example:
[IDOL] Host=127.0.0.1 Port=9000
[PromotionAgentStore]
section, or create one if it does not exist.In the [PromotionAgentStore]
section, set the Host
parameter to the host name or IP address of the machine where the Promotion Agentstore component is installed. Set the Port
parameter to the ACI port of the Promotion Agentstore.
For example:
[PromotionAgentStore] Host=127.0.0.1 Port=9050
[StatisticsServer]
section, or create one if it does not exist. AllowedQueryParameters
parameter in the [Server]
section of the QMS configuration file. Separate multiple parameters with a comma.Refer to the QMS Reference for more information.
|