To modify the new configuration file, complete the
following substeps.
- Open the new CONFIG file created in Copying the Required Files with a text editor that supports UTF-8.
-
Find the line beginning with
<add name="tracefile_listener" type=
-
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"/>
-
If the process creates documents, to specify the Microsoft Word
template, complete the following substeps.
- Search for the node <appSettings>.
-
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.
-
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" />
- Save and close the file.