<?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 Postgres database moved to new host but some Qlik Sense is still accessing the old database in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Postgres-database-moved-to-new-host-but-some-Qlik-Sense-is-still/ta-p/1714567</link>
    <description>&lt;P&gt;After following the Qlik article &lt;A href="https://community.qlik.com/t5/Knowledge-Base/How-to-move-Qlik-Sense-database-to-standalone-PostgresSQL/ta-p/1791775" target="_blank" rel="noopener"&gt;Configure Qlik Sense to use a dedicated PostgreSQL server&lt;/A&gt; and update the connection string to point to the new host, Qlik Sense appears to work fine at first. However, access by the Qlik Sense Service account to the old host is registered or errors are found in the logs similar to what is found in the example below:&lt;/P&gt;
&lt;P&gt;In the &lt;FONT face="courier new,courier"&gt;AppDistributionService&lt;/FONT&gt; trace logs:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt; 307308 20210104T170444.859+01:00 INFO QLIKSERVER 70 DOMAIN\serviceaccountname Retry attempt: 10/10. Previous result: "No such host is known". 304796 &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;307309 20210104T170451.812+01:00 ERROR QLIKSERVER 70 DOMAIN\serviceaccountname Error processing message queue notifications. System.Net.Sockets.SocketException (11001): No such host is known&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="qlik-migrated-tkb-headings"&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3 class="qlik-migrated-tkb-headings"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Resolution&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;There are a few new services starting on the September 2019 release of Qlik Sense which did not exist in June 2018. Some of them were also removed/replaced on the new release.&lt;/P&gt;
&lt;H4&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Option 1 (recommended): Updating the files using PowerShell:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;OL&gt;
&lt;LI&gt;Stop all the Qlik Sense services&lt;/LI&gt;
&lt;LI&gt;Open a PowerShell command prompt in &lt;STRONG&gt;administrator mode&lt;/STRONG&gt; and then, either run the following:&lt;BR /&gt;&lt;BR /&gt;&lt;LI-CODE lang="markup"&gt;# Set the Installation Directory for Qlik Sense
$installDir = 'C:\Program Files\Qlik\Sense\'
#change that to the new database server
$newdatabasehostname='new database server'
# Specify the new password for the qliksenserepository account
$password = 'MyNewPassword'
# Find all Configure-Service.ps1 scripts in the installation directory and execute them
$files = Get-ChildItem -Path $installDir -Include Configure-Service.ps1 -Recurse
foreach ($file in $files) {
    $ScriptToRun=$($file.FullName)
    &amp;amp;$ScriptToRun $newdatabasehostname 4432 qliksenserepository $password -postgresHome 'D:\Qlik\Sense\Repository\PostgreSQL\12.5'
}​&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;In case of having a custom path Qlik Sense installation, change the last line to:&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;amp;$ScriptToRun $newdatabasehostname 4432 qliksenserepository $password -postgresHome 'D:\Qlik\Sense\Repository\PostgreSQL\12.5'
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Where "&lt;EM&gt;D:\Qlik\Sense&lt;/EM&gt;" is Qlik Sense installed folder and where "&lt;EM&gt;12.5&lt;/EM&gt;" is the Postgres version installed.&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Option 2: &lt;/STRONG&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Manually update each file&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Change to the following directories with the commands below before running the &lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;Configure-Service.ps1 &lt;/SPAN&gt;&lt;/FONT&gt;command listed further below.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Repeat the step for every subfolder mentioned below.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Note: If you previously upgraded you may find folders in your system which are not listed here. Ignore them. No steps need to be taken.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Qlik Sense February 2021 and later.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Locate &lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;Configure-Service.ps1&lt;/SPAN&gt;&lt;/FONT&gt; in &lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;C:\program files\Qlik\Sense\&lt;/SPAN&gt;&lt;/FONT&gt;.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;It lists all services that need to be changed.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Qlik Sense June 2018&lt;/STRONG&gt;: &lt;/FONT&gt;&lt;/P&gt;
&lt;DIV class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;cd 'C:\Program Files\Qlik\Sense\AppDistributionService'&lt;BR /&gt;cd 'C:\Program Files\Qlik\Sense\EntitlementProvisioningService'&lt;BR /&gt;cd 'C:\Program Files\Qlik\Sense\HybridDeploymentService'&lt;BR /&gt;cd 'C:\Program Files\Qlik\Sense\QseEventProcessor'&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Qlik Sense September 2019:&lt;/STRONG&gt; &lt;/FONT&gt;&lt;/P&gt;
&lt;DIV class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;cd 'C:\Program Files\Qlik\Sense\Licenses'&lt;BR /&gt;cd 'C:\Program Files\Qlik\Sense\NotifierService\install'&lt;BR /&gt;cd 'C:\Program Files\Qlik\Sense\AppDistributionService'&lt;BR /&gt;cd 'C:\Program Files\Qlik\Sense\HybridDeploymentService'&lt;BR /&gt;cd 'C:\Program Files\Qlik\Sense\MobilityRegistrarService\install'&lt;BR /&gt;cd 'C:\Program Files\Qlik\Sense\PrecedentsService\install'&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Qlik Sense November 2020:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;cd 'C:\Program Files\Qlik\Sense\Licenses'&lt;BR /&gt;cd 'C:\Program Files\Qlik\Sense\NotifierService\install'&lt;BR /&gt;cd 'C:\Program Files\Qlik\Sense\AppDistributionService'&lt;BR /&gt;cd 'C:\Program Files\Qlik\Sense\HybridDeploymentService'&lt;BR /&gt;cd 'C:\Program Files\Qlik\Sense\MobilityRegistrarService\install'&lt;BR /&gt;cd 'C:\Program Files\Qlik\Sense\PrecedentsService\install'&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;cd 'C:\Program Files\Qlik\Sense\NLAppSearch\install'&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Example:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;For &lt;FONT face="courier new,courier"&gt;AppDistributionService&lt;/FONT&gt;...&lt;/P&gt;
&lt;PRE&gt;PS C:\&amp;gt; cd 'C:\Program Files\Qlik\Sense\AppDistributionService'
PS C:\Program Files\Qlik\Sense\AppDistributionService&amp;gt; &lt;STRONG&gt;.\Configure-Service.ps1 DatabaseHost Databaseport DatabaseUser DatabasePassword&lt;/STRONG&gt;
&lt;/PRE&gt;
&lt;P&gt;e.g. &lt;FONT face="courier new,courier"&gt;.\Configure-Service.ps1 newdatabasehostname 4432 qliksenserepository Password123!&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;The answer will look similar to this:&lt;/P&gt;
&lt;PRE&gt;AppDistributionService configuration started.
WARNING: Skiping the database initialization. No superuser or password specified.
Reading the settings file.
Saving the modified settings.
Exporting the copy of the invocation parameters.
AppDistributionService configuration successful.&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Related Content:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/How-to-move-Qlik-Sense-database-to-standalone-PostgresSQL/ta-p/1791775" target="_blank" rel="noopener"&gt;Configure Qlik Sense to use a dedicated PostgreSQL server&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Wed, 10 May 2023 14:34:15 GMT</pubDate>
    <dc:creator>Sebastian_Linser</dc:creator>
    <dc:date>2023-05-10T14:34:15Z</dc:date>
    <item>
      <title>Postgres database moved to new host but some Qlik Sense is still accessing the old database</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Postgres-database-moved-to-new-host-but-some-Qlik-Sense-is-still/ta-p/1714567</link>
      <description>&lt;P&gt;After following the Qlik article &lt;A href="https://community.qlik.com/t5/Knowledge-Base/How-to-move-Qlik-Sense-database-to-standalone-PostgresSQL/ta-p/1791775" target="_blank" rel="noopener"&gt;Configure Qlik Sense to use a dedicated PostgreSQL server&lt;/A&gt; and update the connection string to point to the new host, Qlik Sense appears to work fine at first. However, access by the Qlik Sense Service account to the old host is registered or errors are found in the logs similar to what is found in the example below:&lt;/P&gt;
