<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>article How to change the Qlik Sense Enterprise on Windows PostgreSQL password in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-change-the-Qlik-Sense-Enterprise-on-Windows-PostgreSQL/ta-p/2046846</link>
    <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;During installation, Qlik Sense Enterprise on Windows prompts you to choose a password for its PostgreSQL repository. This password can be changed. The process is split into three steps.&lt;/P&gt;
&lt;P&gt;&lt;LI-TOC indent="15" liststyle="none" maxheadinglevel="3"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;1. Changing the PostgreSQL password in the database&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;Download and install &lt;STRONG&gt;pgAdmin 4&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Connect to your &lt;STRONG&gt;Qlik Sense PostgreSQL&lt;/STRONG&gt; database:&lt;BR /&gt;&lt;BR /&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;
&lt;DIV&gt;Host name/address:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;localhost&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(if the database has been installed on the local machine)&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV&gt;Port:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;4432&lt;/FONT&gt;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV&gt;Maintenance database (*):&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;postgres&lt;/FONT&gt;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV&gt;Username:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;postgres&lt;/FONT&gt;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV&gt;Password: &lt;FONT face="courier new,courier"&gt;Your current password&lt;/FONT&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;BR /&gt;(*) Note that the maintenance database name may differ if this was not a standard installation and changes were made during setup. Consult your configuration file if necessary.&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Right Click on the&amp;nbsp;&lt;STRONG&gt;postgres&amp;nbsp;&lt;/STRONG&gt;database.&lt;/LI&gt;
&lt;LI&gt;Click&amp;nbsp;&lt;STRONG&gt;Query Tool&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PGAdmin Query Tool.png" style="width: 402px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102276iFD8FF2187C700F5B/image-size/large?v=v2&amp;amp;px=999" role="button" title="PGAdmin Query Tool.png" alt="PGAdmin Query Tool.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Copy the following queries into the Query Tool, replacing &lt;STRONG&gt;&lt;FONT color="#339966"&gt;Example Password&lt;/FONT&gt;&lt;/STRONG&gt; with your new password:&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;ALTER USER postgres WITH PASSWORD '&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Example_Password&lt;/STRONG&gt;&lt;/FONT&gt;';&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;ALTER USER qliksenserepository WITH PASSWORD '&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Example_Password&lt;/STRONG&gt;&lt;/FONT&gt;';&lt;/FONT&gt;&lt;/P&gt;
&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="change the password in PgAdmin.png" style="width: 859px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102265i02C68090D2E4610C/image-size/large?v=v2&amp;amp;px=999" role="button" title="change the password in PgAdmin.png" alt="change the password in PgAdmin.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Run&lt;/STRONG&gt; the Query&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;This has changed the password in the database itself. We will now move on to modifying the connection strings used by the database.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;2. Changing the Connection String to QSR and QSMQ Database &lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;For this step, we will need the&amp;nbsp;&lt;STRONG&gt;QlikSenseUtil&amp;nbsp;&lt;/STRONG&gt;stored in&amp;nbsp;&lt;FONT face="courier new,courier"&gt;C:\Program Files\Qlik\Sense\Repository\Util\QlikSenseUtil\&lt;/FONT&gt;.&lt;/P&gt;
&lt;P&gt;It has to be repeated on all nodes.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;On the Qlik Sense central node, stop all services&amp;nbsp;&lt;STRONG&gt;except&amp;nbsp;&lt;/STRONG&gt;the&amp;nbsp;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Qlik Sense Repository Database Service&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Open&amp;nbsp;&lt;STRONG&gt;QlikSenseUtil&lt;/STRONG&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Open the&amp;nbsp;&lt;STRONG&gt;Connection String Editor&amp;nbsp;&lt;/STRONG&gt;and&amp;nbsp;&lt;STRONG&gt;Read&amp;nbsp;&lt;/STRONG&gt;the current configuration. This decrypts the current data.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Change the &lt;STRONG&gt;Password&amp;nbsp;&lt;/STRONG&gt;in the following two &lt;FONT face="courier new,courier"&gt;connectionStrings&lt;/FONT&gt;:
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;QSR&lt;/LI&gt;
&lt;LI&gt;QSMQ&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Connection String Editor in the QlikSenseUtil.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102266i00F1ADEBE4AE9EA6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Connection String Editor in the QlikSenseUtil.png" alt="Connection String Editor in the QlikSenseUtil.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Hit&amp;nbsp;&lt;STRONG&gt;Save Value in config file encrypted&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Save Value in config file encrypted.png" style="width: 355px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102267i6B4EEBF1A09ADAC4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Save Value in config file encrypted.png" alt="Save Value in config file encrypted.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;We have now changed the connection strings to the QSMQ database and the QSR database.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;3. Changing the Connection String for Micro-Services&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Qlik Sense has introduced micro-services, all of which will require to have their connection strings modified.&lt;/P&gt;
&lt;P&gt;To make changing them easier, we have provided a &lt;FONT face="courier new,courier"&gt;Configure-Service.ps1&lt;/FONT&gt; for each. They can be located in:&lt;/P&gt;
&lt;BLOCKQUOTE class="quote"&gt;Always run PowerShell as administrator.&lt;/BLOCKQUOTE&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;C:\Program Files\Qlik\Sense\Licenses\Configure-Service.ps1&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;C:\Program Files\Qlik\Sense\NotifierService\install\Configure-Service.ps1&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;C:\Program Files\Qlik\Sense\AppDistributionService\Configure-Service.ps1&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;C:\Program Files\Qlik\Sense\HybridDeploymentService\Configure-Service.ps1&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;C:\Program Files\Qlik\Sense\MobilityRegistrarService\install\Configure-Service.ps1&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;C:\Program Files\Qlik\Sense\PrecedentsService\install\Configure-Service.ps1&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;C:\Program Files\Qlik\Sense\NLAppSearch\install\Configure-Service.ps1&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;BLOCKQUOTE class="quote"&gt;Depending on your version of Qlik Sense, the above list may not be complete. Review &lt;FONT face="courier new,courier"&gt;C:\Program Files\Qlik\Sense\&lt;/FONT&gt; for any additional micro-service folders that include a &lt;FONT face="courier new,courier"&gt;Configure-Service.ps1&lt;/FONT&gt;. You can obtain a list of all relevant folders by running the following command in a command prompt:&amp;nbsp;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;dir /s configure-service.ps1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;To update your password using&amp;nbsp;&lt;FONT face="courier new,courier"&gt;Configure-Service.ps1&lt;/FONT&gt;:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Open an elevated Powershell and change the directory to (for example with the license service)&amp;nbsp;&lt;FONT face="courier new,courier"&gt;C:\Program Files\Qlik\Sense\Licenses&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;Run the&amp;nbsp;&lt;STRONG&gt;Configure-Service.ps1&amp;nbsp;&lt;/STRONG&gt;script&amp;nbsp;as follows, providing the correct hostname and the new password:&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;.\Configure-Service.ps1 YourPostgresHostName 4432 qliksenserepository&amp;nbsp;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;ExamplePassword&lt;BR /&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;You may receive the following:&amp;nbsp;&lt;FONT face="courier new,courier"&gt;WARNING: Skipping the database initialization. No superuser or password specified.&amp;nbsp;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;This is expected. It does not indicate that the password change has failed.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Repeat these steps for the remaining micro-services. Your PostgreSQL password has now been changed.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;If you have&amp;nbsp;not installed Qlik Sense in its&amp;nbsp;&lt;STRONG&gt;default location&amp;nbsp;&lt;/STRONG&gt;or have&amp;nbsp;&lt;STRONG&gt;upgraded PostgreSQL&lt;/STRONG&gt;, the &lt;FONT face="courier new,courier"&gt;Configure-Service.ps1&lt;/FONT&gt; script must be adjusted for each microservice.&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Example for changing the install path:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;Before:&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;[string]$senseInstallPath = "$env:ProgramFiles\Qlik\Sense"&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;After:&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;[string] $senseInstallPath = "D:\Program Files\Qlik\Sense",&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Example for changing the PostgreSQL version:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;Before:&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;[string]$postgresHome = "$senseInstallPath\Repository\PostgreSQL\9.6"&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;After:&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;[string]$postgresHome = "$senseInstallPath\Repository\PostgreSQL\12.5"&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;or&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;[string]$postgresHome = "$senseInstallPath\Repository\PostgreSQL\14"&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;Depending on the PostgreSQL version under C:\Program Files\Qlik\Sense\Repository\PostrgreSQL\&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Micro-Services Alternative method:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;The alternative is to find all the PowerShell files programmatically.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Note that in our example we assume the default install directory and the default port of 4432. You may need to adapt the script accordingly.&lt;/EM&gt;&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;#&amp;nbsp;Set&amp;nbsp;the&amp;nbsp;Installation&amp;nbsp;Directory&amp;nbsp;for&amp;nbsp;Qlik&amp;nbsp;Sense
$installDir&amp;nbsp;=&amp;nbsp;'C:\Program&amp;nbsp;Files\Qlik\Sense\'
#&amp;nbsp;Specify&amp;nbsp;the&amp;nbsp;new&amp;nbsp;password&amp;nbsp;for&amp;nbsp;the&amp;nbsp;qliksenserepository&amp;nbsp;account
$password&amp;nbsp;=&amp;nbsp;'MyNewPassword'
$files&amp;nbsp;=&amp;nbsp;Get-ChildItem&amp;nbsp;-Path&amp;nbsp;$installDir&amp;nbsp;-Include&amp;nbsp;Configure-Service.ps1&amp;nbsp;-Recurse
foreach&amp;nbsp;($file&amp;nbsp;in&amp;nbsp;$files)&amp;nbsp;{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$ScriptToRun=$($file.FullName)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;amp;$ScriptToRun&amp;nbsp;localhost&amp;nbsp;4432&amp;nbsp;qliksenserepository&amp;nbsp;$password
}&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Wed, 03 Jul 2024 13:59:43 GMT</pubDate>
    <dc:creator>Torsten_Kohrt</dc:creator>
    <dc:date>2024-07-03T13:59:43Z</dc:date>
    <item>
      <title>How to change the Qlik Sense Enterprise on Windows PostgreSQL password</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-change-the-Qlik-Sense-Enterprise-on-Windows-PostgreSQL/ta-p/2046846</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;During installation, Qlik Sense Enterprise on Windows prompts you to choose a password for its PostgreSQL repository. This password can be changed. The process is split into three steps.&lt;/P&gt;
