<?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 Qlik Sense Node Installation Issue in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Qlik-Sense-Node-Installation-Issue/m-p/1652052#M15212</link>
    <description>&lt;P&gt;I am setting&amp;nbsp; up a Prod environment&amp;nbsp; with a Central Node and one Rim Node. I have already setup the central node with the localhost repository wiith the&amp;nbsp; default user name of&amp;nbsp; "qliksenserepository". The central node is working perfectly fine(Server1.Domain).&lt;/P&gt;&lt;P&gt;Now I would like to add a Rim Node (Server2.Domain). At the start up of the Qlik Sense installation of this RIM I selected the option for "Join Cluster" and its askind to enter the&lt;/P&gt;&lt;P&gt;"Database Host Name": "Server1.Domain"&lt;/P&gt;&lt;P&gt;Database Port:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;4432 (Same what I defined i the Central Node installation and the port is open)&lt;/P&gt;&lt;P&gt;Databaseuser :&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;qliksenserepository&amp;nbsp;(Same what I defined i the Central Node installation and the port is open)&lt;/P&gt;&lt;P&gt;Database user password:&amp;nbsp;(Same what I defined i the Central Node installation and the port is open)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get the message "The database rejected the connection. Check your User name and Password"&lt;/P&gt;&lt;P&gt;What am I doing wrong here .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please see the attached screenshot&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Nov 2019 22:43:43 GMT</pubDate>
    <dc:creator>Rehan</dc:creator>
    <dc:date>2019-11-27T22:43:43Z</dc:date>
    <item>
      <title>Qlik Sense Node Installation Issue</title>
      <link>https://community.qlik.com/t5/Management-Governance/Qlik-Sense-Node-Installation-Issue/m-p/1652052#M15212</link>
      <description>&lt;P&gt;I am setting&amp;nbsp; up a Prod environment&amp;nbsp; with a Central Node and one Rim Node. I have already setup the central node with the localhost repository wiith the&amp;nbsp; default user name of&amp;nbsp; "qliksenserepository". The central node is working perfectly fine(Server1.Domain).&lt;/P&gt;&lt;P&gt;Now I would like to add a Rim Node (Server2.Domain). At the start up of the Qlik Sense installation of this RIM I selected the option for "Join Cluster" and its askind to enter the&lt;/P&gt;&lt;P&gt;"Database Host Name": "Server1.Domain"&lt;/P&gt;&lt;P&gt;Database Port:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;4432 (Same what I defined i the Central Node installation and the port is open)&lt;/P&gt;&lt;P&gt;Databaseuser :&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;qliksenserepository&amp;nbsp;(Same what I defined i the Central Node installation and the port is open)&lt;/P&gt;&lt;P&gt;Database user password:&amp;nbsp;(Same what I defined i the Central Node installation and the port is open)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get the message "The database rejected the connection. Check your User name and Password"&lt;/P&gt;&lt;P&gt;What am I doing wrong here .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please see the attached screenshot&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 22:43:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Qlik-Sense-Node-Installation-Issue/m-p/1652052#M15212</guid>
      <dc:creator>Rehan</dc:creator>
      <dc:date>2019-11-27T22:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Node Installation Issue</title>
      <link>https://community.qlik.com/t5/Management-Governance/Qlik-Sense-Node-Installation-Issue/m-p/1652078#M15214</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Multi-Node Connection with Central Node&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1. First Install Qlik Sense Server (i.e. Central Node or Create Cluster).&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note: Before doing 2nd, 3rd and 4th step create backup those files.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2. Go to PostgreSQL\9.6 path like below.&lt;BR /&gt;C:\ProgramData\Qlik\Sense\Repository\PostgreSQL\9.6&lt;BR /&gt;Open postgresql.conf file.&lt;BR /&gt;&lt;BR /&gt;3. Go to #listen_addresses&lt;BR /&gt;&lt;BR /&gt;Do the following Changes:&lt;BR /&gt;#listen_addresses = ‘*’&lt;BR /&gt;max_connections = 200&lt;BR /&gt;&lt;BR /&gt;4. Then open file pg_hba.conf from same path.&lt;BR /&gt;&lt;BR /&gt;Do the Following Changes:&lt;BR /&gt;# IPv4 Local connections:&lt;BR /&gt;host all all 0.0.0.0/0 md5&lt;BR /&gt;# IPv6 local connections:&lt;BR /&gt;host all all ::0/0 md5&lt;/P&gt;&lt;P&gt;5. Open cmd (run as administrator)&lt;BR /&gt;Write following truncate command.&lt;/P&gt;&lt;P&gt;(echo TRUNCATE "AppAvailabilities", "SyncSessions", "BinaryDownloadProperties", "BinaryDownloads", "BinaryDeleteProperties", "BinaryDeletes", "BinarySyncRuleEvaluations" CASCADE;) | "C:\Program Files\Qlik\Sense\Repository\PostgreSQL\9.6\bin\psql.exe" -U postgres -p 4432 -d QSR&lt;/P&gt;&lt;P&gt;Then write password for user postgres: (i.e. Qlik Super User Password or Qlik Repository Password)&lt;/P&gt;&lt;P&gt;6. Restart all Qlik Services.&lt;/P&gt;&lt;P&gt;7. Now Install Qlik Sense Server (i.e RIM Node or Join Cluster)&lt;BR /&gt;&lt;BR /&gt;8. Open Setup file and click on install.&lt;BR /&gt;&lt;BR /&gt;9. Accept the License agreements and click on Next.&lt;BR /&gt;&lt;BR /&gt;10. Click on Join Cluster.&lt;BR /&gt;&lt;BR /&gt;11. Write Database host Name is nothing but IP address of Central Node machine.&lt;BR /&gt;Database port: 4432&lt;BR /&gt;Database user: qliksenserepository&lt;BR /&gt;Password also same (Central Node installation password).&lt;BR /&gt;&lt;BR /&gt;12. Click on Next.&lt;BR /&gt;&lt;BR /&gt;13. Write Username and password for RIM node installation Machine.&lt;BR /&gt;&lt;BR /&gt;14. Click on Install.&lt;BR /&gt;&lt;BR /&gt;15. Click on finish.&lt;BR /&gt;&lt;BR /&gt;16. Open QMC of Central Node.&lt;/P&gt;&lt;P&gt;17. Go to Nodes tab and click on Create new.&lt;BR /&gt;&lt;BR /&gt;18. Fill the information like as below.&lt;BR /&gt;Name: Node1 (i.e. Any Name)&lt;BR /&gt;Host Name: IP address of RIM Node Machine.&lt;BR /&gt;Node Purpose: Both&lt;BR /&gt;Disable the Failover Candidate&lt;BR /&gt;Enable the All Service Activations.&lt;BR /&gt;&lt;BR /&gt;19. Click on Apply.&lt;/P&gt;&lt;P&gt;20. It will prompted Node registration password and URL.&lt;BR /&gt;Copy that URL.&lt;BR /&gt;Paste into RIM Node Machine.&lt;BR /&gt;It will show you Install certificates message.&lt;BR /&gt;&lt;BR /&gt;21. Paste here Node registration password.&lt;/P&gt;&lt;P&gt;22. The services was successfully unlocked.&lt;/P&gt;&lt;P&gt;23. Open QMC of Central Node.&lt;BR /&gt;Go to Node tab.&lt;BR /&gt;The Newly created node will display the status as “certificate has not been install”.&lt;BR /&gt;&lt;BR /&gt;24. Restart all Qlik Sense Services (i.e. Central Node).&lt;/P&gt;&lt;P&gt;25. Open again QMC of Central Node.&lt;BR /&gt;Status will change to “5 of 5 services are running”.&lt;BR /&gt;&lt;BR /&gt;26. Restart all services of Qlik Sense RIM Node.&lt;/P&gt;&lt;P&gt;27. Open QMC in RIM Node.&lt;BR /&gt;First it will hide all tabs for RIM Node user because the access is not been given by Central Node to RIM Node.&lt;BR /&gt;&lt;BR /&gt;28. Open QMC of Central Node then go to Users tab and select User for RIM Node Machine and click on Edit.&lt;BR /&gt;Add Root Admin or any of the specific role to that user.&lt;BR /&gt;&lt;BR /&gt;29. Refresh again QMC of RIM Node.&lt;BR /&gt;It will show you all data from Central Node.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2019 05:56:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Qlik-Sense-Node-Installation-Issue/m-p/1652078#M15214</guid>
      <dc:creator>vishalarote</dc:creator>
      <dc:date>2019-11-28T05:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Node Installation Issue</title>
      <link>https://community.qlik.com/t5/Management-Governance/Qlik-Sense-Node-Installation-Issue/m-p/1952752#M22659</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I cannot find the&amp;nbsp;&lt;SPAN&gt;bin\psql.exe in the abovementioned location.&amp;nbsp;&lt;BR /&gt;Where can i find the same, or would i need to do something to get the file in the location.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2022 10:01:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Qlik-Sense-Node-Installation-Issue/m-p/1952752#M22659</guid>
      <dc:creator>unknown321</dc:creator>
      <dc:date>2022-07-07T10:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Node Installation Issue</title>
      <link>https://community.qlik.com/t5/Management-Governance/Qlik-Sense-Node-Installation-Issue/m-p/2470530#M27636</link>
      <description>&lt;P&gt;I tired exactly this way but i am facing this issue "the database could not be reached.ssl connection requested.no ssl enabled connection from this host is configured." error.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Jul 2024 12:03:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Qlik-Sense-Node-Installation-Issue/m-p/2470530#M27636</guid>
      <dc:creator>kumarbala</dc:creator>
      <dc:date>2024-07-14T12:03:37Z</dc:date>
    </item>
  </channel>
</rss>