&lt;P&gt;In the &lt;FONT face="courier new,courier"&gt;AppDistributionService&lt;/FONT&gt; trace logs:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt; 307308 20210104T170444.859+01:00 INFO QLIKSERVER 70 DOMAIN\serviceaccountname Retry attempt: 10/10. Previous result: "No such host is known". 304796 &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;307309 20210104T170451.812+01:00 ERROR QLIKSERVER 70 DOMAIN\serviceaccountname Error processing message queue notifications. System.Net.Sockets.SocketException (11001): No such host is known&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="qlik-migrated-tkb-headings"&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3 class="qlik-migrated-tkb-headings"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Resolution&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;There are a few new services starting on the September 2019 release of Qlik Sense which did not exist in June 2018. Some of them were also removed/replaced on the new release.&lt;/P&gt;
&lt;H4&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Option 1 (recommended): Updating the files using PowerShell:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;OL&gt;
&lt;LI&gt;Stop all the Qlik Sense services&lt;/LI&gt;
&lt;LI&gt;Open a PowerShell command prompt in &lt;STRONG&gt;administrator mode&lt;/STRONG&gt; and then, either run the following:&lt;BR /&gt;&lt;BR /&gt;&lt;LI-CODE lang="markup"&gt;# Set the Installation Directory for Qlik Sense
$installDir = 'C:\Program Files\Qlik\Sense\'
#change that to the new database server
$newdatabasehostname='new database server'
# Specify the new password for the qliksenserepository account
$password = 'MyNewPassword'
# Find all Configure-Service.ps1 scripts in the installation directory and execute them
$files = Get-ChildItem -Path $installDir -Include Configure-Service.ps1 -Recurse
foreach ($file in $files) {
    $ScriptToRun=$($file.FullName)
    &amp;amp;$ScriptToRun $newdatabasehostname 4432 qliksenserepository $password -postgresHome 'D:\Qlik\Sense\Repository\PostgreSQL\12.5'
}​&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;In case of having a custom path Qlik Sense installation, change the last line to:&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;amp;$ScriptToRun $newdatabasehostname 4432 qliksenserepository $password -postgresHome 'D:\Qlik\Sense\Repository\PostgreSQL\12.5'
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Where "&lt;EM&gt;D:\Qlik\Sense&lt;/EM&gt;" is Qlik Sense installed folder and where "&lt;EM&gt;12.5&lt;/EM&gt;" is the Postgres version installed.&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Option 2: &lt;/STRONG&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Manually update each file&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Change to the following directories with the commands below before running the &lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;Configure-Service.ps1 &lt;/SPAN&gt;&lt;/FONT&gt;command listed further below.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Repeat the step for every subfolder mentioned below.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Note: If you previously upgraded you may find folders in your system which are not listed here. Ignore them. No steps need to be taken.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Qlik Sense February 2021 and later.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Locate &lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;Configure-Service.ps1&lt;/SPAN&gt;&lt;/FONT&gt; in &lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;C:\program files\Qlik\Sense\&lt;/SPAN&gt;&lt;/FONT&gt;.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;It lists all services that need to be changed.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Qlik Sense June 2018&lt;/STRONG&gt;: &lt;/FONT&gt;&lt;/P&gt;
&lt;DIV class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;cd 'C:\Program Files\Qlik\Sense\AppDistributionService'&lt;BR /&gt;cd 'C:\Program Files\Qlik\Sense\EntitlementProvisioningService'&lt;BR /&gt;cd 'C:\Program Files\Qlik\Sense\HybridDeploymentService'&lt;BR /&gt;cd 'C:\Program Files\Qlik\Sense\QseEventProcessor'&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Qlik Sense September 2019:&lt;/STRONG&gt; &lt;/FONT&gt;&lt;/P&gt;
&lt;DIV class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;cd 'C:\Program Files\Qlik\Sense\Licenses'&lt;BR /&gt;cd 'C:\Program Files\Qlik\Sense\NotifierService\install'&lt;BR /&gt;cd 'C:\Program Files\Qlik\Sense\AppDistributionService'&lt;BR /&gt;cd 'C:\Program Files\Qlik\Sense\HybridDeploymentService'&lt;BR /&gt;cd 'C:\Program Files\Qlik\Sense\MobilityRegistrarService\install'&lt;BR /&gt;cd 'C:\Program Files\Qlik\Sense\PrecedentsService\install'&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Qlik Sense November 2020:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;cd 'C:\Program Files\Qlik\Sense\Licenses'&lt;BR /&gt;cd 'C:\Program Files\Qlik\Sense\NotifierService\install'&lt;BR /&gt;cd 'C:\Program Files\Qlik\Sense\AppDistributionService'&lt;BR /&gt;cd 'C:\Program Files\Qlik\Sense\HybridDeploymentService'&lt;BR /&gt;cd 'C:\Program Files\Qlik\Sense\MobilityRegistrarService\install'&lt;BR /&gt;cd 'C:\Program Files\Qlik\Sense\PrecedentsService\install'&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;cd 'C:\Program Files\Qlik\Sense\NLAppSearch\install'&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Example:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;For &lt;FONT face="courier new,courier"&gt;AppDistributionService&lt;/FONT&gt;...&lt;/P&gt;
&lt;PRE&gt;PS C:\&amp;gt; cd 'C:\Program Files\Qlik\Sense\AppDistributionService'
PS C:\Program Files\Qlik\Sense\AppDistributionService&amp;gt; &lt;STRONG&gt;.\Configure-Service.ps1 DatabaseHost Databaseport DatabaseUser DatabasePassword&lt;/STRONG&gt;
&lt;/PRE&gt;
&lt;P&gt;e.g. &lt;FONT face="courier new,courier"&gt;.\Configure-Service.ps1 newdatabasehostname 4432 qliksenserepository Password123!&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;The answer will look similar to this:&lt;/P&gt;
&lt;PRE&gt;AppDistributionService configuration started.
WARNING: Skiping the database initialization. No superuser or password specified.
Reading the settings file.
Saving the modified settings.
Exporting the copy of the invocation parameters.
AppDistributionService configuration successful.&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Related Content:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/How-to-move-Qlik-Sense-database-to-standalone-PostgresSQL/ta-p/1791775" target="_blank" rel="noopener"&gt;Configure Qlik Sense to use a dedicated PostgreSQL server&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 10 May 2023 14:34:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Postgres-database-moved-to-new-host-but-some-Qlik-Sense-is-still/ta-p/1714567</guid>
      <dc:creator>Sebastian_Linser</dc:creator>
      <dc:date>2023-05-10T14:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Postgres database moved to new host but some Qlik Sense is still accessing the old database</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Postgres-database-moved-to-new-host-but-some-Qlik-Sense-is-still/tac-p/1981855#M7352</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;My folder is missing with&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;cd 'C:\Program&amp;nbsp;Files\Qlik\Sense\QseEventProcessor'.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;what could be the reason.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I am upgrading from Nov 2020 to May 2022.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 07:32:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Postgres-database-moved-to-new-host-but-some-Qlik-Sense-is-still/tac-p/1981855#M7352</guid>
      <dc:creator>aashok</dc:creator>
      <dc:date>2022-09-16T07:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Postgres database moved to new host but some Qlik Sense is still accessing the old database</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Postgres-database-moved-to-new-host-but-some-Qlik-Sense-is-still/tac-p/1984063#M7378</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/163322"&gt;@aashok&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May 2022 does not have this folder any more, so it missing is expected.&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 07:45:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Postgres-database-moved-to-new-host-but-some-Qlik-Sense-is-still/tac-p/1984063#M7378</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2022-09-22T07:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Postgres database moved to new host but some Qlik Sense is still accessing the old database</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Postgres-database-moved-to-new-host-but-some-Qlik-Sense-is-still/tac-p/1986054#M7397</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28597"&gt;@Sonja_Bauernfeind&lt;/a&gt;&amp;nbsp; Thank you. I managed to resolve the issue.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 13:37:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Postgres-database-moved-to-new-host-but-some-Qlik-Sense-is-still/tac-p/1986054#M7397</guid>
      <dc:creator>aashok</dc:creator>
      <dc:date>2022-09-27T13:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Postgres database moved to new host but some Qlik Sense is still accessing the old database</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Postgres-database-moved-to-new-host-but-some-Qlik-Sense-is-still/tac-p/1994615#M7581</link>
      <description>&lt;P&gt;One question - why are we mentioning localhost if DB is installed on other host? -&lt;/P&gt;
