Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dec 4, 2020 3:41:52 PM
Jun 29, 2017 7:42:54 AM
Qlik Sense and the repository fails to start with the error below and the repository service shuts down causing the Qlik Management Console (QMC) and HUB to not be accessible.
When accessing the QMC you will also see this error:
"error message"An error occurred: Initialization of Qlik Management Console failed for the following reasons:"
The following if registered in the logs found under "C:\ProgramData\Qlik\Sense\Log\repository\trace\<servername>_system.log"
or
Fatal exception The process does not possess the 'SeSecurityPrivilege' privilege which is required for this operation. "
Environment:
Available only on Qlik Sense September 2018 release and newer)
The "SeSecurityPrivilege" is a user assignment group policy that translates to "Manage auditing and security log" ( read more: https://technet.microsoft.com/en-us/library/dn221963(v=ws.11).aspx)
Normally the local administrator group is a part of this group policy, and where the service account is also a part of the local administrator group.
Qlik Sense uses a function in the .NET Framework to setup access control lists (ACL) for the Qlik Sense certificate’s private key (so that it can be read by members of the “Qlik Sense Service Users” group. This function requests “AccessControlSections.All” which includes access to the audit section which in turn requires the 'SeSecurityPrivilege' privilege. However Qlik Sense does not use this function to modify anything besides the ACL, i.e. we do not update any auditing policies. The 'SeSecurityPrivilege' privilege is only required for the user running the bootstrap mode and could even be removed after this step is completed.