<?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 Re: SQL sleeping sessions was created by qlik replicate user in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/SQL-sleeping-sessions-was-created-by-qlik-replicate-user/m-p/2115832#M7311</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/213954"&gt;@Megha_More&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Please find a community article about the above&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-opens-4-connections-to-the-target/td-p/1994487" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-opens-4-connections-to-the-target/td-p/1994487&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;if you have any specific questions, please let me know&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/P&gt;
&lt;P&gt;Avidar&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Sep 2023 08:10:54 GMT</pubDate>
    <dc:creator>avidary_qlik</dc:creator>
    <dc:date>2023-09-12T08:10:54Z</dc:date>
    <item>
      <title>SQL sleeping sessions was created by qlik replicate user</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/SQL-sleeping-sessions-was-created-by-qlik-replicate-user/m-p/2115799#M7308</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;Qlik replicate user created a sleeping session at SQL side, is this sessions remains as it is or will be deleted or clear in future, please share more info about this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Megha&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2023 06:44:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/SQL-sleeping-sessions-was-created-by-qlik-replicate-user/m-p/2115799#M7308</guid>
      <dc:creator>Megha_More</dc:creator>
      <dc:date>2023-09-12T06:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: SQL sleeping sessions was created by qlik replicate user</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/SQL-sleeping-sessions-was-created-by-qlik-replicate-user/m-p/2115824#M7309</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hello Team,&lt;/P&gt;
&lt;P&gt;As any&amp;nbsp; Sql&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;session starts when you open a connection to the server. &lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;The session is terminated when the connection is closed or, in case of persistent connections, after a certain timeout or when the server shuts down.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;So in that case of QR it will reinitiate&amp;nbsp;the session as an when required.&amp;nbsp;&amp;nbsp;When QR need some data or information from Database it may or may not use existing connection.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;and connection/session which are there you must need to put some query&amp;nbsp;to remove then after a certain period. if they remain ideal.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;reagrds,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sushil Kumar&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2023 08:00:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/SQL-sleeping-sessions-was-created-by-qlik-replicate-user/m-p/2115824#M7309</guid>
      <dc:creator>SushilKumar</dc:creator>
      <dc:date>2023-09-12T08:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: SQL sleeping sessions was created by qlik replicate user</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/SQL-sleeping-sessions-was-created-by-qlik-replicate-user/m-p/2115826#M7310</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/213954"&gt;@Megha_More&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Thank you for reaching out to the Qlik community!&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;SQL Server typically has a timeout setting for user sessions. This timeout determines how long an idle or sleeping session will be allowed to remain open before it's automatically closed by the server. The default timeout can be configured in SQL Server, and it's often set to a relatively short duration to free up resources efficiently. After this timeout period elapses, the session is usually closed, and associated resources are released.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;However, you can find the below articles which talks about how many sessions replicate use for SQL.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Replicate/8-connections-were-created-for-every-task/m-p/2045050#M5217" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Replicate/8-connections-were-created-for-every-task/m-p/2045050#M5217&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Why-are-there-two-open-transactions-on-source-SQL-database-when/ta-p/1946320" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/Why-are-there-two-open-transactions-on-source-SQL-database-when/ta-p/1946320&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Sachin B&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2023 08:02:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/SQL-sleeping-sessions-was-created-by-qlik-replicate-user/m-p/2115826#M7310</guid>
      <dc:creator>SachinB</dc:creator>
      <dc:date>2023-09-12T08:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: SQL sleeping sessions was created by qlik replicate user</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/SQL-sleeping-sessions-was-created-by-qlik-replicate-user/m-p/2115832#M7311</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/213954"&gt;@Megha_More&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Please find a community article about the above&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-opens-4-connections-to-the-target/td-p/1994487" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-opens-4-connections-to-the-target/td-p/1994487&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;if you have any specific questions, please let me know&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/P&gt;
&lt;P&gt;Avidar&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2023 08:10:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/SQL-sleeping-sessions-was-created-by-qlik-replicate-user/m-p/2115832#M7311</guid>
      <dc:creator>avidary_qlik</dc:creator>
      <dc:date>2023-09-12T08:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: SQL sleeping sessions was created by qlik replicate user</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/SQL-sleeping-sessions-was-created-by-qlik-replicate-user/m-p/2116140#M7314</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/213954"&gt;@Megha_More&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here also is a knowledge article with general information on the number of connections to source and target:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Number-of-Connections-Qlik-Replicate-Uses-on-Source-Target/ta-p/2073073" target="_blank"&gt;Number of Connections Qlik Replicate Uses on Sourc... - Qlik Community - 2073073&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2023 15:31:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/SQL-sleeping-sessions-was-created-by-qlik-replicate-user/m-p/2116140#M7314</guid>
      <dc:creator>Dana_Baldwin</dc:creator>
      <dc:date>2023-09-12T15:31:18Z</dc:date>
    </item>
  </channel>
</rss>

