<?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 connect to the Qlik Sense Enterprise on Windows or Qlik NPrinting PostgreSQL database in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-connect-to-the-Qlik-Sense-Enterprise-on-Windows-or-Qlik/ta-p/1710699</link>
    <description>&lt;P&gt;This article covers the installation and configuration of&amp;nbsp;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;pgAdmin 4&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;(or later) to connect to either the&amp;nbsp;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Qlik Sense Enterprise on Windows&lt;/FONT&gt;&amp;nbsp;&lt;/STRONG&gt;or&amp;nbsp;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Qlik NPrinting&lt;/FONT&gt;&amp;nbsp;&lt;/STRONG&gt;repository.&lt;/P&gt;
&lt;BLOCKQUOTE class="quote"&gt;Qlik cannot support direct queries and access to the underlying product's database hosted by PostgreSQL. If any issues arise for which direct queries are deemed responsible, Qlik Support will reserve the right to request that a previous working backup is restored to the system in order to bring back full operation or resolve any isolated issue(s). The steps described here in this article are only used by Qlik Support for troubleshooting purposes.&lt;/BLOCKQUOTE&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Establishing a connection&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;Download &lt;A href="https://www.pgadmin.org/download/pgadmin-4-windows/" target="_blank" rel="noopener"&gt;pgAdmin 4&lt;/A&gt; or higher.&amp;nbsp;The software can be found on &lt;A href="https://www.pgadmin.org" target="_blank" rel="noopener"&gt;pgadmin.org&lt;/A&gt;.&lt;BR /&gt;
&lt;BLOCKQUOTE class="quote"&gt;For deployments still utilizing PostgreSQL 9.6: pgAdmin 4 versions 6.13 and higher no longer support PostgreSQL 9. See the release notes for &lt;A href="https://www.pgadmin.org/docs/pgadmin4/development/release_notes_6_13.html" target="_blank" rel="noopener"&gt;6.13&lt;/A&gt;. 6.12 or an older version of pgAdmin can be downloaded from this &lt;A href="https://pgadmin-archive.postgresql.org/pgadmin4/index.html" target="_blank" rel="noopener"&gt;archive&lt;/A&gt;.&lt;/BLOCKQUOTE&gt;
&lt;/LI&gt;
&lt;LI&gt;Run the installation executable, and then launch the installed program as Administrator.&lt;/LI&gt;
&lt;LI&gt;Create the&amp;nbsp;&lt;STRONG&gt;Server&lt;/STRONG&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;&lt;SPAN&gt;Right-click&amp;nbsp;&lt;STRONG&gt;Servers&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Click &lt;STRONG&gt;Register&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Click &lt;STRONG&gt;Server...&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Create Server.png" style="width: 611px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/110761iD46B745D9641325C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Create Server.png" alt="Create Server.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;In the following prompt, name the connection (your preferred name, it does not have to match the database name)&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Name the connection.png" style="width: 524px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/110762i5D8987B7D3152187/image-size/large?v=v2&amp;amp;px=999" role="button" title="Name the connection.png" alt="Name the connection.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Switch to the&amp;nbsp;&lt;STRONG&gt;Connection&amp;nbsp;&lt;/STRONG&gt;tab&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Provide the required connection details:&lt;/SPAN&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;STRONG&gt;Hostname/address:&lt;/STRONG&gt; &lt;FONT face="courier new,courier"&gt;localhost&lt;/FONT&gt; (if local)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;STRONG&gt;Port:&lt;/STRONG&gt; &lt;FONT face="courier new,courier"&gt;4432&lt;/FONT&gt; (Qlik Sense on-prem) &lt;FONT face="courier new,courier"&gt;4992&lt;/FONT&gt; (Qlik NPrinting)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Maintenance database:&lt;/STRONG&gt; &lt;FONT face="courier new,courier"&gt;postgres&lt;/FONT&gt;*&amp;nbsp;&lt;BR /&gt;*This value may differ if you run a standalone database and have configured it differently.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Username:&lt;/STRONG&gt; &lt;FONT face="courier new,courier"&gt;postgres&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Password:&lt;/STRONG&gt; your password, set during installation&lt;/LI&gt;
&lt;LI&gt;Click&amp;nbsp;&lt;STRONG&gt;Save&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="connection details.png" style="width: 523px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/110763i1AF4A1B570EB7674/image-size/large?v=v2&amp;amp;px=999" role="button" title="connection details.png" alt="connection details.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;
&lt;BLOCKQUOTE class="quote"&gt;If you are running an SSL-secured database with Qlik Sense (not supported with Qlik NPrinting), proceed by configuring the&amp;nbsp;&lt;STRONG&gt;SSL&amp;nbsp;&lt;/STRONG&gt;tab.&lt;/BLOCKQUOTE&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Reading the Repository information&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;This is an example on how you can afterwards access the Qlik Sense Repository information (Qlik NPrinting follows a similar structure).&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Expand&amp;nbsp;&lt;STRONG&gt;Servers&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Select your database (in our example it is named&amp;nbsp;&lt;STRONG&gt;postgres&lt;/STRONG&gt;, you may have named it&amp;nbsp;&lt;STRONG&gt;QSR&amp;nbsp;&lt;/STRONG&gt;or any other familiar name)&lt;/LI&gt;
&lt;LI&gt;Expand&amp;nbsp;&lt;STRONG&gt;Databases&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Expand the&amp;nbsp;&lt;STRONG&gt;QSR&amp;nbsp;&lt;/STRONG&gt;database&lt;/LI&gt;
&lt;LI&gt;Scroll down to and expand&amp;nbsp;&lt;STRONG&gt;Schemas&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Expand&amp;nbsp;&lt;STRONG&gt;public&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Scroll down to and expand&amp;nbsp;&lt;STRONG&gt;Tables&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Review the table you wish to read.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="expand tables.png" style="width: 303px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/110764i7720745DB37984AB/image-size/large?v=v2&amp;amp;px=999" role="button" title="expand tables.png" alt="expand tables.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/LI&gt;
&lt;/OL&gt;</description>
    <pubDate>Wed, 28 Jun 2023 14:09:00 GMT</pubDate>
    <dc:creator>Daniel_Seo</dc:creator>
    <dc:date>2023-06-28T14:09:00Z</dc:date>
    <item>
      <title>How to connect to the Qlik Sense Enterprise on Windows or Qlik NPrinting PostgreSQL database</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-connect-to-the-Qlik-Sense-Enterprise-on-Windows-or-Qlik/ta-p/1710699</link>
      <description>&lt;P&gt;This article covers the installation and configuration of&amp;nbsp;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;pgAdmin 4&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;(or later) to connect to either the&amp;nbsp;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Qlik Sense Enterprise on Windows&lt;/FONT&gt;&amp;nbsp;&lt;/STRONG&gt;or&amp;nbsp;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Qlik NPrinting&lt;/FONT&gt;&amp;nbsp;&lt;/STRONG&gt;repository.&lt;/P&gt;
