Documentation Center

Configuring the Audience Manager license

Audience Manager (as well as the legacy Outbound E-mail feature) requires a license to work. The exact functionality available is determined by the contents of the specific license file used. Typically, the license that covers these features is in the Content Manager license file. If you want or need to have a separate license file for these features (say, in an outscale setup), obtain such a license file, and configure its location.

Procedure

  1. Contact SDL Customer Support to obtain a separate license file for Audience Manager.
  2. Open OutboundEmail.xml, located by default in %TRIDION_HOME%\config, for editing.
  3. Locate the <System> section, for example:
    <System>
    	<LicenseFile /> 
    	<CoreServiceUrl>http://localhost/webservices/CoreService201501.svc/wsHttp</CoreServiceUrl>
    	<MonitoringAgentPort>20131</MonitoringAgentPort>
    </System>
  4. Replace the empty LicenseFile element with the following line:
    <LicenseFile>TRIDION_HOME/config/license.xml</LicenseFile>

    where TRIDION_HOME is the value of the %TRIDION_HOME% environment variable, with the backslashes replaced with forward slashes. By default, the value is c:/Program Files/SDL Web. If your system was upgraded from a release before SDL Web 8, the value defaults to c:/Program Files/Tridion.

  5. Save and close OutboundEmail.xml.