<?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 Change Qlik Sense Central Node Failover Timeout Through PowerShell in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/How-To-Change-Qlik-Sense-Central-Node-Failover-Timeout-Through/ta-p/1712088</link>
    <description>&lt;P&gt;RIM node can be configured as Central node failover candidate in Qlik Sense June 2017 or later. Failover timeout value can be changed through &lt;A href="https://help.qlik.com/en-US/sense-developer/Subsystems/RepositoryServiceAPI/Content/RepositoryServiceAPI/RepositoryServiceAPI-Introduction.htm" target="_blank" rel="noopener"&gt;Qlik Sense Repository (QRS) API&lt;/A&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/Subsystems/RepositoryServiceAPI/Content/RepositoryServiceAPI/RepositoryServiceAPI-Introduction.htm" target="_blank" rel="noopener"&gt;.&lt;/A&gt; &lt;BR /&gt;The open source Qlik CLI cmdlet for PowerShell is a simplified method to execute QRS APIs. Below guide describes how the Central Node failover timeout can be altered through Qlik CLI.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;IMPORTANT:&amp;nbsp;&lt;/STRONG&gt;Qlik CLI is distributed as open-source solution through GitHub, and is not supported by Qlik. See GitHub for more license details related to Qlik CLI.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;STEPS&lt;/STRONG&gt;:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Install Qlik-Clik by referring to the article&amp;nbsp; &amp;nbsp;&lt;A href="https://community.qlik.com/t5/Support-Knowledge-Base/How-to-install-Qlik-CLI/ta-p/1715387" target="_blank" rel="noopener"&gt;How To Install Qlik CLI Powershell Module&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Connect to Qlik Sense site with certificate trust through PowerShell.&lt;BR /&gt;&lt;BR /&gt;Note, qlikserver.domain.local needs to be replaced with the real Qlik Sense server DNS name.&lt;BR /&gt;&lt;LI-CODE lang="markup"&gt;gci cert:currentuser\my | where { $_.friendlyname -eq 'QlikClient' } | Connect-Qlik qlikserver.domain.local  ​&lt;/LI-CODE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Change Central Node failover timeout.&amp;nbsp; &amp;nbsp;Set value numeric value to the desired timeout in minutes&lt;BR /&gt;&lt;LI-CODE lang="markup"&gt;Update-QlikServiceCluster -failoverTimeout 15   ​&lt;/LI-CODE&gt;&lt;/LI&gt;
