Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I would like to know how I can find out the username and password for my Postgres database, as my data is out of date in the operations monitor dashboard, and so I cannot know the amount of access to each dasboard we have.
The QlikSenseUtil can be used as a Connection string editor for modifying the connection string the Repository Service uses to connect to the Postgres DB. this can be found in your install folder. <InstallDirectory>\Repository\Util\QlikSenseUtil
e.g. C:\Program Files\Qlik\Sense\Repository\Util\QlikSenseUtil
The Utility requires local admin to run, but in the utility you can see the connection string editor. Read the config and you can find the current details there.
do you have any access to your Postgres via PGADMIN? What version is the database?
The QlikSenseUtil can be used as a Connection string editor for modifying the connection string the Repository Service uses to connect to the Postgres DB. this can be found in your install folder. <InstallDirectory>\Repository\Util\QlikSenseUtil
e.g. C:\Program Files\Qlik\Sense\Repository\Util\QlikSenseUtil
The Utility requires local admin to run, but in the utility you can see the connection string editor. Read the config and you can find the current details there.
Thanks for the answer