&lt;P&gt;&lt;LI-TOC indent="15" liststyle="none" maxheadinglevel="3"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;1. Changing the PostgreSQL password in the database&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;Download and install &lt;STRONG&gt;pgAdmin 4&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Connect to your &lt;STRONG&gt;Qlik Sense PostgreSQL&lt;/STRONG&gt; database:&lt;BR /&gt;&lt;BR /&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;
&lt;DIV&gt;Host name/address:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;localhost&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(if the database has been installed on the local machine)&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV&gt;Port:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;4432&lt;/FONT&gt;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV&gt;Maintenance database (*):&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;postgres&lt;/FONT&gt;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV&gt;Username:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;postgres&lt;/FONT&gt;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV&gt;Password: &lt;FONT face="courier new,courier"&gt;Your current password&lt;/FONT&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;BR /&gt;(*) Note that the maintenance database name may differ if this was not a standard installation and changes were made during setup. Consult your configuration file if necessary.&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Right Click on the&amp;nbsp;&lt;STRONG&gt;postgres&amp;nbsp;&lt;/STRONG&gt;database.&lt;/LI&gt;
&lt;LI&gt;Click&amp;nbsp;&lt;STRONG&gt;Query Tool&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PGAdmin Query Tool.png" style="width: 402px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102276iFD8FF2187C700F5B/image-size/large?v=v2&amp;amp;px=999" role="button" title="PGAdmin Query Tool.png" alt="PGAdmin Query Tool.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Copy the following queries into the Query Tool, replacing &lt;STRONG&gt;&lt;FONT color="#339966"&gt;Example Password&lt;/FONT&gt;&lt;/STRONG&gt; with your new password:&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;ALTER USER postgres WITH PASSWORD '&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Example_Password&lt;/STRONG&gt;&lt;/FONT&gt;';&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;ALTER USER qliksenserepository WITH PASSWORD '&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Example_Password&lt;/STRONG&gt;&lt;/FONT&gt;';&lt;/FONT&gt;&lt;/P&gt;
&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="change the password in PgAdmin.png" style="width: 859px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102265i02C68090D2E4610C/image-size/large?v=v2&amp;amp;px=999" role="button" title="change the password in PgAdmin.png" alt="change the password in PgAdmin.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Run&lt;/STRONG&gt; the Query&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;This has changed the password in the database itself. We will now move on to modifying the connection strings used by the database.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;2. Changing the Connection String to QSR and QSMQ Database &lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;For this step, we will need the&amp;nbsp;&lt;STRONG&gt;QlikSenseUtil&amp;nbsp;&lt;/STRONG&gt;stored in&amp;nbsp;&lt;FONT face="courier new,courier"&gt;C:\Program Files\Qlik\Sense\Repository\Util\QlikSenseUtil\&lt;/FONT&gt;.&lt;/P&gt;
&lt;P&gt;It has to be repeated on all nodes.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;On the Qlik Sense central node, stop all services&amp;nbsp;&lt;STRONG&gt;except&amp;nbsp;&lt;/STRONG&gt;the&amp;nbsp;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Qlik Sense Repository Database Service&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Open&amp;nbsp;&lt;STRONG&gt;QlikSenseUtil&lt;/STRONG&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Open the&amp;nbsp;&lt;STRONG&gt;Connection String Editor&amp;nbsp;&lt;/STRONG&gt;and&amp;nbsp;&lt;STRONG&gt;Read&amp;nbsp;&lt;/STRONG&gt;the current configuration. This decrypts the current data.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Change the &lt;STRONG&gt;Password&amp;nbsp;&lt;/STRONG&gt;in the following two &lt;FONT face="courier new,courier"&gt;connectionStrings&lt;/FONT&gt;:
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;QSR&lt;/LI&gt;
&lt;LI&gt;QSMQ&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Connection String Editor in the QlikSenseUtil.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102266i00F1ADEBE4AE9EA6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Connection String Editor in the QlikSenseUtil.png" alt="Connection String Editor in the QlikSenseUtil.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Hit&amp;nbsp;&lt;STRONG&gt;Save Value in config file encrypted&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Save Value in config file encrypted.png" style="width: 355px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102267i6B4EEBF1A09ADAC4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Save Value in config file encrypted.png" alt="Save Value in config file encrypted.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;We have now changed the connection strings to the QSMQ database and the QSR database.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;3. Changing the Connection String for Micro-Services&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Qlik Sense has introduced micro-services, all of which will require to have their connection strings modified.&lt;/P&gt;
&lt;P&gt;To make changing them easier, we have provided a &lt;FONT face="courier new,courier"&gt;Configure-Service.ps1&lt;/FONT&gt; for each. They can be located in:&lt;/P&gt;
&lt;BLOCKQUOTE class="quote"&gt;Always run PowerShell as administrator.&lt;/BLOCKQUOTE&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;C:\Program Files\Qlik\Sense\Licenses\Configure-Service.ps1&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;C:\Program Files\Qlik\Sense\NotifierService\install\Configure-Service.ps1&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;C:\Program Files\Qlik\Sense\AppDistributionService\Configure-Service.ps1&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;C:\Program Files\Qlik\Sense\HybridDeploymentService\Configure-Service.ps1&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;C:\Program Files\Qlik\Sense\MobilityRegistrarService\install\Configure-Service.ps1&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;C:\Program Files\Qlik\Sense\PrecedentsService\install\Configure-Service.ps1&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;C:\Program Files\Qlik\Sense\NLAppSearch\install\Configure-Service.ps1&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;BLOCKQUOTE class="quote"&gt;Depending on your version of Qlik Sense, the above list may not be complete. Review &lt;FONT face="courier new,courier"&gt;C:\Program Files\Qlik\Sense\&lt;/FONT&gt; for any additional micro-service folders that include a &lt;FONT face="courier new,courier"&gt;Configure-Service.ps1&lt;/FONT&gt;. You can obtain a list of all relevant folders by running the following command in a command prompt:&amp;nbsp;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;dir /s configure-service.ps1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;To update your password using&amp;nbsp;&lt;FONT face="courier new,courier"&gt;Configure-Service.ps1&lt;/FONT&gt;:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Open an elevated Powershell and change the directory to (for example with the license service)&amp;nbsp;&lt;FONT face="courier new,courier"&gt;C:\Program Files\Qlik\Sense\Licenses&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;Run the&amp;nbsp;&lt;STRONG&gt;Configure-Service.ps1&amp;nbsp;&lt;/STRONG&gt;script&amp;nbsp;as follows, providing the correct hostname and the new password:&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;.\Configure-Service.ps1 YourPostgresHostName 4432 qliksenserepository&amp;nbsp;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;ExamplePassword&lt;BR /&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;You may receive the following:&amp;nbsp;&lt;FONT face="courier new,courier"&gt;WARNING: Skipping the database initialization. No superuser or password specified.&amp;nbsp;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;This is expected. It does not indicate that the password change has failed.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Repeat these steps for the remaining micro-services. Your PostgreSQL password has now been changed.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;If you have&amp;nbsp;not installed Qlik Sense in its&amp;nbsp;&lt;STRONG&gt;default location&amp;nbsp;&lt;/STRONG&gt;or have&amp;nbsp;&lt;STRONG&gt;upgraded PostgreSQL&lt;/STRONG&gt;, the &lt;FONT face="courier new,courier"&gt;Configure-Service.ps1&lt;/FONT&gt; script must be adjusted for each microservice.&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Example for changing the install path:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;Before:&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;[string]$senseInstallPath = "$env:ProgramFiles\Qlik\Sense"&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;After:&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;[string] $senseInstallPath = "D:\Program Files\Qlik\Sense",&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Example for changing the PostgreSQL version:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;Before:&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;[string]$postgresHome = "$senseInstallPath\Repository\PostgreSQL\9.6"&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;After:&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;[string]$postgresHome = "$senseInstallPath\Repository\PostgreSQL\12.5"&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;or&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;[string]$postgresHome = "$senseInstallPath\Repository\PostgreSQL\14"&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;Depending on the PostgreSQL version under C:\Program Files\Qlik\Sense\Repository\PostrgreSQL\&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Micro-Services Alternative method:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;The alternative is to find all the PowerShell files programmatically.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Note that in our example we assume the default install directory and the default port of 4432. You may need to adapt the script accordingly.&lt;/EM&gt;&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;#&amp;nbsp;Set&amp;nbsp;the&amp;nbsp;Installation&amp;nbsp;Directory&amp;nbsp;for&amp;nbsp;Qlik&amp;nbsp;Sense
$installDir&amp;nbsp;=&amp;nbsp;'C:\Program&amp;nbsp;Files\Qlik\Sense\'
#&amp;nbsp;Specify&amp;nbsp;the&amp;nbsp;new&amp;nbsp;password&amp;nbsp;for&amp;nbsp;the&amp;nbsp;qliksenserepository&amp;nbsp;account
$password&amp;nbsp;=&amp;nbsp;'MyNewPassword'
$files&amp;nbsp;=&amp;nbsp;Get-ChildItem&amp;nbsp;-Path&amp;nbsp;$installDir&amp;nbsp;-Include&amp;nbsp;Configure-Service.ps1&amp;nbsp;-Recurse
foreach&amp;nbsp;($file&amp;nbsp;in&amp;nbsp;$files)&amp;nbsp;{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$ScriptToRun=$($file.FullName)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;amp;$ScriptToRun&amp;nbsp;localhost&amp;nbsp;4432&amp;nbsp;qliksenserepository&amp;nbsp;$password
}&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 03 Jul 2024 13:59:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-change-the-Qlik-Sense-Enterprise-on-Windows-PostgreSQL/ta-p/2046846</guid>
      <dc:creator>Torsten_Kohrt</dc:creator>
      <dc:date>2024-07-03T13:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the Qlik Sense Enterprise on Windows PostgreSQL password</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-change-the-Qlik-Sense-Enterprise-on-Windows-PostgreSQL/tac-p/2089547#M9593</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/83598"&gt;@Torsten_Kohrt&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;at first thanks to you for this information.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;In preparation to help a customer with this I started to try&amp;nbsp; the scripts, but already with&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;C:\Program Files\Qlik\sense\DataPrepService\install\Configure-Service.ps1&lt;/P&gt;