&lt;LI&gt;Refresh QMC to confirm the change&amp;nbsp;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;TROUBLESHOOTING&lt;/STRONG&gt;:&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;If connecting to Qlik Sense by friendlyname is not successful, it could be caused by more than one certificate installed with the same ‘friendlyname ’.&amp;nbsp; In this case, the solution could be to use Thumbprint, as defined in the certificate details in MMC.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;&lt;IMG src="https://qlik.my.salesforce.com/servlet/servlet.ImageServer?id=015D0000006ANha&amp;amp;oid=00D20000000IGPX&amp;amp;lastMod=1540203959000" border="0" alt="User-added image" /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;gci cert:currentuser\my | where { $_.Thumbprint -eq 'F1588DFB0DCBEE3C161C957C45CBD7A1A3871E5F' } | Connect-Qlik qlikserver.domain.local&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4 id="toc-hId--542518835"&gt;Related Content:&lt;/H4&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-admin/November2020/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoW/Deploy_QSEoW/Failover.htm" target="_self" rel="nofollow noopener noreferrer noopener noreferrer"&gt;Configuring failover for central node resiliency&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Support-Knowledge-Base/Change-Central-Node-Failover-Timeout/ta-p/1716586" target="_blank" rel="noopener"&gt;Change Central Node Failover Timeout&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Dec 2020 15:31:43 GMT</pubDate>
    <dc:creator>Lisa_Sun</dc:creator>
    <dc:date>2020-12-08T15:31:43Z</dc:date>
    <item>
      <title>How To Change Qlik Sense Central Node Failover Timeout Through PowerShell</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-To-Change-Qlik-Sense-Central-Node-Failover-Timeout-Through/ta-p/1712088</link>
      <description>&lt;P&gt;RIM node can be configured as Central node failover candidate in Qlik Sense June 2017 or later. Failover timeout value can be changed through &lt;A href="https://help.qlik.com/en-US/sense-developer/Subsystems/RepositoryServiceAPI/Content/RepositoryServiceAPI/RepositoryServiceAPI-Introduction.htm" target="_blank" rel="noopener"&gt;Qlik Sense Repository (QRS) API&lt;/A&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/Subsystems/RepositoryServiceAPI/Content/RepositoryServiceAPI/RepositoryServiceAPI-Introduction.htm" target="_blank" rel="noopener"&gt;.&lt;/A&gt; &lt;BR /&gt;The open source Qlik CLI cmdlet for PowerShell is a simplified method to execute QRS APIs. Below guide describes how the Central Node failover timeout can be altered through Qlik CLI.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;IMPORTANT:&amp;nbsp;&lt;/STRONG&gt;Qlik CLI is distributed as open-source solution through GitHub, and is not supported by Qlik. See GitHub for more license details related to Qlik CLI.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;STEPS&lt;/STRONG&gt;:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Install Qlik-Clik by referring to the article&amp;nbsp; &amp;nbsp;&lt;A href="https://community.qlik.com/t5/Support-Knowledge-Base/How-to-install-Qlik-CLI/ta-p/1715387" target="_blank" rel="noopener"&gt;How To Install Qlik CLI Powershell Module&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Connect to Qlik Sense site with certificate trust through PowerShell.&lt;BR /&gt;&lt;BR /&gt;Note, qlikserver.domain.local needs to be replaced with the real Qlik Sense server DNS name.&lt;BR /&gt;&lt;LI-CODE lang="markup"&gt;gci cert:currentuser\my | where { $_.friendlyname -eq 'QlikClient' } | Connect-Qlik qlikserver.domain.local  ​&lt;/LI-CODE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Change Central Node failover timeout.&amp;nbsp; &amp;nbsp;Set value numeric value to the desired timeout in minutes&lt;BR /&gt;&lt;LI-CODE lang="markup"&gt;Update-QlikServiceCluster -failoverTimeout 15   ​&lt;/LI-CODE&gt;&lt;/LI&gt;
&lt;LI&gt;Refresh QMC to confirm the change&amp;nbsp;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;TROUBLESHOOTING&lt;/STRONG&gt;:&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;If connecting to Qlik Sense by friendlyname is not successful, it could be caused by more than one certificate installed with the same ‘friendlyname ’.&amp;nbsp; In this case, the solution could be to use Thumbprint, as defined in the certificate details in MMC.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;&lt;IMG src="https://qlik.my.salesforce.com/servlet/servlet.ImageServer?id=015D0000006ANha&amp;amp;oid=00D20000000IGPX&amp;amp;lastMod=1540203959000" border="0" alt="User-added image" /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;gci cert:currentuser\my | where { $_.Thumbprint -eq 'F1588DFB0DCBEE3C161C957C45CBD7A1A3871E5F' } | Connect-Qlik qlikserver.domain.local&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4 id="toc-hId--542518835"&gt;Related Content:&lt;/H4&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-admin/November2020/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoW/Deploy_QSEoW/Failover.htm" target="_self" rel="nofollow noopener noreferrer noopener noreferrer"&gt;Configuring failover for central node resiliency&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Support-Knowledge-Base/Change-Central-Node-Failover-Timeout/ta-p/1716586" target="_blank" rel="noopener"&gt;Change Central Node Failover Timeout&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 15:31:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-To-Change-Qlik-Sense-Central-Node-Failover-Timeout-Through/ta-p/1712088</guid>
      <dc:creator>Lisa_Sun</dc:creator>
      <dc:date>2020-12-08T15:31:43Z</dc:date>
    </item>
  </channel>
</rss>

