Modifying the Newly Created Configuration File - Advanced Design and Setup - Foundation 23.2 - Foundation 23.2 - Ready - Content Composer - external

Content Composer Advanced Design and Setup

Platform
Content Composer
Product
Advanced Design and Setup
Release
Foundation 23.2
License
To modify the new configuration file, complete the following substeps.
  1. Open the new CONFIG file created in Copying the Required Files with a text editor that supports UTF-8.
  2. Find the line beginning with
    <add name="tracefile_listener" type=
  3. Modify the initializeData attribute to the name of the log file.
    <add name="tracefile_listener" type="ModusSuite.Common.SystemFramework.DailyTraceListener, ModusSuite.Common.SystemFramework" delimiter=";" initializeData="BatchServiceHost_log.txt" traceOutputOptions="DateTime"/>
  4. If the process creates documents, to specify the Microsoft Word template, complete the following substeps.
    1. Search for the node <appSettings>.
    2. If the Normal.dotm is located in the installation directory, add the following line.
      <add key="wordtemplate" value="%Composerdir%Normal.dotm" />
      Note: The installation created an environment variable named %Composerdir%, which contains the path to the Content Composer Studio installation directory.
    3. If the Normal.dotm is not located in the installation directory, add the following line, replacing PathToNormal.dotm with the path of the required Normal.dotm.
      <add key="wordtemplate" value="PathToNormal.dotm\Normal.dotm" />
  5. Save and close the file.