&lt;PRE&gt;&lt;STRONG&gt;.\Configure-Service.ps1 localhost 4432 qliksenserepository Password123!&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;P&gt;It should be&amp;nbsp;.\Configure-Service.ps1 &amp;lt;newDBhost&amp;gt; &amp;lt;newDBport&amp;gt; qliksenserepository &amp;lt;newpassword&amp;gt;&lt;/P&gt;
&lt;P&gt;Right? I am getting confused here, please help.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 17:06:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Postgres-database-moved-to-new-host-but-some-Qlik-Sense-is-still/tac-p/1994615#M7581</guid>
      <dc:creator>Lokeshb31</dc:creator>
      <dc:date>2022-10-19T17:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Postgres database moved to new host but some Qlik Sense is still accessing the old database</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Postgres-database-moved-to-new-host-but-some-Qlik-Sense-is-still/tac-p/1996015#M7604</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/79078"&gt;@Lokeshb31&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please log a support ticket for this query. The work required to troubleshoot this with you is beyond what we can provide in an article.&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2022 08:50:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Postgres-database-moved-to-new-host-but-some-Qlik-Sense-is-still/tac-p/1996015#M7604</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2022-10-24T08:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Postgres database moved to new host but some Qlik Sense is still accessing the old database</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Postgres-database-moved-to-new-host-but-some-Qlik-Sense-is-still/tac-p/2011597#M7898</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/79078"&gt;@Lokeshb31&lt;/a&gt;  changed, i also added it in the script above as variable so it can be set up front.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 16:13:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Postgres-database-moved-to-new-host-but-some-Qlik-Sense-is-still/tac-p/2011597#M7898</guid>
      <dc:creator>Sebastian_Linser</dc:creator>
      <dc:date>2022-12-01T16:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Postgres database moved to new host but some Qlik Sense is still accessing the old database</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Postgres-database-moved-to-new-host-but-some-Qlik-Sense-is-still/tac-p/2497576#M15096</link>
      <description>&lt;P&gt;Dear sebastian/sonja,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have updgraded postgres from bundled 12 to unbundled 14 using QPI tool. We followed everysteps in "&lt;EM&gt;&lt;STRONG&gt;&lt;A href="https://help.qlik.com/en-US/sense-admin/May2024/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoW/Deploy_QSEoW/Installing-postgresql-using-qpi.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-admin/May2024/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoW/Deploy_QSEoW/Installing-postgresql-using-qpi.htm&lt;/A&gt;&lt;/STRONG&gt;&lt;/EM&gt;"&lt;/P&gt;