&lt;P&gt;I receive an error:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="cpp"&gt;PS C:\Program Files\Qlik\sense\DataPrepService\install&amp;gt; .\Configure-Service.ps1 localhost 4432 qliksenserepository 9ar5on65$
DataPrepService configuration started.
WARNUNG: Skiping the database initialization. No superuser or password specified.
Creating schema 'dataprep_service'.
Invoke-Query : Ausnahme beim Aufrufen von "Start" mit 0 Argument(en):  "Das System kann die angegebene Datei nicht
finden"
In C:\Program Files\Qlik\sense\DataPrepService\install\install-utils\Postgres.ps1:56 Zeichen:12
+     $ret = Invoke-Query $command
+            ~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Invoke-Query], MethodInvocationException
    + FullyQualifiedErrorId : Win32Exception,Invoke-Query&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry,&amp;nbsp; it's partially in German, but it literally says "File not found" when the Invoke-Query command is run.&lt;/P&gt;
&lt;P&gt;Environment is QS Enterprise Nov 2022 (Patch 6)&amp;nbsp; on a Windows host.&lt;/P&gt;
&lt;P&gt;Can you perhaps give a hint on this?&lt;/P&gt;
&lt;P&gt;Many thanks in advance!&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2023 12:49:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-change-the-Qlik-Sense-Enterprise-on-Windows-PostgreSQL/tac-p/2089547#M9593</guid>
      <dc:creator>tvolkmerwolf</dc:creator>
      <dc:date>2023-06-30T12:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the Qlik Sense Enterprise on Windows PostgreSQL password</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-change-the-Qlik-Sense-Enterprise-on-Windows-PostgreSQL/tac-p/2089637#M9595</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/53334"&gt;@tvolkmerwolf&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hello Thank you for your message please try a password without $ or @ and try again please. PowerShell cannot handle it the way you are trying.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2023 17:12:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-change-the-Qlik-Sense-Enterprise-on-Windows-PostgreSQL/tac-p/2089637#M9595</guid>
      <dc:creator>Torsten_Kohrt</dc:creator>
      <dc:date>2023-06-30T17:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the Qlik Sense Enterprise on Windows PostgreSQL password</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-change-the-Qlik-Sense-Enterprise-on-Windows-PostgreSQL/tac-p/2089902#M9603</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/83598"&gt;@Torsten_Kohrt&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks for the answer, but that of course was a fantasie pw, my real PW does not have any special char. Nevertheless I get the error.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 09:34:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-change-the-Qlik-Sense-Enterprise-on-Windows-PostgreSQL/tac-p/2089902#M9603</guid>
      <dc:creator>tvolkmerwolf</dc:creator>
      <dc:date>2023-07-03T09:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the Qlik Sense Enterprise on Windows PostgreSQL password</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-change-the-Qlik-Sense-Enterprise-on-Windows-PostgreSQL/tac-p/2089930#M9604</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/83598"&gt;@Torsten_Kohrt&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;it's actually line ~104 in the PSQL-Script Postgres.ps1 in the directory&amp;nbsp;&lt;/P&gt;
