<?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 Qlik Sense - Randomly, some streams or applications are not available in the Hub in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Randomly-some-streams-or-applications-are-not/ta-p/1778814</link>
    <description>&lt;P&gt;From time to time, when a user accesses the Qlik Sense Hub, they do not retrieve the Streams they should have access to after recent changes in the security rules setup. You may even see different results depending on which rim node you are connected to.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This usually happens in multi node environments deployed in cloud premises such as Microsoft Azure.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;If you are looking for information on Streams not being visible after an Upgarde to Qlik Sense May 2022, see&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://community.qlik.com/t5/Knowledge/Stream-are-not-visible-in-Qlik-Sense-May-2022/ta-p/1943938" target="_blank" rel="noopener"&gt;Stream are not visible in Qlik Sense May 2022&lt;/A&gt;.&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You can check if you are impacted by a problem with your database listeners via the video below or using the pgadmin&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Support-Knowledge-Base/How-To-Check-For-Missing-Database-Listeners-in-Qlik-Sense-on/ta-p/1780463" target="_blank" rel="noopener"&gt;instructions here.&lt;/A&gt;&lt;/P&gt;
&lt;H4&gt;Environment&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;Qlik Sense Enterprise on Windows (any version)&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;Resolution&lt;/H3&gt;
&lt;P&gt;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2F77d0aQ1qvu8%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D77d0aQ1qvu8&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2F77d0aQ1qvu8%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" width="600" height="337" scrolling="no" title="Qlik Fix: How To Check For Missing Database Listeners in Qlik Sense on Windows" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture;" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Fix/Qlik-Fix-How-To-Check-For-Missing-Database-Listeners-in-Qlik/ta-p/1786175" target="_blank" rel="noopener"&gt;Click here for Video Transcript&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;A service restart on the affected node(s) will recover the connectivity and issue should be resolved.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;There is a setting called "Keep Alive" that will have the effect of sending a TCP keepalive packet at regular intervals. It is by default turned off (value 0), but setting the value to 1 (keepalive sent every second) makes the system recover when the connection has been lost.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&lt;SPAN&gt;To configure the "Keep Alive" you will need to apply the following on each node (including Central node)&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Open&amp;nbsp;&lt;STRONG&gt;QlikSenseUtil&lt;/STRONG&gt;. By default, this will be installed under&amp;nbsp;&lt;FONT face="courier new,courier"&gt;C:\Program&lt;/FONT&gt;&amp;nbsp;&lt;FONT face="courier new,courier"&gt;Files\Qlik\Sense\Repository\Util\QlikSenseUtil\QlikSenseUtil.exe&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;Open the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;Connection String Editor&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;Read&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;the current configuration, decrypting the current data.&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;At the end of the Connection String for "QSR" and "QSMQ", add the following key &lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;KeepAlive=30;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;connectionStrings&amp;gt;
    &amp;lt;add name="QSR" connectionString="User ID=qliksenserepository;Host='&amp;lt;host&amp;gt;';Port='4432';Database=QSR;Pooling=true;Min Pool Size=0;Max Pool Size=90;Connection Lifetime=3600;Unicode=true;Password='&amp;lt;pwd&amp;gt;';Keep Alive=30;" providerName="Devart.Data.PostgreSql" /&amp;gt;
