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).
To set up support for local groups:
- Stop the Qlik Enterprise Manager service.
- Open the following file in a text editor: installation directory\bin\aemctl.exe.config
-
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>
- Save and close the file.
- Restart the service.