&lt;PRE class="lia-code-sample  language-cpp"&gt;&lt;CODE&gt;C:\Program Files\Qlik\sense\DataPrepService\install\install-utils&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;which creates hte process object and then throws $process.Start() . Maybe the blanks in the filename pointing towards the psql.exe gives this behaviour, but so far I've not found on how to correct that.&lt;/P&gt;
&lt;P&gt;Maybe this helps? If not, sorry for bothering...&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 10:14:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-change-the-Qlik-Sense-Enterprise-on-Windows-PostgreSQL/tac-p/2089930#M9604</guid>
      <dc:creator>tvolkmerwolf</dc:creator>
      <dc:date>2023-07-03T10:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the Qlik Sense Enterprise on Windows PostgreSQL password</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-change-the-Qlik-Sense-Enterprise-on-Windows-PostgreSQL/tac-p/2089949#M9605</link>
      <description>&lt;P&gt;Skip this please, I guess I found it ... forget to adapt the path to the PQSL binary .... Sorry !&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 10:38:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-change-the-Qlik-Sense-Enterprise-on-Windows-PostgreSQL/tac-p/2089949#M9605</guid>
      <dc:creator>tvolkmerwolf</dc:creator>
      <dc:date>2023-07-03T10:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the Qlik Sense Enterprise on Windows PostgreSQL password</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-change-the-Qlik-Sense-Enterprise-on-Windows-PostgreSQL/tac-p/2116328#M10154</link>
      <description>&lt;P&gt;&lt;FONT&gt;Bonjour,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;Avec la restriction des caractères avec QPI 1.3.0, la modification a bien fonctionnée pour moi. Quels sont les impacts sur l’utilisation de l’authentification SAML sur ce changement.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;1- Changeur du mot de PASSE Postgres&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;&lt;FONT&gt;2- Modification de la config via&amp;nbsp;&lt;/FONT&gt;&lt;SPAN&gt;QlikSenseUtil&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;Dans l’Environnement de DEV, tous est&amp;nbsp; ok, sans ADFS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;&lt;FONT&gt;Environnement PROD, La QMC ne s’ouvre plus. Tous les services démarrent, mais j’ai des erreurs lors du test de la connexion avec&amp;nbsp;&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;QlikSenseUtil&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 966px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/116180i607EF598C65EA700/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;&lt;SPAN&gt;Le problème est-il lié a l'ADFS ou au changement de mot de passe ?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2023 06:41:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-change-the-Qlik-Sense-Enterprise-on-Windows-PostgreSQL/tac-p/2116328#M10154</guid>
      <dc:creator>DimoDataPerformance_Jérôme</dc:creator>
      <dc:date>2023-09-13T06:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the Qlik Sense Enterprise on Windows PostgreSQL password</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-change-the-Qlik-Sense-Enterprise-on-Windows-PostgreSQL/tac-p/2117828#M10186</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/150684"&gt;@DimoDataPerformance_Jérôme&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please review&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-How-to-troubleshoot-issue-to-access-QMC-and-HUB/ta-p/1712385" target="_blank" rel="noopener"&gt;Qlik Sense - How to troubleshoot issue to access QMC and HUB&lt;/A&gt;&amp;nbsp;on how to troubleshoot QMC access issues. If this does not help you resolve the issue, I recommend logging a support ticket to obtain assistance with your production environment.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Translated:&lt;/P&gt;