​    &amp;lt;add name="QSMQ" connectionString="User ID=qliksenserepository;Host='&amp;lt;host&amp;gt;';Port='4432';Database=QSMQ;Pooling=true;Min Pool Size=0;Max Pool Size=90;Connection Lifetime=3600;Unicode=true;Password='&amp;lt;pwd&amp;gt;';Keep Alive=30;" providerName="Devart.Data.PostgreSql" /&amp;gt;
​    &amp;lt;add name="postgres" connectionString="User ID=postgres;Host=localhost;Port=4432;Database=postgres;Pooling=true;Min Pool Size=0;Max Pool Size=90;Connection Lifetime=3600;Unicode=true;" providerName="Devart.Data.PostgreSql" /&amp;gt;
​&amp;lt;/connectionStrings&amp;gt;&lt;/LI-CODE&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;&lt;SPAN&gt;Hit&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;Save Value in config file encrypted&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;, committing any&amp;nbsp;changes.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Finally, restart the Qlik Sense Repository Service and Qlik Sense Dispatcher on the node.&lt;/LI&gt;
&lt;LI&gt;When upgrading Qlik Sense to a newer release, check if the setting is still present, if not please re-implement the steps above.&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Workaround(s):&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;There is also a possible workaround to clear all the QRS cache entitities which has worked in some scenarios with this issue.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG style="font-family: inherit;"&gt;DELETE /qrs/internal/management/cache&lt;WBR /&gt;/&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://community.qlik.com/t5/Support-Knowledge-Base/QRS-API-Delete-management-cache/ta-p/1769725" target="_blank" rel="noopener"&gt;QRS API: Delete management cache&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Also, we can identify this drop in connection by initiating a ping processes on each of the rim nodes towards the central node. In a command shell on the two rim nodes run the following command and leave it running for at least 24 hours then compare the two resulting files:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG style="font-family: inherit;"&gt;Option 1:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;Using cmd (Ok but will not identify the time)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;LI-CODE lang="markup"&gt; ping -t &amp;lt;central node&amp;gt; &amp;gt; ping_log.txt&lt;/LI-CODE&gt;&lt;STRONG style="font-family: inherit;"&gt;Option 2:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Using PowerShell.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;This will use &lt;FONT face="courier new,courier"&gt;Get-Date&lt;/FONT&gt; to generate a timestamp for each ping which helps with cross-referencing environmental events.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;LI-CODE lang="markup"&gt;ping.exe -t &amp;lt;DestinationFileServer_IP&amp;gt; | Foreach{"{0} - {1}" -f (Get-Date),$_} &amp;gt; ping_DestinationFileServerName.txt&lt;/LI-CODE&gt;&lt;STRONG style="font-family: inherit;"&gt;Option 3:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Using psping on tcp port&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;4432&lt;/FONT&gt;&lt;SPAN&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;This is useful in environment where either QoS is implemented, ping is blocked, or has other environmental restrictions that could affect TCP connections only. In this scenario, Ping (which uses ICMP protocol) would not indicate latency which can mislead to concluding TCP protocol is not observing latency as well. To rule this out use psping.&lt;BR /&gt;&lt;BR /&gt;See&amp;nbsp;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://community.qlik.com/t5/Support-Knowledge-Base/Test-latency-to-Qlik-Server-on-a-specific-port/ta-p/1713832" target="_blank" rel="noopener"&gt;&lt;SPAN class="TEXT"&gt;Test latency to Qlik Server on a specific port&lt;/SPAN&gt;&lt;/A&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Cause&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;&lt;SPAN&gt;Qlik Sense Enterprise on Windows relies on database listeners to notify nodes when changes have occurred, it is possible for these connections to be silently closed, which can result in a variety of strange behavior&amp;nbsp;such as newly published apps not being visible on all nodes, or newly created streams or load balancing rules appearing to not take effect until the node is restarted.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&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;SPAN&gt;&lt;A href="https://community.qlik.com/t5/Support-Knowledge-Base/How-To-Check-For-Missing-Database-Listeners-in-Qlik-Sense-on/ta-p/1780463" target="_blank" rel="noopener"&gt;How To Check For Missing Database Listeners in Qlik Sense on Windows&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Mon, 18 Jul 2022 09:37:43 GMT</pubDate>
    <dc:creator>Bastien_Laugiero</dc:creator>
    <dc:date>2022-07-18T09:37:43Z</dc:date>
    <item>
      <title>Qlik Sense - Randomly, some streams or applications are not available in the Hub</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Randomly-some-streams-or-applications-are-not/ta-p/1778814</link>
      <description>&lt;P&gt;From time to time, when a user accesses the Qlik Sense Hub, they do not retrieve the Streams they should have access to after recent changes in the security rules setup. You may even see different results depending on which rim node you are connected to.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This usually happens in multi node environments deployed in cloud premises such as Microsoft Azure.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;If you are looking for information on Streams not being visible after an Upgarde to Qlik Sense May 2022, see&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://community.qlik.com/t5/Knowledge/Stream-are-not-visible-in-Qlik-Sense-May-2022/ta-p/1943938" target="_blank" rel="noopener"&gt;Stream are not visible in Qlik Sense May 2022&lt;/A&gt;.&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You can check if you are impacted by a problem with your database listeners via the video below or using the pgadmin&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Support-Knowledge-Base/How-To-Check-For-Missing-Database-Listeners-in-Qlik-Sense-on/ta-p/1780463" target="_blank" rel="noopener"&gt;instructions here.&lt;/A&gt;&lt;/P&gt;
