Configuring Audience Manager and Outbound E-mail licenses

Audience Manager and Outbound E-mail require licenses to work. The exact functionality available is determined by the contents of the specific license file. To obtain a license file, contact SDL Tridion Customer Support. Configure the location of the license file in the <System> section of the configuration file OutboundEmail.xml.

Procedure

  1. Open OutboundEmail.xml located by default in the config subdirectory of your Content Manager root location in a plain-text editor or XML editor.
  2. Locate the <System> section, for example:
    <System>
    	<LicenseFile /> 
    	<CoreServiceUrl>http://localhost/webservices/CoreService2012.svc/wsHttp</CoreServiceUrl>
    	<MonitoringAgentPort>20131</MonitoringAgentPort>
    </System>
  3. Specify the following settings:
    <LicenseFile>C:/Program Files (x86)/Tridion/config/license.xml</LicenseFile>
  4. Save and close OutboundEmail.xml.