Skip to main content

Working with local groups

By default, Enterprise Manager only supports working with domain users and groups. To set up support for local groups, you must update the aemctl.exe.config file, which is located in the bin folder of your Enterprise Manager installation directory (by default, this is C:\Program Files\Attunity\Enterprise Manager\bin).

  1. Stop the Qlik Enterprise Manager service.
  2. Open the following file in a text editor: installation directory\bin\aemctl.exe.config
  3. Under <appSettings>, add the following row:

    <add key="UseLocalGroups" value="true"/>

    Example:

    <appSettings>

    <!-- LogOverwrite: comma seperated list of loggers ot '*' for enabling global debug -->

    <!-- Loggers: Root,Service,Repository,Host,Command,Security,WebLog-->

    <add key="LogDebugOverwrite" value=""/>

    <add key="AssemblyList" value="AemGlobals,RepuiGlobals"/>

    <add key="ClientSettingsProvider.ServiceUri" value=""/>

    <add key="DisableToken" value="false"/>

    </appSettings>

  4. Save and close the file.
  5. Restart the service.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!