&lt;H4&gt;Environment&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;Qlik Sense Enterprise on Windows (any version)&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;Resolution&lt;/H3&gt;
&lt;P&gt;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2F77d0aQ1qvu8%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D77d0aQ1qvu8&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2F77d0aQ1qvu8%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" width="600" height="337" scrolling="no" title="Qlik Fix: How To Check For Missing Database Listeners in Qlik Sense on Windows" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture;" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Fix/Qlik-Fix-How-To-Check-For-Missing-Database-Listeners-in-Qlik/ta-p/1786175" target="_blank" rel="noopener"&gt;Click here for Video Transcript&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;A service restart on the affected node(s) will recover the connectivity and issue should be resolved.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;There is a setting called "Keep Alive" that will have the effect of sending a TCP keepalive packet at regular intervals. It is by default turned off (value 0), but setting the value to 1 (keepalive sent every second) makes the system recover when the connection has been lost.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&lt;SPAN&gt;To configure the "Keep Alive" you will need to apply the following on each node (including Central node)&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Open&amp;nbsp;&lt;STRONG&gt;QlikSenseUtil&lt;/STRONG&gt;. By default, this will be installed under&amp;nbsp;&lt;FONT face="courier new,courier"&gt;C:\Program&lt;/FONT&gt;&amp;nbsp;&lt;FONT face="courier new,courier"&gt;Files\Qlik\Sense\Repository\Util\QlikSenseUtil\QlikSenseUtil.exe&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;Open the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;Connection String Editor&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;Read&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;the current configuration, decrypting the current data.&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;At the end of the Connection String for "QSR" and "QSMQ", add the following key &lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;KeepAlive=30;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;connectionStrings&amp;gt;
    &amp;lt;add name="QSR" connectionString="User ID=qliksenserepository;Host='&amp;lt;host&amp;gt;';Port='4432';Database=QSR;Pooling=true;Min Pool Size=0;Max Pool Size=90;Connection Lifetime=3600;Unicode=true;Password='&amp;lt;pwd&amp;gt;';Keep Alive=30;" providerName="Devart.Data.PostgreSql" /&amp;gt;
