Configuring the Aggregation Service user account, protocol, or port
Online Marketing Explorer provides a ReserveNamepace command line tool that you can use to change the HTTP service, port, or user account under which the Aggregation Service is running. By default, the Aggregation Service runs under the Network Service user account and uses HTTP on port 2600. The ReserveNamepace tool updates Windows security configuration.
About this task
The Aggregation Service consists of the following services:
- The AggregationDataService is used to connect to the Online Marketing Explorer Web application.
- The OnlineMarketingODataService is used to connect to the Online Marketing Explorer dashboard.
You need to run the tool for both of these services, first using the remove command to remove the existing security configuration and then the add command to specify the new configuration. The tool takes the following parameters:
ReserveNamespace.exe command baseAddress "user"
For example:
ReserveNamespace.exe remove http://+:2600/AggregationDataService "Network Service"
Where
commandisremoveoraddbaseAddressconsists of:- protocol—
http//orhttps// - port—for example
+:2600 - path to service—for example
AggregationDataServiceorOnlineMarketingODataService
- protocol—
user—the user account under which the service is running