<?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 remove the Qlik Sense Repository Database Service? in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-remove-the-Qlik-Sense-Repository-Database-Service/ta-p/1711195</link>
    <description>&lt;P&gt;Out of the box, Qlik Sense installs the Qlik Sense Repository Database to store the meta-data content used by Qlik Sense to function. As a site matures, the architectural needs may shift and instead customers may opt to run Qlik Sense from a stand-alone PostgreSQL (&lt;A href="https://community.qlik.com/t5/Knowledge-Base/How-to-move-Qlik-Sense-database-to-standalone-PostgresSQL/ta-p/1791775" target="_blank"&gt;https://community.qlik.com/t5/Knowledge-Base/How-to-move-Qlik-Sense-database-to-standalone-PostgresSQL/ta-p/1791775&lt;/A&gt;). After making this change, there will still be a Qlik Sense Repository Database Service. This article outlines how to remove that service from the Windows OS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;Environment:&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;LI-PRODUCT title="Qlik Sense Enterprise on Windows" id="qlikSenseEnterpriseWindows"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;any version&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Resolution:&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Start a command prompt with elevated administrator permissions.&lt;/P&gt;
&lt;P&gt;Execute the following:&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;sc config QlikSenseRepositoryDatabase depend= /
sc config QlikSenseRepositoryService depend= /&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After these two steps start the Qlik Repository service without starting the Qlik Repository Database Service and see if all is working as expected.&amp;nbsp; To delete the Database Service run the following command:&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;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;sc delete QlikSenseRepositoryDatabase&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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you delete the QlikSenseRepositoryDatabaseService you need to prevent it from comming backing back in a future upgrade, you need to rename&amp;nbsp;C:\ProgramData\Qlik\Sense\Repository\PostgreSQL to e.g. C:\ProgramData\Qlik\Sense\Repository\oldPostgesSQL.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please note that the last step is optional, it is also possible to just set the startup type of the service to manual, so you have a fallback option if you want to move back from the standalone database to the internal one.&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;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;sc config "QlikSenseRepositoryDatabase" start=demand&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;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jul 2021 21:00:54 GMT</pubDate>
    <dc:creator>Andre_Sostizzo</dc:creator>
    <dc:date>2021-07-09T21:00:54Z</dc:date>
    <item>
      <title>How to remove the Qlik Sense Repository Database Service?</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-remove-the-Qlik-Sense-Repository-Database-Service/ta-p/1711195</link>
      <description>&lt;P&gt;Out of the box, Qlik Sense installs the Qlik Sense Repository Database to store the meta-data content used by Qlik Sense to function. As a site matures, the architectural needs may shift and instead customers may opt to run Qlik Sense from a stand-alone PostgreSQL (&lt;A href="https://community.qlik.com/t5/Knowledge-Base/How-to-move-Qlik-Sense-database-to-standalone-PostgresSQL/ta-p/1791775" target="_blank"&gt;https://community.qlik.com/t5/Knowledge-Base/How-to-move-Qlik-Sense-database-to-standalone-PostgresSQL/ta-p/1791775&lt;/A&gt;). After making this change, there will still be a Qlik Sense Repository Database Service. This article outlines how to remove that service from the Windows OS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;Environment:&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;LI-PRODUCT title="Qlik Sense Enterprise on Windows" id="qlikSenseEnterpriseWindows"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;any version&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Resolution:&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Start a command prompt with elevated administrator permissions.&lt;/P&gt;
&lt;P&gt;Execute the following:&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;sc config QlikSenseRepositoryDatabase depend= /
sc config QlikSenseRepositoryService depend= /&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After these two steps start the Qlik Repository service without starting the Qlik Repository Database Service and see if all is working as expected.&amp;nbsp; To delete the Database Service run the following command:&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;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;sc delete QlikSenseRepositoryDatabase&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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you delete the QlikSenseRepositoryDatabaseService you need to prevent it from comming backing back in a future upgrade, you need to rename&amp;nbsp;C:\ProgramData\Qlik\Sense\Repository\PostgreSQL to e.g. C:\ProgramData\Qlik\Sense\Repository\oldPostgesSQL.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please note that the last step is optional, it is also possible to just set the startup type of the service to manual, so you have a fallback option if you want to move back from the standalone database to the internal one.&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;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;sc config "QlikSenseRepositoryDatabase" start=demand&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jul 2021 21:00:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-remove-the-Qlik-Sense-Repository-Database-Service/ta-p/1711195</guid>
      <dc:creator>Andre_Sostizzo</dc:creator>
      <dc:date>2021-07-09T21:00:54Z</dc:date>
    </item>
  </channel>
</rss>