​    &amp;lt;add name="QSMQ" connectionString="User ID=qliksenserepository;Host='&amp;lt;host&amp;gt;';Port='4432';Database=QSMQ;Pooling=true;Min Pool Size=0;Max Pool Size=90;Connection Lifetime=3600;Unicode=true;Password='&amp;lt;pwd&amp;gt;';Keep Alive=30;" providerName="Devart.Data.PostgreSql" /&amp;gt;
​    &amp;lt;add name="postgres" connectionString="User ID=postgres;Host=localhost;Port=4432;Database=postgres;Pooling=true;Min Pool Size=0;Max Pool Size=90;Connection Lifetime=3600;Unicode=true;" providerName="Devart.Data.PostgreSql" /&amp;gt;
​&amp;lt;/connectionStrings&amp;gt;&lt;/LI-CODE&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;&lt;SPAN&gt;Hit&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;Save Value in config file encrypted&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;, committing any&amp;nbsp;changes.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Finally, restart the Qlik Sense Repository Service and Qlik Sense Dispatcher on the node.&lt;/LI&gt;
&lt;LI&gt;When upgrading Qlik Sense to a newer release, check if the setting is still present, if not please re-implement the steps above.&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Workaround(s):&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;There is also a possible workaround to clear all the QRS cache entitities which has worked in some scenarios with this issue.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG style="font-family: inherit;"&gt;DELETE /qrs/internal/management/cache&lt;WBR /&gt;/&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://community.qlik.com/t5/Support-Knowledge-Base/QRS-API-Delete-management-cache/ta-p/1769725" target="_blank" rel="noopener"&gt;QRS API: Delete management cache&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Also, we can identify this drop in connection by initiating a ping processes on each of the rim nodes towards the central node. In a command shell on the two rim nodes run the following command and leave it running for at least 24 hours then compare the two resulting files:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG style="font-family: inherit;"&gt;Option 1:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;Using cmd (Ok but will not identify the time)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;LI-CODE lang="markup"&gt; ping -t &amp;lt;central node&amp;gt; &amp;gt; ping_log.txt&lt;/LI-CODE&gt;&lt;STRONG style="font-family: inherit;"&gt;Option 2:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Using PowerShell.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;This will use &lt;FONT face="courier new,courier"&gt;Get-Date&lt;/FONT&gt; to generate a timestamp for each ping which helps with cross-referencing environmental events.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;LI-CODE lang="markup"&gt;ping.exe -t &amp;lt;DestinationFileServer_IP&amp;gt; | Foreach{"{0} - {1}" -f (Get-Date),$_} &amp;gt; ping_DestinationFileServerName.txt&lt;/LI-CODE&gt;&lt;STRONG style="font-family: inherit;"&gt;Option 3:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Using psping on tcp port&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;4432&lt;/FONT&gt;&lt;SPAN&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;This is useful in environment where either QoS is implemented, ping is blocked, or has other environmental restrictions that could affect TCP connections only. In this scenario, Ping (which uses ICMP protocol) would not indicate latency which can mislead to concluding TCP protocol is not observing latency as well. To rule this out use psping.&lt;BR /&gt;&lt;BR /&gt;See&amp;nbsp;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://community.qlik.com/t5/Support-Knowledge-Base/Test-latency-to-Qlik-Server-on-a-specific-port/ta-p/1713832" target="_blank" rel="noopener"&gt;&lt;SPAN class="TEXT"&gt;Test latency to Qlik Server on a specific port&lt;/SPAN&gt;&lt;/A&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Cause&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;&lt;SPAN&gt;Qlik Sense Enterprise on Windows relies on database listeners to notify nodes when changes have occurred, it is possible for these connections to be silently closed, which can result in a variety of strange behavior&amp;nbsp;such as newly published apps not being visible on all nodes, or newly created streams or load balancing rules appearing to not take effect until the node is restarted.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&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;SPAN&gt;&lt;A href="https://community.qlik.com/t5/Support-Knowledge-Base/How-To-Check-For-Missing-Database-Listeners-in-Qlik-Sense-on/ta-p/1780463" target="_blank" rel="noopener"&gt;How To Check For Missing Database Listeners in Qlik Sense on Windows&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 18 Jul 2022 09:37:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Randomly-some-streams-or-applications-are-not/ta-p/1778814</guid>
      <dc:creator>Bastien_Laugiero</dc:creator>
      <dc:date>2022-07-18T09:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense - Randomly, some streams or applications are not available in the Hub</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Randomly-some-streams-or-applications-are-not/tac-p/1993453#M7542</link>
      <description>&lt;P&gt;We have QlikSense Enterprise Windows and this problem occurred with our May 2022 install patch 5, so we installed August 2022 patch 1 and the problem is still there.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 16:20:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Randomly-some-streams-or-applications-are-not/tac-p/1993453#M7542</guid>
      <dc:creator>uwqliker</dc:creator>
      <dc:date>2022-10-17T16:20:05Z</dc:date>
    </item>
  </channel>
</rss>

