Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Sep 18, 2023 7:24:43 AM
Mar 1, 2019 4:45:34 AM
A Qlik Sense Enterprise on Windows upgrade may fail with the error:
Initializing 'QSMQ' database.
The error can be found in the installer log (see How to read the installation logs for Qlik products ).
ALTER DATABASE "QSMQ" OWNER TO qliksenserepository; --sets qliksenserepository as owner of the QSMQ database
GRANT TEMPORARY, CONNECT ON DATABASE "QSMQ" TO PUBLIC;
GRANT ALL ON DATABASE "QSMQ" TO postgres;
GRANT CREATE ON DATABASE "QSMQ" TO qliksenserepository;
Qlik Sense Upgrade fails with: This version of Qlik Sense requires a _ database for _
does this procedure still need to be done on current versions of qlik ?
Hello @Ken_T The root cause (ownership changed) can still occur on newer versions of Qlik Sense (or may have been changed intentionally or by accident). In both these cases, the solution here still applies.
I will rewrite the article to be clearer that we are more so talking about the root cause, rather than an upgrade from one specific version to the other.
All the best,
Sonja