&lt;P&gt;Veuillez consulter &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-How-to-troubleshoot-issue-to-access-QMC-and-HUB/ta-p/1712385" target="_blank" rel="noopener"&gt;Qlik Sense - How to troubleshoot issue to access QMC and HUB&lt;/A&gt; pour savoir comment résoudre les problèmes d'accès à QMC. Si cela ne vous aide pas à résoudre le problème, je vous recommande de créer un ticket d'assistance pour obtenir de l'aide sur votre environnement de production.&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2023 11:31:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-change-the-Qlik-Sense-Enterprise-on-Windows-PostgreSQL/tac-p/2117828#M10186</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2023-09-18T11:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the Qlik Sense Enterprise on Windows PostgreSQL password</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-change-the-Qlik-Sense-Enterprise-on-Windows-PostgreSQL/tac-p/2122488#M10278</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have completed part 1 and 2 with no issues. However, once I complete the micro-services and reboot the server, my RIM node is offline and I can not redistribute the certificate. Even when uninstalling the RIM and then trying to distribute the certificate I get the pop up window of can't communicate with port 4444.&lt;/P&gt;
&lt;P&gt;QS August 2022. This is in preparation to upgrade to PostgreSQL 12.x or 14.x.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Tony&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 13:19:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-change-the-Qlik-Sense-Enterprise-on-Windows-PostgreSQL/tac-p/2122488#M10278</guid>
      <dc:creator>tonyiantorno</dc:creator>
      <dc:date>2023-09-26T13:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the Qlik Sense Enterprise on Windows PostgreSQL password</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-change-the-Qlik-Sense-Enterprise-on-Windows-PostgreSQL/tac-p/2122764#M10296</link>
      <description>&lt;P&gt;Hi, I am also encountering the issue with the RIM Node.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also earlier I was following the link on 'how to reset the forgotten password'&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-reset-forgotten-PostgreSQL-password-in-Qlik-Sense/ta-p/1712725" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/Official-Support-Articles/How-to-reset-forgotten-PostgreSQL-password-i...&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;and then I came across this page.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I did follow the steps mentioned, but part 3 caused me the error,&lt;/P&gt;