&lt;P&gt;Everything is running fine without error now we are concerned about if our qliksense is connected to correct postgres as its path changed from&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;C:\Program Files\Qlik\Sense\Repository&lt;/STRONG&gt; to &lt;STRONG&gt;C:\Program Files\PostgreSQL\14 on same server.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 06:36:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Postgres-database-moved-to-new-host-but-some-Qlik-Sense-is-still/tac-p/2497576#M15096</guid>
      <dc:creator>Tool_Tip</dc:creator>
      <dc:date>2024-12-12T06:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Postgres database moved to new host but some Qlik Sense is still accessing the old database</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Postgres-database-moved-to-new-host-but-some-Qlik-Sense-is-still/tac-p/2497790#M15106</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/300668"&gt;@Tool_Tip&lt;/a&gt;&amp;nbsp;please contact qlik support and we will have a look together&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 21:42:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Postgres-database-moved-to-new-host-but-some-Qlik-Sense-is-still/tac-p/2497790#M15106</guid>
      <dc:creator>Sebastian_Linser</dc:creator>
      <dc:date>2024-12-12T21:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Postgres database moved to new host but some Qlik Sense is still accessing the old database</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Postgres-database-moved-to-new-host-but-some-Qlik-Sense-is-still/tac-p/2499248#M15159</link>
      <description>&lt;P&gt;Dear Sebastian,&lt;/P&gt;
