Configuring synchronization settings on the Content Manager
The Tridion.Aggregation.config file is the configuration file for Online Marketing Explorer on the Content Manager Server.
Procedure
- Open the
Tridion.Aggregation.configconfiguration file, located by default in your SDL Tridion installation\configdirectory. - In the
<aggregationFramework>section, you can configure the following synchronization properties:startTime—(optional) use to set the time of the first synchronization (by default, synchronization starts immediately after the Tridion Aggregation Service has started).Specify hours and minutes using the format:
00h00m, for example12h34m.aggregationInterval—the time in seconds the Tridion Aggregation Service waits between polling actions.Specify hours, minutes and seconds using the format
00h00m00s, for example12h34m56s. All three parts are optional. If you just want to specify seconds you can omit the letters, for example"30".requestTimeout(optional)—the timeout of the HTTP request to the Synchronization Server. The default value is one minute.Specify hours, minutes and seconds using the format
00h00m00s, for example12h34m56s. All three parts are optional. If you just want to specify seconds you can omit the letters, for example"30".
<settings aggregationInterval="30" maxAggregationThreads="2" maxAggQueueLength="4" heartbeatTimeout="2m" /> - In the
<aggregationFramework>section, you can also configure the following properties for performance and outscaling:maxAggregationThreads(mandatory)—the number of threads used to aggregate tracked data. Each batch is split into equal parts and each part is processed in its own thread. The minimum value is 1, and it is recommended to set the maximum value to no greater than the number of cores on the server. You can limit the number of cores that Tridion Aggregation Service uses by setting this value.maxAggQueueLength(optional)—the maximum number of work items in the aggregation queue. If aggregation is slow, do not setmaxAggQueueLengthtoo high because batches will start to experience timeout failure on the synchronization server. The default value is 4, and the minimum value is 1.
- Save and close the file.
- Open Component Services and restart the Tridion Aggregation Service.