&lt;P&gt;like changing the connection string to micro services is not working for all of them,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for eg;&lt;/P&gt;
&lt;PRE class="lia-code-sample  language-cpp"&gt;&lt;CODE&gt;C:\Program Files\Qlik\Sense\NotifierService\install\Configure-Service.ps1&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;particularly for those ps1 files inside the install folders.&lt;/P&gt;
&lt;P&gt;Could help on this matter?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2023 05:36:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-change-the-Qlik-Sense-Enterprise-on-Windows-PostgreSQL/tac-p/2122764#M10296</guid>
      <dc:creator>aashok</dc:creator>
      <dc:date>2023-09-27T05:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the Qlik Sense Enterprise on Windows PostgreSQL password</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-change-the-Qlik-Sense-Enterprise-on-Windows-PostgreSQL/tac-p/2125891#M10391</link>
      <description>&lt;P&gt;I am getting the same error as Tvolkmerwolf and Aashok. I have already changed my powershell working directory to the respective folders, but getting that error for some of the folders.&lt;/P&gt;
&lt;P&gt;How do I resolve the errors for:&lt;/P&gt;
&lt;P&gt;D:\Program Files\Qlik\Sense\DataPrepService\install&lt;BR /&gt;D:\Program Files\Qlik\Sense\NLBroker\install&lt;BR /&gt;D:\Program Files\Qlik\Sense\NotifierService\install&lt;BR /&gt;D:\Program Files\Qlik\Sense\PrecedentsService\install&lt;/P&gt;
&lt;LI-SPOILER&gt;PS C:\Program Files\Qlik\sense\DataPrepService\install&amp;gt; .\Configure-Service.ps1 localhost 4432 qliksenserepository Qlikview321xyz&lt;BR /&gt;DataPrepService configuration started.&lt;BR /&gt;WARNUNG: Skiping the database initialization. No superuser or password specified.&lt;BR /&gt;Creating schema 'dataprep_service'..&lt;BR /&gt;..&lt;/LI-SPOILER&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2023 06:49:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-change-the-Qlik-Sense-Enterprise-on-Windows-PostgreSQL/tac-p/2125891#M10391</guid>
      <dc:creator>khai</dc:creator>
      <dc:date>2023-10-06T06:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the Qlik Sense Enterprise on Windows PostgreSQL password</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-change-the-Qlik-Sense-Enterprise-on-Windows-PostgreSQL/tac-p/2125893#M10392</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/220242"&gt;@khai&lt;/a&gt;&amp;nbsp;let me look into this for you.&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2023 07:46:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-change-the-Qlik-Sense-Enterprise-on-Windows-PostgreSQL/tac-p/2125893#M10392</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2023-10-06T07:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the Qlik Sense Enterprise on Windows PostgreSQL password</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-change-the-Qlik-Sense-Enterprise-on-Windows-PostgreSQL/tac-p/2125916#M10393</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/220242"&gt;@khai&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The previous two users were engaged in support tickets. One is still under investigation, and one is resolved, though I believe the root causes of both differ.&lt;/P&gt;
