To specify one or more service users, complete the following
steps:
- From the %Composerdir% directory, open Composer.MWS.exe.config with a text editor that supports UTF-8.
- Search for the serviceusers element within the mws element.
-
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. -
Optional. To add more users, copy the
serviceuser element.
<serviceusers> <serviceuser username="mws-service-user-1" /> <serviceuser username="mws-service-user-2" /> </serviceusers>
- Save and close the file.