<?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>topic Re: [Qlik Sense] Change user postgre database separate in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Qlik-Sense-Change-user-postgre-database-separate/m-p/2037849#M24313</link>
    <description>&lt;P&gt;Hi Diane, depending upon certain versions it may not be available to change the password.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please use this link to change your password:&lt;BR /&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"&gt;https://community.qlik.com/t5/Official-Support-Articles/How-to-reset-forgotten-PostgreSQL-password-in-Qlik-Sense/ta-p/1712725&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Feb 2023 16:28:08 GMT</pubDate>
    <dc:creator>Alan_Slaughter</dc:creator>
    <dc:date>2023-02-14T16:28:08Z</dc:date>
    <item>
      <title>[Qlik Sense] Change user postgre database separate</title>
      <link>https://community.qlik.com/t5/Management-Governance/Qlik-Sense-Change-user-postgre-database-separate/m-p/2037820#M24312</link>
      <description>&lt;P&gt;Hello, &lt;BR /&gt;We have our postgre database on a separate server and we want to change the password of the qrsowner account which is the user of the database. &lt;BR /&gt;We have done the following actions: &lt;BR /&gt;- modification on password on the postgre database&lt;BR /&gt;- modification in the [InstallFolder]\Qlik\Sense\Repository\Repository.exe.config with the QlikSenseUtil.exe&lt;BR /&gt;- use of scripts :&lt;/P&gt;
&lt;P&gt;cd "C:\Program Files\Qlik\Sense\AppDistributionService"&lt;BR /&gt;.\Configure-Service.ps1 localhost 4432 qliksenserepository YourPassword&lt;/P&gt;
&lt;P&gt;cd "C:\Program Files\Qlik\Sense\HybridDeploymentService"&lt;BR /&gt;.\Configure-Service.ps1 localhost 4432 qliksenserepository YourPassword&lt;/P&gt;
&lt;P&gt;cd "C:\Program Files\Qlik\Sense\Licenses"&lt;BR /&gt;.\Configure-Service.ps1 localhost 4432 qliksenserepository YourPassword&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;but we still have the following error on the postgre base:&lt;/P&gt;
&lt;P&gt;023-02-14 14:41:25 CET;6641;qsrowner;SenseServices;28P01;DETAIL:&amp;nbsp; Password does not match for user "qsrowner".&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Connection matched pg_hba.conf line 83: "host&amp;nbsp;&amp;nbsp;&amp;nbsp; SenseServices&amp;nbsp; qsrowner&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.0.0.0/0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; md5"&lt;BR /&gt;2023-02-14 14:41:26 CET;6654;qsrowner;SenseServices;28P01;FATAL:&amp;nbsp; password authentication failed for user "qsrowner"&lt;BR /&gt;2023-02-14 14:41:26 CET;6654;qsrowner;SenseServices;28P01;DETAIL:&amp;nbsp; Password does not match for user "qsrowner".&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Connection matched pg_hba.conf line 83: "host&amp;nbsp;&amp;nbsp;&amp;nbsp; SenseServices&amp;nbsp; qsrowner&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.0.0.0/0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; md5"&lt;/P&gt;
&lt;P&gt;so we tried to do the following script:&lt;/P&gt;
&lt;P&gt;cd "C:\Program Files\Qlik\Sense\NotifierService\install"&lt;BR /&gt;.\Configure-Service.ps1 localhost 4432 qliksenserepository YourPassword&lt;/P&gt;
&lt;P&gt;cd "C:\Program Files\Qlik\Sense\MobilityRegistrarService\install"&lt;BR /&gt;.\Configure-Service.ps1 localhost 4432 qliksenserepository YourPassword&lt;/P&gt;
&lt;P&gt;cd "C:\Program Files\Qlik\Sense\PrecedentsService\install"&lt;BR /&gt;.\Configure-Service.ps1 localhost 4432 qliksenserepository YourPassword&lt;/P&gt;
&lt;P&gt;cd "C:\Program Files\Qlik\Sense\NLAppSearch\install"&lt;BR /&gt;.\Configure-Service.ps1 localhost 4432 qliksenserepository YourPassword&lt;/P&gt;
&lt;P&gt;cd "C:\Program Files\Qlik\Sense\NLBroker\install"&lt;BR /&gt;.\Configure-Service.ps1 localhost 4432 qliksenserepository YourPassword&lt;/P&gt;
&lt;P&gt;cd "C:\Program Files\Qlik\Sense\DataPrepService\install"&lt;BR /&gt;.\Configure-Service.ps1 localhost 4432 qliksenserepository YourPassword&lt;/P&gt;
&lt;P&gt;I have the error when running the script:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Diane_0-1676389742457.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100479iCB5F1DF344C136BC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Diane_0-1676389742457.png" alt="Diane_0-1676389742457.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you help me to know why I have an error on the postgre database and why I can't make the changes in the other databases.&lt;/P&gt;
&lt;P&gt;Thanks in advanced&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 15:50:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Qlik-Sense-Change-user-postgre-database-separate/m-p/2037820#M24312</guid>
      <dc:creator>Diane</dc:creator>
      <dc:date>2023-02-14T15:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: [Qlik Sense] Change user postgre database separate</title>
      <link>https://community.qlik.com/t5/Management-Governance/Qlik-Sense-Change-user-postgre-database-separate/m-p/2037849#M24313</link>
      <description>&lt;P&gt;Hi Diane, depending upon certain versions it may not be available to change the password.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please use this link to change your password:&lt;BR /&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"&gt;https://community.qlik.com/t5/Official-Support-Articles/How-to-reset-forgotten-PostgreSQL-password-in-Qlik-Sense/ta-p/1712725&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 16:28:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Qlik-Sense-Change-user-postgre-database-separate/m-p/2037849#M24313</guid>
      <dc:creator>Alan_Slaughter</dc:creator>
      <dc:date>2023-02-14T16:28:08Z</dc:date>
    </item>
  </channel>
</rss>