&lt;P&gt;As for your specific question:&lt;/P&gt;
&lt;P&gt;Can you define what error besides the warning you are getting? I've checked with our subject matter experts, and the warning you received is expected for some of the services and should not lead to problems.&lt;/P&gt;
&lt;P&gt;In the screenshot below is one warning (the one you received), which can be dismissed, and one error (caused by the script being run after the database had been upgraded using QPI), which is an actual error requiring action.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sonja_Bauernfeind_0-1696578675079.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/117769iDF6A2EB4D0478715/image-size/large?v=v2&amp;amp;px=999" role="button" title="Sonja_Bauernfeind_0-1696578675079.png" alt="Sonja_Bauernfeind_0-1696578675079.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If you only receive the warning, can you clarify what other symptoms or errors are logged?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PS: I will be updating the article with this information as soon as possible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2023 07:52:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-change-the-Qlik-Sense-Enterprise-on-Windows-PostgreSQL/tac-p/2125916#M10393</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2023-10-06T07:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the Qlik Sense Enterprise on Windows PostgreSQL password</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-change-the-Qlik-Sense-Enterprise-on-Windows-PostgreSQL/tac-p/2125936#M10394</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28597"&gt;@Sonja_Bauernfeind&lt;/a&gt;&amp;nbsp;, I am changing the password before the QPI is installed, because the current password contain the restricted special characters. Noted, I have created a support case&amp;nbsp;00116779 with the error screenshots.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2023 08:08:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-change-the-Qlik-Sense-Enterprise-on-Windows-PostgreSQL/tac-p/2125936#M10394</guid>
      <dc:creator>khai</dc:creator>
      <dc:date>2023-10-06T08:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the Qlik Sense Enterprise on Windows PostgreSQL password</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-change-the-Qlik-Sense-Enterprise-on-Windows-PostgreSQL/tac-p/2520139#M15899</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I ran this line .\Configure-Service.ps1 YourPostgresHostName 4432 qliksenserepository ExamplePassword&lt;/P&gt;&lt;P&gt;for postgres as well, that is, as follows .\Configure-Service.ps1 localhost 4432 postgres ExamplePassword.&lt;/P&gt;&lt;P&gt;Everything seems to be working fine, but my SSL certificate on the server started giving a "Not Secure" error. What could be the reason?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Armağan&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 15:24:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-change-the-Qlik-Sense-Enterprise-on-Windows-PostgreSQL/tac-p/2520139#M15899</guid>
      <dc:creator>ArmaganYali</dc:creator>
      <dc:date>2025-06-04T15:24:28Z</dc:date>
    </item>
  </channel>
</rss>

