<?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: How to set the CLIENT_SESSION_KEEP_ALIVE on a Snowflake connection in Qlik Replicate in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-set-the-CLIENT-SESSION-KEEP-ALIVE-on-a-Snowflake/m-p/1796152#M838</link>
    <description>&lt;P&gt;This worked like a champ - thanks again&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/113691"&gt;@lyka&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 31 Mar 2021 18:26:40 GMT</pubDate>
    <dc:creator>DataGuyAtHeart</dc:creator>
    <dc:date>2021-03-31T18:26:40Z</dc:date>
    <item>
      <title>How to set the CLIENT_SESSION_KEEP_ALIVE on a Snowflake connection in Qlik Replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-set-the-CLIENT-SESSION-KEEP-ALIVE-on-a-Snowflake/m-p/1795442#M825</link>
      <description>&lt;P&gt;For Change jobs where Snowflake is the target, I am getting:&amp;nbsp;&lt;/P&gt;&lt;P&gt;RetCode: SQL_ERROR SqlState: 08001 NativeError: 390114 Message: Authentication token has expired. The user must authenticate again. [1022502] (ar_odbc_stmt.c:4614)&lt;/P&gt;&lt;P&gt;I believe I need a way to set sessions Keep Alive in order to avoid this.&amp;nbsp; How do I configure this for a Snowflake connection?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 20:35:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-set-the-CLIENT-SESSION-KEEP-ALIVE-on-a-Snowflake/m-p/1795442#M825</guid>
      <dc:creator>DataGuyAtHeart</dc:creator>
      <dc:date>2021-03-29T20:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to set the CLIENT_SESSION_KEEP_ALIVE on a Snowflake connection in Qlik Replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-set-the-CLIENT-SESSION-KEEP-ALIVE-on-a-Snowflake/m-p/1795455#M826</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For&amp;nbsp;the&amp;nbsp;error:&lt;/P&gt;&lt;P&gt;RetCode: SQL_ERROR SqlState: 08001 NativeError: 390114 Message: Authentication token has expired. The user must authenticate again. [1022502] (ar_odbc_stmt.c:4614)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I suggest adding&amp;nbsp;the&amp;nbsp;below value to&amp;nbsp;the&amp;nbsp;ODBC connection string for&amp;nbsp;the&amp;nbsp;snowflake target endpoint:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CLIENT_SESSION_KEEP_ALIVE=true;ABORT_DETACHED_QUERY=true;CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY=900;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And&amp;nbsp;the&amp;nbsp;following to&amp;nbsp;the&amp;nbsp;user:&lt;/P&gt;&lt;P&gt;Please &amp;nbsp;change&amp;nbsp;the&amp;nbsp;setting for&amp;nbsp;the&amp;nbsp;snowflake&amp;nbsp;user&amp;nbsp;properties, NOTE that this is not set in replicate but on Snowflake end:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;alter&amp;nbsp;user&amp;nbsp;user_name set CLIENT_SESSION_KEEP_ALIVE = TRUE;&lt;/P&gt;&lt;P&gt;alter&amp;nbsp;user&amp;nbsp;user_name set ABORT_DETACHED_QUERY = TRUE;&lt;/P&gt;&lt;P&gt;alter&amp;nbsp;user&amp;nbsp;user_name set CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY = 900;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some links for your reference:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.snowflake.net/manuals/sql-reference/parameters.html#client-session-keep-alive" target="_blank"&gt;https://docs.snowflake.net/manuals/sql-reference/parameters.html#client-session-keep-alive&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.snowflake.net/manuals/user-guide/odbc-parameters.html#connection-parameters" target="_blank"&gt;https://docs.snowflake.net/manuals/user-guide/odbc-parameters.html#connection-parameters&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lyka&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 21:35:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-set-the-CLIENT-SESSION-KEEP-ALIVE-on-a-Snowflake/m-p/1795455#M826</guid>
      <dc:creator>lyka</dc:creator>
      <dc:date>2021-03-29T21:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to set the CLIENT_SESSION_KEEP_ALIVE on a Snowflake connection in Qlik Replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-set-the-CLIENT-SESSION-KEEP-ALIVE-on-a-Snowflake/m-p/1795639#M829</link>
      <description>&lt;P&gt;Thanks for all of the great info! I will try it today.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 11:54:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-set-the-CLIENT-SESSION-KEEP-ALIVE-on-a-Snowflake/m-p/1795639#M829</guid>
      <dc:creator>DataGuyAtHeart</dc:creator>
      <dc:date>2021-03-30T11:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to set the CLIENT_SESSION_KEEP_ALIVE on a Snowflake connection in Qlik Replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-set-the-CLIENT-SESSION-KEEP-ALIVE-on-a-Snowflake/m-p/1796152#M838</link>
      <description>&lt;P&gt;This worked like a champ - thanks again&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/113691"&gt;@lyka&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 18:26:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-set-the-CLIENT-SESSION-KEEP-ALIVE-on-a-Snowflake/m-p/1796152#M838</guid>
      <dc:creator>DataGuyAtHeart</dc:creator>
      <dc:date>2021-03-31T18:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to set the CLIENT_SESSION_KEEP_ALIVE on a Snowflake connection in Qlik Replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-set-the-CLIENT-SESSION-KEEP-ALIVE-on-a-Snowflake/m-p/1918145#M2370</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/113691"&gt;@lyka&lt;/a&gt;&amp;nbsp; Can you give me where to add this ?&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;CLIENT_SESSION_KEEP_ALIVE=true;ABORT_DETACHED_QUERY=true;CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY=900;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 15:19:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-set-the-CLIENT-SESSION-KEEP-ALIVE-on-a-Snowflake/m-p/1918145#M2370</guid>
      <dc:creator>alla2</dc:creator>
      <dc:date>2022-04-13T15:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to set the CLIENT_SESSION_KEEP_ALIVE on a Snowflake connection in Qlik Replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-set-the-CLIENT-SESSION-KEEP-ALIVE-on-a-Snowflake/m-p/1918147#M2371</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/173673"&gt;@alla2&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Please add the below mentioned value to snowflake endpoint--&amp;gt;Advanced--&amp;gt;Additional ODBC connection properties: CLIENT_SESSION_KEEP_ALIVE=true;ABORT_DETACHED_QUERY=true;CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY=900;&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;Thanks,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Swathi&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 15:22:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-set-the-CLIENT-SESSION-KEEP-ALIVE-on-a-Snowflake/m-p/1918147#M2371</guid>
      <dc:creator>SwathiPulagam</dc:creator>
      <dc:date>2022-04-13T15:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to set the CLIENT_SESSION_KEEP_ALIVE on a Snowflake connection in Qlik Replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-set-the-CLIENT-SESSION-KEEP-ALIVE-on-a-Snowflake/m-p/1918151#M2372</link>
      <description>&lt;P&gt;don't see&amp;nbsp;Additional ODBC connection properties in Additional tab&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 15:30:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-set-the-CLIENT-SESSION-KEEP-ALIVE-on-a-Snowflake/m-p/1918151#M2372</guid>
      <dc:creator>alla2</dc:creator>
      <dc:date>2022-04-13T15:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to set the CLIENT_SESSION_KEEP_ALIVE on a Snowflake connection in Qlik Replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-set-the-CLIENT-SESSION-KEEP-ALIVE-on-a-Snowflake/m-p/1918157#M2373</link>
      <description>&lt;P&gt;If your endpoint is Snowflake on Google then might not see it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="shashi_holla_0-1649864151446.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/77021i841980BADF9900DD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="shashi_holla_0-1649864151446.png" alt="shashi_holla_0-1649864151446.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's there for Snowflake on Azure and AWS:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="shashi_holla_1-1649864200974.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/77022iAF3E19C4637A1221/image-size/medium?v=v2&amp;amp;px=400" role="button" title="shashi_holla_1-1649864200974.png" alt="shashi_holla_1-1649864200974.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 15:36:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-set-the-CLIENT-SESSION-KEEP-ALIVE-on-a-Snowflake/m-p/1918157#M2373</guid>
      <dc:creator>shashi_holla</dc:creator>
      <dc:date>2022-04-13T15:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to set the CLIENT_SESSION_KEEP_ALIVE on a Snowflake connection in Qlik Replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-set-the-CLIENT-SESSION-KEEP-ALIVE-on-a-Snowflake/m-p/1918161#M2374</link>
      <description>&lt;P&gt;Thanks Shashi, any idea how to do this for Google too ?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 15:39:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-set-the-CLIENT-SESSION-KEEP-ALIVE-on-a-Snowflake/m-p/1918161#M2374</guid>
      <dc:creator>alla2</dc:creator>
      <dc:date>2022-04-13T15:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to set the CLIENT_SESSION_KEEP_ALIVE on a Snowflake connection in Qlik Replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-set-the-CLIENT-SESSION-KEEP-ALIVE-on-a-Snowflake/m-p/1918165#M2375</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/173673"&gt;@alla2&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;For Snowflake Google endpoint please follow the below steps:&lt;/P&gt;
&lt;P&gt;Go to Snowflake endpoint--&amp;gt;Advanced--&amp;gt;Internal parameter--&amp;gt;add this&amp;nbsp;&lt;SPAN&gt;additionalConnectionProperties and provide the below string as value:&amp;nbsp;CLIENT_SESSION_KEEP_ALIVE=true;ABORT_DETACHED_QUERY=true;CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY=900;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SwathiPulagam_0-1649864956936.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/77023i8398A7413FFA9C3C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SwathiPulagam_0-1649864956936.png" alt="SwathiPulagam_0-1649864956936.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Swathi&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 15:55:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-set-the-CLIENT-SESSION-KEEP-ALIVE-on-a-Snowflake/m-p/1918165#M2375</guid>
      <dc:creator>SwathiPulagam</dc:creator>
      <dc:date>2022-04-13T15:55:36Z</dc:date>
    </item>
  </channel>
</rss>