&lt;P&gt;Is it free service or paid?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Dec 2024 10:30:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Postgres-database-moved-to-new-host-but-some-Qlik-Sense-is-still/tac-p/2499248#M15159</guid>
      <dc:creator>Tool_Tip</dc:creator>
      <dc:date>2024-12-24T10:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Postgres database moved to new host but some Qlik Sense is still accessing the old database</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Postgres-database-moved-to-new-host-but-some-Qlik-Sense-is-still/tac-p/2499433#M15171</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/300668"&gt;@Tool_Tip&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A support case was created to help you get access to the support portal.&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&lt;/P&gt;</description>
      <pubDate>Fri, 27 Dec 2024 11:09:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Postgres-database-moved-to-new-host-but-some-Qlik-Sense-is-still/tac-p/2499433#M15171</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2024-12-27T11:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Postgres database moved to new host but some Qlik Sense is still accessing the old database</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Postgres-database-moved-to-new-host-but-some-Qlik-Sense-is-still/tac-p/2499512#M15180</link>
      <description>&lt;P&gt;Dear Sonja,&lt;/P&gt;
&lt;P&gt;I don't need support case. You can cancel it.&lt;/P&gt;</description>
      <pubDate>Sun, 29 Dec 2024 03:31:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Postgres-database-moved-to-new-host-but-some-Qlik-Sense-is-still/tac-p/2499512#M15180</guid>
      <dc:creator>Tool_Tip</dc:creator>
      <dc:date>2024-12-29T03:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Postgres database moved to new host but some Qlik Sense is still accessing the old database</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Postgres-database-moved-to-new-host-but-some-Qlik-Sense-is-still/tac-p/2525752#M16192</link>
      <description>&lt;P&gt;Hello Support,&amp;nbsp;&lt;/P&gt;&lt;P&gt;If PostgreSQL is hosted externally (not embedded within the Qlik Sense environment), the&amp;nbsp;&lt;/P&gt;&lt;P&gt;-postgresHome 'D:\Qlik\Sense\Repository\PostgreSQL\12.5'&lt;/P&gt;&lt;P&gt;parameter can be omitted when running the Configure-Service.ps1 script?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Federico&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jul 2025 14:35:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Postgres-database-moved-to-new-host-but-some-Qlik-Sense-is-still/tac-p/2525752#M16192</guid>
      <dc:creator>federicotedesco</dc:creator>
      <dc:date>2025-07-30T14:35:18Z</dc:date>
    </item>
  </channel>
</rss>