&lt;BLOCKQUOTE class="quote"&gt;Qlik cannot support direct queries and access to the underlying product's database hosted by PostgreSQL. If any issues arise for which direct queries are deemed responsible, Qlik Support will reserve the right to request that a previous working backup is restored to the system in order to bring back full operation or resolve any isolated issue(s). The steps described here in this article are only used by Qlik Support for troubleshooting purposes.&lt;/BLOCKQUOTE&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Establishing a connection&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;Download &lt;A href="https://www.pgadmin.org/download/pgadmin-4-windows/" target="_blank" rel="noopener"&gt;pgAdmin 4&lt;/A&gt; or higher.&amp;nbsp;The software can be found on &lt;A href="https://www.pgadmin.org" target="_blank" rel="noopener"&gt;pgadmin.org&lt;/A&gt;.&lt;BR /&gt;
&lt;BLOCKQUOTE class="quote"&gt;For deployments still utilizing PostgreSQL 9.6: pgAdmin 4 versions 6.13 and higher no longer support PostgreSQL 9. See the release notes for &lt;A href="https://www.pgadmin.org/docs/pgadmin4/development/release_notes_6_13.html" target="_blank" rel="noopener"&gt;6.13&lt;/A&gt;. 6.12 or an older version of pgAdmin can be downloaded from this &lt;A href="https://pgadmin-archive.postgresql.org/pgadmin4/index.html" target="_blank" rel="noopener"&gt;archive&lt;/A&gt;.&lt;/BLOCKQUOTE&gt;
&lt;/LI&gt;
&lt;LI&gt;Run the installation executable, and then launch the installed program as Administrator.&lt;/LI&gt;
&lt;LI&gt;Create the&amp;nbsp;&lt;STRONG&gt;Server&lt;/STRONG&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;&lt;SPAN&gt;Right-click&amp;nbsp;&lt;STRONG&gt;Servers&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Click &lt;STRONG&gt;Register&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Click &lt;STRONG&gt;Server...&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Create Server.png" style="width: 611px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/110761iD46B745D9641325C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Create Server.png" alt="Create Server.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;In the following prompt, name the connection (your preferred name, it does not have to match the database name)&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Name the connection.png" style="width: 524px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/110762i5D8987B7D3152187/image-size/large?v=v2&amp;amp;px=999" role="button" title="Name the connection.png" alt="Name the connection.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Switch to the&amp;nbsp;&lt;STRONG&gt;Connection&amp;nbsp;&lt;/STRONG&gt;tab&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Provide the required connection details:&lt;/SPAN&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;STRONG&gt;Hostname/address:&lt;/STRONG&gt; &lt;FONT face="courier new,courier"&gt;localhost&lt;/FONT&gt; (if local)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;STRONG&gt;Port:&lt;/STRONG&gt; &lt;FONT face="courier new,courier"&gt;4432&lt;/FONT&gt; (Qlik Sense on-prem) &lt;FONT face="courier new,courier"&gt;4992&lt;/FONT&gt; (Qlik NPrinting)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Maintenance database:&lt;/STRONG&gt; &lt;FONT face="courier new,courier"&gt;postgres&lt;/FONT&gt;*&amp;nbsp;&lt;BR /&gt;*This value may differ if you run a standalone database and have configured it differently.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Username:&lt;/STRONG&gt; &lt;FONT face="courier new,courier"&gt;postgres&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Password:&lt;/STRONG&gt; your password, set during installation&lt;/LI&gt;
&lt;LI&gt;Click&amp;nbsp;&lt;STRONG&gt;Save&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="connection details.png" style="width: 523px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/110763i1AF4A1B570EB7674/image-size/large?v=v2&amp;amp;px=999" role="button" title="connection details.png" alt="connection details.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;
&lt;BLOCKQUOTE class="quote"&gt;If you are running an SSL-secured database with Qlik Sense (not supported with Qlik NPrinting), proceed by configuring the&amp;nbsp;&lt;STRONG&gt;SSL&amp;nbsp;&lt;/STRONG&gt;tab.&lt;/BLOCKQUOTE&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Reading the Repository information&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;This is an example on how you can afterwards access the Qlik Sense Repository information (Qlik NPrinting follows a similar structure).&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Expand&amp;nbsp;&lt;STRONG&gt;Servers&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Select your database (in our example it is named&amp;nbsp;&lt;STRONG&gt;postgres&lt;/STRONG&gt;, you may have named it&amp;nbsp;&lt;STRONG&gt;QSR&amp;nbsp;&lt;/STRONG&gt;or any other familiar name)&lt;/LI&gt;
&lt;LI&gt;Expand&amp;nbsp;&lt;STRONG&gt;Databases&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Expand the&amp;nbsp;&lt;STRONG&gt;QSR&amp;nbsp;&lt;/STRONG&gt;database&lt;/LI&gt;
&lt;LI&gt;Scroll down to and expand&amp;nbsp;&lt;STRONG&gt;Schemas&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Expand&amp;nbsp;&lt;STRONG&gt;public&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Scroll down to and expand&amp;nbsp;&lt;STRONG&gt;Tables&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Review the table you wish to read.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="expand tables.png" style="width: 303px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/110764i7720745DB37984AB/image-size/large?v=v2&amp;amp;px=999" role="button" title="expand tables.png" alt="expand tables.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Wed, 28 Jun 2023 14:09:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-connect-to-the-Qlik-Sense-Enterprise-on-Windows-or-Qlik/ta-p/1710699</guid>
      <dc:creator>Daniel_Seo</dc:creator>
      <dc:date>2023-06-28T14:09:00Z</dc:date>
    </item>
  </channel>
</rss>

