Handling Missing Content Controls - 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 configure the behavior of the application in case of a missing Content Control, complete the following steps:
  1. From the %Composerdir% directory, open Composer.MWS.exe.config with a text editor that supports UTF-8.
  2. Search for the line that begins as follows:
    <mws systemoid=
  3. Add the throw_error_on_missing_content_control attribute within the mws element.
    • To finish document generation with an error message when a Content Control of a text block variable is missing, set the value to True.
    • To trace a warning message and continue document generation when a Content Control of a text block variable is missing, set the value to False.

    Example

    <mws systemoid="TestSystem" dbalias="MWS" process="MWS_Standard" client_runtime_mode="False" protect_document="False" throw_error_on_missing_content_control=True>
    Note: The default value is True.
  4. Save and close the file.