Specifying Service Users - 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 specify one or more service users, 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 serviceusers element within the mws element.
  3. Modify the username attribute to the name of the user running the backend application that invokes the Login function.
    <mws systemoid="[SYS-OID]" dbalias="MWS" process="MWS_Standard" client_runtime_mode="false" protect_document="false">
       <serviceusers>
          <serviceuser username="mws-service-user-1" />
       </serviceusers>
      </mws>
    Note: You may need to insert the serviceusers element, if not yet available.
  4. Optional. To add more users, copy the serviceuser element.
    <serviceusers>
          <serviceuser username="mws-service-user-1" />
          <serviceuser username="mws-service-user-2" />
       </serviceusers>
  5. Save and close the file.