Configuring Document Protection - 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 whether the server directly activates document protection after document generation, complete the following steps.

This attribute applies to documents with password protection and is only evaluated if client_runtime_mode is set to False.

Note: Document protection does not apply when a document is previewed or displayed in OnBase.
  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. Complete one of the following substeps.
    • To activate document protection after document generation on the server, set the protect_document attribute to True.
    • To activate document protection only on the Client, set the protect_document attribute to False.

    Example

    <mws systemoid="dm" dbalias="odin_mws" process="MWS_Standard" client_runtime_mode="FALSE" protect_document="FALSE" />
    Note: The default value is False.
  4. Save and close the file.