Search or browse our knowledge base to find answers to your questions ranging from account questions to troubleshooting error messages. The content is curated and updated by our global Support team
IMPORTANT NOTE: Following steps are applicable for Qlik Sense deployments originally installed with versions prior to the June 2019 release. For Qlik Sense deployments originally installed with the June 2019 or later releases, follow standard steps for patching Qlik Sense and do not perform steps below. If you are not certain about the initially installed version of Qlik Sense, please refer to Validating Qlik Sense root CA certificate for presence of CA:TRUE attribute to check the current certificate for the CA:TRUE attribute.
C:\ProgramData\Qlik\Sense\Repository\Exported Certificates\.Local Certificates
On ALL NODES navigate to C:\Program Files\Qlik\Sense\Repository (or corresponding nondefault location) and open Repository.exe.config file.
<add key="Certificates.SelfSignedRoot.BasicConstraintsCA" value="true" /> If the above key is not present, add it within <appSettings> section, in example: (…) <add key="BackgroundWork.CountLimit" value="3" /> <add key="Certificates.SelfSignedRoot.BasicConstraintsCA" value="true" /> <add key="DatabaseCommandTimeout" value="00:01:30" /> (…)
NOTE: If you are installing a patch on November 2018 track, name of the key is:
<add key="CertificatesSelfSignedRootBasicConstraintsCA" value="true" />
repository.exe -bootstrap -iscentral
Note: If this message is not shown, open Windows Task Manager, find Qlik Sense Repository Service in the Processes tab and end it by right-clicking on it and selecting End task.
a) Account running the Qlik Sense services has administrator privileges:
b) Account running the Qlik Sense service does not have administrator privileges:
repository.exe -bootstrap