<?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 Talend Job using key pair authentication for Snowflake fails with a ‘Missing Keystore location’ exception in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Job-using-key-pair-authentication-for-Snowflake/ta-p/2151246</link>
    <description>&lt;P&gt;You receive an exception when you run a Job that uses key pair authentication for Snowflake. The exception occurs when you run the Job from Studio locally or on a JobServer or Remote Engine&lt;/P&gt;
&lt;P style="padding-left: 40px;"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;Starting job Snowflake_CreateTable at 09:21 19/07/2021.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;[statistics] connecting to socket on port 3725&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;[statistics] connected&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;Exception in component tDBConnection_2 (Snowflake_CreateTable)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;java.lang.RuntimeException:&amp;nbsp;java.io.IOException: Missing Keystore location&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;at edw_demo.snowflake_createtable_0_1.Snowflake_CreateTable.tDBConnection_2Process(Snowflake_CreateTable.java:619)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;at edw_demo.snowflake_createtable_0_1.Snowflake_CreateTable.runJobInTOS(Snowflake_CreateTable.java:3881)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;at edw_demo.snowflake_createtable_0_1.Snowflake_CreateTable.main(Snowflake_CreateTable.java:3651)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;[FATAL] 09:21:38 edw_demo.snowflake_createtable_0_1.Snowflake_CreateTable- tDBConnection_2&amp;nbsp;java.io.IOException: Missing Keystore location&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;java.lang.RuntimeException:&amp;nbsp;java.io.IOException: Missing Keystore location&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;at edw_demo.snowflake_createtable_0_1.Snowflake_CreateTable.tDBConnection_2Process(Snowflake_CreateTable.java:619) [classes/:?]&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;at edw_demo.snowflake_createtable_0_1.Snowflake_CreateTable.runJobInTOS(Snowflake_CreateTable.java:3881) [classes/:?]&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;at edw_demo.snowflake_createtable_0_1.Snowflake_CreateTable.main(Snowflake_CreateTable.java:3651) [classes/:?]&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Cause&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;The Keystore path is not configured correctly at the Job or Studio level before connecting to Snowflake DB on the metadata and using the same metadata connection in the Jobs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Resolution&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;To use key pair authentication for Snowflake, the Keystore settings must be configured in Talend Studio before connecting to Snowflake.&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Configuring the Keystore at the Studio level&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;Perform one of the following options.&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Option 1:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;Update the appropriate Studio initialization file (&lt;STRONG&gt;Talend-Studio-win-x86_64.ini&lt;/STRONG&gt;,&lt;STRONG&gt;Talend-Studio-linux-gtk-x86_64.ini&lt;/STRONG&gt;,or &lt;STRONG&gt;Talend-Studio-macosx-cocoa.ini&lt;/STRONG&gt; depending on your operating system), with the following settings:&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;-Djavax.net.ssl.keyStore={yourPathToKeyStore}
-Djavax.net.ssl.keyStoreType={PKCS12}/{JKS}
-Djavax.net.ssl.keyStorePassword={keyStorePassword}&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Option 2:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Update the Keystore configuration in Studio SSL preferences with the required &lt;STRONG&gt;Path&lt;/STRONG&gt;, &lt;STRONG&gt;Password&lt;/STRONG&gt;, and &lt;STRONG&gt;Keystore Type&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0EM5b000004tPgw.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/123473i9A2FED2BEFC4DC17/image-size/large?v=v2&amp;amp;px=999" role="button" title="0EM5b000004tPgw.png" alt="0EM5b000004tPgw.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;BR /&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Add the &lt;STRONG&gt;Key Alias&lt;/STRONG&gt; to the Snowflake metadata.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="snowflake connection settings.png" style="width: 727px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/126167iF43D453501F5B94F/image-size/large?v=v2&amp;amp;px=999" role="button" title="snowflake connection settings.png" alt="snowflake connection settings.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;BLOCKQUOTE class="quote"&gt;Key Alias will be created with your keystore&amp;nbsp;.p12 file&lt;/BLOCKQUOTE&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;H4 role="presentation"&gt;&amp;nbsp;&lt;/H4&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Configuring the Keystore at the Job level&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;Update the &lt;STRONG&gt;tSetKeystore&lt;/STRONG&gt; components in your Job, if you plan to run the Job when the target execution is local, Remote Engine, or JobServer (the versions do not matter). Before selecting the Key Pair option for the &lt;STRONG&gt;tSnowflakeConnection&lt;/STRONG&gt; component, configure the key pair authentication on the &lt;STRONG&gt;Basic settings&lt;/STRONG&gt; tab of the &lt;STRONG&gt;tSetKeystore&lt;/STRONG&gt; component:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Select &lt;STRONG&gt;JKS&lt;/STRONG&gt; from the &lt;STRONG&gt;TrustStore type&lt;/STRONG&gt; pull-down list.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Enter &lt;STRONG&gt;" "&amp;nbsp;&lt;/STRONG&gt;in the &lt;STRONG&gt;TrustStore file field&lt;/STRONG&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Clear the &lt;STRONG&gt;TrustStore password&lt;/STRONG&gt; field.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Select the &lt;STRONG&gt;Need Client authentication&lt;/STRONG&gt; check box.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Enter the path to the Keystore file in double quotation marks in the &lt;STRONG&gt;KeyStore file&lt;/STRONG&gt; field.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Enter the Keystore password in the &lt;STRONG&gt;KeyStore password&lt;/STRONG&gt; field.&lt;/P&gt;
&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0EM5b000004tPhQ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/122647iD7255CFEAFD9795D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0EM5b000004tPhQ.png" alt="0EM5b000004tPhQ.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;/OL&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;P&gt;&lt;SPAN&gt;If you are looking for how to set up key-pair authentication in Snowflake using Qlik Talend Studio&amp;nbsp; step by step, please refer to this article:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Product-How-to-set-up-Key-Pair-Authentication-in/ta-p/2514006" target="_blank" rel="noopener" aria-describedby="audioeye_new_window_message"&gt;Qlik-Talend-Product-How-to-set-up-Key-Pair-Authentication-in&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Environment&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;&lt;LI-PRODUCT title="Talend Studio" id="qlik_TalendStudio"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;&lt;LI-PRODUCT title="Talend Cloud" id="qlik_TalendCloud"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="ae_app" data-nosnippet=""&gt;&lt;!--
        Layout, Style or Voice Helpers
    --&gt;
&lt;DIV id="ae_helpers" class="ae-module" style="display: none;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;!--
        Compliance
    --&gt;
&lt;DIV id="ae_compliance" class="ae-module" style="display: none;"&gt;&lt;!-- For autoSmartRem addNewWindowWarnings div is referenced in an aria-describedby --&gt;
&lt;DIV id="audioeye_new_window_message" style="display: none;"&gt;Opens in new window&lt;/DIV&gt;
&lt;DIV id="audioeye_pdf_message" style="display: none;"&gt;PDF Download&lt;/DIV&gt;
&lt;DIV id="audioeye_word_message" style="display: none;"&gt;Word Download&lt;/DIV&gt;
&lt;DIV id="audioeye_excel_message" style="display: none;"&gt;Excel Download&lt;/DIV&gt;
&lt;DIV id="audioeye_powerpoint_message" style="display: none;"&gt;PowerPoint Download&lt;/DIV&gt;
&lt;DIV id="audioeye_document_message" style="display: none;"&gt;Document Download&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;!--
        Versioning Control Panel if versioning = true !
    --&gt; &lt;!--
        Launcher
    --&gt; &lt;!-- Toolbar --&gt;&lt;!--
        Site Menu
    --&gt; &lt;!--
        Generic Aria Live message container
    --&gt;
&lt;DIV id="ae_enabled_messages" class="ae-blurb-noaudio" aria-relevant="additions" aria-live="assertive"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;!-- Symbol definitions --&gt;&lt;/DIV&gt;
&lt;!-- end #ae_app --&gt;
&lt;DIV id="ae_app" data-nosnippet=""&gt;&lt;!--
        Layout, Style or Voice Helpers
    --&gt;
&lt;DIV id="ae_helpers" class="ae-module" style="display: none;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;!--
        Compliance
    --&gt;
&lt;DIV id="ae_compliance" class="ae-module" style="display: none;"&gt;&lt;!-- For autoSmartRem addNewWindowWarnings div is referenced in an aria-describedby --&gt;
&lt;DIV id="audioeye_new_window_message" style="display: none;"&gt;Opens in new window&lt;/DIV&gt;
&lt;DIV id="audioeye_pdf_message" style="display: none;"&gt;PDF Download&lt;/DIV&gt;
&lt;DIV id="audioeye_word_message" style="display: none;"&gt;Word Download&lt;/DIV&gt;
&lt;DIV id="audioeye_excel_message" style="display: none;"&gt;Excel Download&lt;/DIV&gt;
&lt;DIV id="audioeye_powerpoint_message" style="display: none;"&gt;PowerPoint Download&lt;/DIV&gt;
&lt;DIV id="audioeye_document_message" style="display: none;"&gt;Document Download&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;!--
        Versioning Control Panel if versioning = true !
    --&gt; &lt;!--
        Launcher
    --&gt; &lt;!-- Toolbar --&gt;
&lt;ASIDE id="ae_toolbar" tabindex="0" aria-label="Accessibility options"&gt;&lt;/ASIDE&gt;
&lt;!--
        Site Menu
    --&gt; &lt;!--
        Generic Aria Live message container
    --&gt;
&lt;DIV id="ae_enabled_messages" class="ae-blurb-noaudio" aria-relevant="additions" aria-live="assertive"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;!-- Symbol definitions --&gt;&lt;/DIV&gt;
&lt;!-- end #ae_app --&gt;</description>
    <pubDate>Mon, 01 Sep 2025 06:55:27 GMT</pubDate>
    <dc:creator>TalendSolutionExpert</dc:creator>
    <dc:date>2025-09-01T06:55:27Z</dc:date>
    <item>
      <title>Qlik Talend Job using key pair authentication for Snowflake fails with a ‘Missing Keystore location’ exception</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Job-using-key-pair-authentication-for-Snowflake/ta-p/2151246</link>
      <description>&lt;P&gt;You receive an exception when you run a Job that uses key pair authentication for Snowflake. The exception occurs when you run the Job from Studio locally or on a JobServer or Remote Engine&lt;/P&gt;
&lt;P style="padding-left: 40px;"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;Starting job Snowflake_CreateTable at 09:21 19/07/2021.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;[statistics] connecting to socket on port 3725&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;[statistics] connected&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;Exception in component tDBConnection_2 (Snowflake_CreateTable)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;java.lang.RuntimeException:&amp;nbsp;java.io.IOException: Missing Keystore location&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;at edw_demo.snowflake_createtable_0_1.Snowflake_CreateTable.tDBConnection_2Process(Snowflake_CreateTable.java:619)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;at edw_demo.snowflake_createtable_0_1.Snowflake_CreateTable.runJobInTOS(Snowflake_CreateTable.java:3881)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;at edw_demo.snowflake_createtable_0_1.Snowflake_CreateTable.main(Snowflake_CreateTable.java:3651)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;[FATAL] 09:21:38 edw_demo.snowflake_createtable_0_1.Snowflake_CreateTable- tDBConnection_2&amp;nbsp;java.io.IOException: Missing Keystore location&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;java.lang.RuntimeException:&amp;nbsp;java.io.IOException: Missing Keystore location&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;at edw_demo.snowflake_createtable_0_1.Snowflake_CreateTable.tDBConnection_2Process(Snowflake_CreateTable.java:619) [classes/:?]&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;at edw_demo.snowflake_createtable_0_1.Snowflake_CreateTable.runJobInTOS(Snowflake_CreateTable.java:3881) [classes/:?]&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;at edw_demo.snowflake_createtable_0_1.Snowflake_CreateTable.main(Snowflake_CreateTable.java:3651) [classes/:?]&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Cause&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;The Keystore path is not configured correctly at the Job or Studio level before connecting to Snowflake DB on the metadata and using the same metadata connection in the Jobs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Resolution&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;To use key pair authentication for Snowflake, the Keystore settings must be configured in Talend Studio before connecting to Snowflake.&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Configuring the Keystore at the Studio level&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;Perform one of the following options.&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Option 1:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;Update the appropriate Studio initialization file (&lt;STRONG&gt;Talend-Studio-win-x86_64.ini&lt;/STRONG&gt;,&lt;STRONG&gt;Talend-Studio-linux-gtk-x86_64.ini&lt;/STRONG&gt;,or &lt;STRONG&gt;Talend-Studio-macosx-cocoa.ini&lt;/STRONG&gt; depending on your operating system), with the following settings:&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;-Djavax.net.ssl.keyStore={yourPathToKeyStore}
-Djavax.net.ssl.keyStoreType={PKCS12}/{JKS}
-Djavax.net.ssl.keyStorePassword={keyStorePassword}&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Option 2:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Update the Keystore configuration in Studio SSL preferences with the required &lt;STRONG&gt;Path&lt;/STRONG&gt;, &lt;STRONG&gt;Password&lt;/STRONG&gt;, and &lt;STRONG&gt;Keystore Type&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0EM5b000004tPgw.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/123473i9A2FED2BEFC4DC17/image-size/large?v=v2&amp;amp;px=999" role="button" title="0EM5b000004tPgw.png" alt="0EM5b000004tPgw.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;BR /&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Add the &lt;STRONG&gt;Key Alias&lt;/STRONG&gt; to the Snowflake metadata.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="snowflake connection settings.png" style="width: 727px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/126167iF43D453501F5B94F/image-size/large?v=v2&amp;amp;px=999" role="button" title="snowflake connection settings.png" alt="snowflake connection settings.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;BLOCKQUOTE class="quote"&gt;Key Alias will be created with your keystore&amp;nbsp;.p12 file&lt;/BLOCKQUOTE&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;H4 role="presentation"&gt;&amp;nbsp;&lt;/H4&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Configuring the Keystore at the Job level&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;Update the &lt;STRONG&gt;tSetKeystore&lt;/STRONG&gt; components in your Job, if you plan to run the Job when the target execution is local, Remote Engine, or JobServer (the versions do not matter). Before selecting the Key Pair option for the &lt;STRONG&gt;tSnowflakeConnection&lt;/STRONG&gt; component, configure the key pair authentication on the &lt;STRONG&gt;Basic settings&lt;/STRONG&gt; tab of the &lt;STRONG&gt;tSetKeystore&lt;/STRONG&gt; component:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Select &lt;STRONG&gt;JKS&lt;/STRONG&gt; from the &lt;STRONG&gt;TrustStore type&lt;/STRONG&gt; pull-down list.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Enter &lt;STRONG&gt;" "&amp;nbsp;&lt;/STRONG&gt;in the &lt;STRONG&gt;TrustStore file field&lt;/STRONG&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Clear the &lt;STRONG&gt;TrustStore password&lt;/STRONG&gt; field.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Select the &lt;STRONG&gt;Need Client authentication&lt;/STRONG&gt; check box.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Enter the path to the Keystore file in double quotation marks in the &lt;STRONG&gt;KeyStore file&lt;/STRONG&gt; field.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Enter the Keystore password in the &lt;STRONG&gt;KeyStore password&lt;/STRONG&gt; field.&lt;/P&gt;
&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0EM5b000004tPhQ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/122647iD7255CFEAFD9795D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0EM5b000004tPhQ.png" alt="0EM5b000004tPhQ.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;/OL&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;P&gt;&lt;SPAN&gt;If you are looking for how to set up key-pair authentication in Snowflake using Qlik Talend Studio&amp;nbsp; step by step, please refer to this article:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Product-How-to-set-up-Key-Pair-Authentication-in/ta-p/2514006" target="_blank" rel="noopener" aria-describedby="audioeye_new_window_message"&gt;Qlik-Talend-Product-How-to-set-up-Key-Pair-Authentication-in&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Environment&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;&lt;LI-PRODUCT title="Talend Studio" id="qlik_TalendStudio"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;&lt;LI-PRODUCT title="Talend Cloud" id="qlik_TalendCloud"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="ae_app" data-nosnippet=""&gt;&lt;!--
        Layout, Style or Voice Helpers
    --&gt;
&lt;DIV id="ae_helpers" class="ae-module" style="display: none;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;!--
        Compliance
    --&gt;
&lt;DIV id="ae_compliance" class="ae-module" style="display: none;"&gt;&lt;!-- For autoSmartRem addNewWindowWarnings div is referenced in an aria-describedby --&gt;
&lt;DIV id="audioeye_new_window_message" style="display: none;"&gt;Opens in new window&lt;/DIV&gt;
&lt;DIV id="audioeye_pdf_message" style="display: none;"&gt;PDF Download&lt;/DIV&gt;
&lt;DIV id="audioeye_word_message" style="display: none;"&gt;Word Download&lt;/DIV&gt;
&lt;DIV id="audioeye_excel_message" style="display: none;"&gt;Excel Download&lt;/DIV&gt;
&lt;DIV id="audioeye_powerpoint_message" style="display: none;"&gt;PowerPoint Download&lt;/DIV&gt;
&lt;DIV id="audioeye_document_message" style="display: none;"&gt;Document Download&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;!--
        Versioning Control Panel if versioning = true !
    --&gt; &lt;!--
        Launcher
    --&gt; &lt;!-- Toolbar --&gt;&lt;!--
        Site Menu
    --&gt; &lt;!--
        Generic Aria Live message container
    --&gt;
&lt;DIV id="ae_enabled_messages" class="ae-blurb-noaudio" aria-relevant="additions" aria-live="assertive"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;!-- Symbol definitions --&gt;&lt;/DIV&gt;
&lt;!-- end #ae_app --&gt;
&lt;DIV id="ae_app" data-nosnippet=""&gt;&lt;!--
        Layout, Style or Voice Helpers
    --&gt;
&lt;DIV id="ae_helpers" class="ae-module" style="display: none;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;!--
        Compliance
    --&gt;
&lt;DIV id="ae_compliance" class="ae-module" style="display: none;"&gt;&lt;!-- For autoSmartRem addNewWindowWarnings div is referenced in an aria-describedby --&gt;
&lt;DIV id="audioeye_new_window_message" style="display: none;"&gt;Opens in new window&lt;/DIV&gt;
&lt;DIV id="audioeye_pdf_message" style="display: none;"&gt;PDF Download&lt;/DIV&gt;
&lt;DIV id="audioeye_word_message" style="display: none;"&gt;Word Download&lt;/DIV&gt;
&lt;DIV id="audioeye_excel_message" style="display: none;"&gt;Excel Download&lt;/DIV&gt;
&lt;DIV id="audioeye_powerpoint_message" style="display: none;"&gt;PowerPoint Download&lt;/DIV&gt;
&lt;DIV id="audioeye_document_message" style="display: none;"&gt;Document Download&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;!--
        Versioning Control Panel if versioning = true !
    --&gt; &lt;!--
        Launcher
    --&gt; &lt;!-- Toolbar --&gt;
&lt;ASIDE id="ae_toolbar" tabindex="0" aria-label="Accessibility options"&gt;&lt;/ASIDE&gt;
&lt;!--
        Site Menu
    --&gt; &lt;!--
        Generic Aria Live message container
    --&gt;
&lt;DIV id="ae_enabled_messages" class="ae-blurb-noaudio" aria-relevant="additions" aria-live="assertive"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;!-- Symbol definitions --&gt;&lt;/DIV&gt;
&lt;!-- end #ae_app --&gt;</description>
      <pubDate>Mon, 01 Sep 2025 06:55:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Job-using-key-pair-authentication-for-Snowflake/ta-p/2151246</guid>
      <dc:creator>TalendSolutionExpert</dc:creator>
      <dc:date>2025-09-01T06:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Job using key pair authentication for Snowflake fails with a ‘Missing Keystore location’ exception</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Job-using-key-pair-authentication-for-Snowflake/tac-p/2423085#M13293</link>
      <description>&lt;P&gt;Hi Jamie - I tried both the options you listed above, however i am still getting the same error message. Need help!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Jodi&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 20:42:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Job-using-key-pair-authentication-for-Snowflake/tac-p/2423085#M13293</guid>
      <dc:creator>jdela</dc:creator>
      <dc:date>2024-02-23T20:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Job using key pair authentication for Snowflake fails with a ‘Missing Keystore location’ exception</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Job-using-key-pair-authentication-for-Snowflake/tac-p/2423255#M13296</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/289638"&gt;@jdela&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please indicate in which Talend version/edition you are? What does your &lt;SPAN class="slds-grid slds-grid--align-spread" data-aura-rendered-by="11994:0"&gt;&lt;SPAN class="forceListViewManagerGridWrapText uiOutputText forceListViewManagerGridWrapText" data-aura-rendered-by="11992:0" data-aura-class="uiOutputText forceListViewManagerGridWrapText"&gt;certificate file &lt;/SPAN&gt;&lt;/SPAN&gt;look like? Is it in a &lt;SPAN class="slds-grid slds-grid--align-spread" data-aura-rendered-by="11994:0"&gt;&lt;SPAN class="forceListViewManagerGridWrapText uiOutputText forceListViewManagerGridWrapText" data-aura-rendered-by="11992:0" data-aura-class="uiOutputText forceListViewManagerGridWrapText"&gt;correct format&lt;/SPAN&gt;&lt;/SPAN&gt;?&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="slds-grid slds-grid--align-spread" data-aura-rendered-by="11994:0"&gt;&lt;SPAN class="forceListViewManagerGridWrapText uiOutputText forceListViewManagerGridWrapText" data-aura-rendered-by="11992:0" data-aura-class="uiOutputText forceListViewManagerGridWrapText"&gt;Note: &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="slds-grid slds-grid--align-spread" data-aura-rendered-by="11994:0"&gt;&lt;SPAN class="forceListViewManagerGridWrapText uiOutputText forceListViewManagerGridWrapText" data-aura-rendered-by="11992:0" data-aura-class="uiOutputText forceListViewManagerGridWrapText"&gt;Talend tsetkeystore component&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="slds-grid slds-grid--align-spread" data-aura-rendered-by="11994:0"&gt;&lt;SPAN class="forceListViewManagerGridWrapText uiOutputText forceListViewManagerGridWrapText" data-aura-rendered-by="11992:0" data-aura-class="uiOutputText forceListViewManagerGridWrapText"&gt; itself can only take &lt;SPAN&gt;in .jks or .p12/.pfx format. If you are using PKCS8 format, you need to convert your p8 certs into a supported format.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="slds-grid slds-grid--align-spread" data-aura-rendered-by="11994:0"&gt;&lt;SPAN class="forceListViewManagerGridWrapText uiOutputText forceListViewManagerGridWrapText" data-aura-rendered-by="11992:0" data-aura-class="uiOutputText forceListViewManagerGridWrapText"&gt;Best regards&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="slds-grid slds-grid--align-spread" data-aura-rendered-by="11994:0"&gt;&lt;SPAN class="forceListViewManagerGridWrapText uiOutputText forceListViewManagerGridWrapText" data-aura-rendered-by="11992:0" data-aura-class="uiOutputText forceListViewManagerGridWrapText"&gt;Sabrina&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="slds-grid slds-grid--align-spread" data-aura-rendered-by="11994:0"&gt;&lt;SPAN class="forceListViewManagerGridWrapText uiOutputText forceListViewManagerGridWrapText" data-aura-rendered-by="11992:0" data-aura-class="uiOutputText forceListViewManagerGridWrapText"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 02:28:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Job-using-key-pair-authentication-for-Snowflake/tac-p/2423255#M13296</guid>
      <dc:creator>Xiaodi_Shi</dc:creator>
      <dc:date>2024-02-26T02:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Job using key pair authentication for Snowflake fails with a ‘Missing Keystore location’ exception</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Job-using-key-pair-authentication-for-Snowflake/tac-p/2423643#M13302</link>
      <description>Hi Sabrina,&lt;BR /&gt;My answers in Blue below&lt;BR /&gt;&lt;BR /&gt;Original&lt;BR /&gt;&lt;BR /&gt;Hello &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/289638"&gt;@jdela&lt;/a&gt;  Could you please indicate in which Talend version/edition you are? What does your certificate file look like? Is it in the correct format? Note: Talend tsetkeystore component itself can only take pkcs12 or a jks component, I have attached a document that our team created, that has detailed steps on how to create a keystore and import the cert for Snowflake. Best regards Sabrina&lt;BR /&gt;I am using Talend version 7.3.1&lt;BR /&gt;I am assuming when you say certification file it is snowflake private file , it ends with .p8&lt;BR /&gt;Yes, I am using JKS in tsetkeystore component&lt;BR /&gt;I did not see any attachment with detailed steps in the email&lt;BR /&gt;Thank you&lt;BR /&gt;Jodi&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Feb 2024 15:35:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Job-using-key-pair-authentication-for-Snowflake/tac-p/2423643#M13302</guid>
      <dc:creator>jdela</dc:creator>
      <dc:date>2024-02-26T15:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Job using key pair authentication for Snowflake fails with a ‘Missing Keystore location’ exception</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Job-using-key-pair-authentication-for-Snowflake/tac-p/2423806#M13304</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/289638"&gt;@jdela&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As &lt;SPAN&gt;the tSetKeyStore component doesn’t accept the PKCS8 format and only takes in .jks or .p12/.pfx format, s&lt;/SPAN&gt;uggesting &lt;SPAN&gt;to convert your p8 certs into a supported format.&lt;/SPAN&gt;&lt;BR style="box-sizing: inherit; color: #1d1c1d; font-family: Slack-Lato, Slack-Fractions, appleLogo, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: common-ligatures; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: #f8f8f8; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;" /&gt;&lt;SPAN&gt;Please see&amp;nbsp;&lt;/SPAN&gt;&lt;A class="c-link" style="box-sizing: inherit; color: rgba(var(--sk_highlight,18,100,163),1); text-decoration: none; font-family: Slack-Lato, Slack-Fractions, appleLogo, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: common-ligatures; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: #f8f8f8;" href="https://knowledge.digicert.com/solution/SO26449.html" target="_blank" rel="noopener noreferrer" data-stringify-link="https://knowledge.digicert.com/solution/SO26449.html" data-sk="tooltip_parent"&gt;https://knowledge.digicert.com/solution/SO26449.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 01:14:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Job-using-key-pair-authentication-for-Snowflake/tac-p/2423806#M13304</guid>
      <dc:creator>Xiaodi_Shi</dc:creator>
      <dc:date>2024-02-27T01:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Job using key pair authentication for Snowflake fails with a ‘Missing Keystore location’ exception</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Job-using-key-pair-authentication-for-Snowflake/tac-p/2433120#M13554</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I tried uploading the key at Studio's preference. But the SSL certificate is not uploaded, and I have one more doubt here, which is in the "KEY ALIAS" at snowflakes metadata connection what do I need to provide after uploading the key store? Any reply would help. Thanks in advance.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Fazil M&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 05:54:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Job-using-key-pair-authentication-for-Snowflake/tac-p/2433120#M13554</guid>
      <dc:creator>MdFazil</dc:creator>
      <dc:date>2024-03-21T05:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Job using key pair authentication for Snowflake fails with a ‘Missing Keystore location’ exception</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Job-using-key-pair-authentication-for-Snowflake/tac-p/2433152#M13555</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/268775"&gt;@MdFazil&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ph cmd"&gt;&lt;SPAN class="ph uicontrol"&gt;Key Alias&lt;/SPAN&gt;&lt;/SPAN&gt; field is available if &lt;SPAN class="ph uicontrol"&gt;Key Pair&lt;/SPAN&gt; is selected from the &lt;SPAN class="ph uicontrol"&gt;Authentication Type&lt;/SPAN&gt; drop-down list and it&lt;SPAN class="ph cmd"&gt; is the alias name associated with your KeyStore.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="slds-grid slds-grid--align-spread" data-aura-rendered-by="7433:0"&gt;&lt;SPAN class="forceListViewManagerGridWrapText uiOutputText forceListViewManagerGridWrapText" data-aura-rendered-by="7431:0" data-aura-class="uiOutputText forceListViewManagerGridWrapText"&gt;Please take a look in the documentation of the component :&lt;BR /&gt;&lt;BR /&gt;&lt;A title="https://help.talend.com/r/en-US/8.0/snowflake/tsnowflakeconnection-standard-properties" href="https://help.talend.com/r/en-US/8.0/snowflake/tsnowflakeconnection-standard-properties" target="_self"&gt;https://help.talend.com/r/en-US/8.0/snowflake/tsnowflakeconnection-standard-properties&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;As it's described, you need first to create your keystore and use another component to load it&lt;BR /&gt;&lt;BR /&gt;&lt;A title="https://help.talend.com/r/en-US/8.0/keystore/tsetkeystore" href="https://help.talend.com/r/en-US/8.0/keystore/tsetkeystore" target="_self"&gt;https://help.talend.com/r/en-US/8.0/keystore/tsetkeystore&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;When you create your keystore, normally you create it using an alias.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="slds-grid slds-grid--align-spread" data-aura-rendered-by="7433:0"&gt;&lt;SPAN class="forceListViewManagerGridWrapText uiOutputText forceListViewManagerGridWrapText" data-aura-rendered-by="7431:0" data-aura-class="uiOutputText forceListViewManagerGridWrapText"&gt;Feel free to let me know if it helps.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="slds-grid slds-grid--align-spread" data-aura-rendered-by="7433:0"&gt;&lt;SPAN class="forceListViewManagerGridWrapText uiOutputText forceListViewManagerGridWrapText" data-aura-rendered-by="7431:0" data-aura-class="uiOutputText forceListViewManagerGridWrapText"&gt;Best regards&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="slds-grid slds-grid--align-spread" data-aura-rendered-by="7433:0"&gt;&lt;SPAN class="forceListViewManagerGridWrapText uiOutputText forceListViewManagerGridWrapText" data-aura-rendered-by="7431:0" data-aura-class="uiOutputText forceListViewManagerGridWrapText"&gt;Sabrina&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 07:53:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Job-using-key-pair-authentication-for-Snowflake/tac-p/2433152#M13555</guid>
      <dc:creator>Xiaodi_Shi</dc:creator>
      <dc:date>2024-03-21T07:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Job using key pair authentication for Snowflake fails with a ‘Missing Keystore location’ exception</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Job-using-key-pair-authentication-for-Snowflake/tac-p/2433200#M13558</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/257957"&gt;@Xiaodi_Shi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to connect using the Key-pair authentication. As described in this thread, I have configured tKeystore to hold the keys and connected. But, I'm struck at the place where the Key alias need to be given. Can you please tell me how can I set the Key alias or where can I find the alias to enter in the field. Help is appreciated. Thanks&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Fazil M&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 09:17:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Job-using-key-pair-authentication-for-Snowflake/tac-p/2433200#M13558</guid>
      <dc:creator>MdFazil</dc:creator>
      <dc:date>2024-03-21T09:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Job using key pair authentication for Snowflake fails with a ‘Missing Keystore location’ exception</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Job-using-key-pair-authentication-for-Snowflake/tac-p/2433502#M13575</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/268775"&gt;@MdFazil&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have Certificate, Certificate Authority and Private key files?&lt;/P&gt;
&lt;P&gt;You need to provide the required key information when creating a new Keystore file at first step.&lt;/P&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;PRE&gt;keytool -genkey -alias &lt;EM&gt;mydomain&lt;/EM&gt; -keyalg RSA -keystore KeyStore.jks -keysize 2048&lt;/PRE&gt;
&lt;P&gt;Secondly, Import the certificate to that keystore&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;keytool -import -trustcacerts -alias &lt;EM&gt;mydomain&lt;/EM&gt; -file &lt;EM&gt;mycompany&lt;/EM&gt;.crt -keystore KeyStore.jks&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;Don't hesitate to post your issue here.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 01:13:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Job-using-key-pair-authentication-for-Snowflake/tac-p/2433502#M13575</guid>
      <dc:creator>Xiaodi_Shi</dc:creator>
      <dc:date>2024-03-22T01:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Job using key pair authentication for Snowflake fails with a ‘Missing Keystore location’ exception</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Job-using-key-pair-authentication-for-Snowflake/tac-p/2433540#M13577</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/257957"&gt;@Xiaodi_Shi&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thank your for the reply.&lt;BR /&gt;&lt;BR /&gt;I have been trying to load SSL file, but failed in the process and yes&amp;nbsp; have both private key and truststore files(I'll attach the screenshot) after following all these steps, I get error like reject type tag 45. I don't know what can be the cause.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MdFazil_0-1711081674430.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/162513i9A5E5DC752C9B89F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MdFazil_0-1711081674430.png" alt="MdFazil_0-1711081674430.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Starting job OnBoardingDemoJob at 09:58 22/03/2024.
[statistics] connecting to socket on port 3650
[statistics] connected
Exception in component tDBConnection_1 (OnBoardingDemoJob)
java.lang.RuntimeException: java.io.IOException: toDerInputStream rejects tag type 45
	at talend_snowflake_streaming.onboardingdemojob_0_1.OnBoardingDemoJob.tDBConnection_1Process(OnBoardingDemoJob.java:679)
	at talend_snowflake_streaming.onboardingdemojob_0_1.OnBoardingDemoJob.tSetKeystore_1Process(OnBoardingDemoJob.java:484)
	at talend_snowflake_streaming.onboardingdemojob_0_1.OnBoardingDemoJob$5.run(OnBoardingDemoJob.java:1369)
[FATAL] 09:58:23 talend_snowflake_streaming.onboardingdemojob_0_1.OnBoardingDemoJob- tDBConnection_1 java.io.IOException: toDerInputStream rejects tag type 45
java.lang.RuntimeException: java.io.IOException: toDerInputStream rejects tag type 45
	at talend_snowflake_streaming.onboardingdemojob_0_1.OnBoardingDemoJob.tDBConnection_1Process(OnBoardingDemoJob.java:679) [classes/:?]
	at talend_snowflake_streaming.onboardingdemojob_0_1.OnBoardingDemoJob.tSetKeystore_1Process(OnBoardingDemoJob.java:484) [classes/:?]
	at talend_snowflake_streaming.onboardingdemojob_0_1.OnBoardingDemoJob$5.run(OnBoardingDemoJob.java:1369) [classes/:?]
[statistics] disconnected

Job OnBoardingDemoJob ended at 09:58 22/03/2024. [Exit code  = 1]&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have also uploaded the tKeystore configuration here&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MdFazil_1-1711081819511.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/162514i88FA5324D35DC886/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MdFazil_1-1711081819511.png" alt="MdFazil_1-1711081819511.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Can you please provide me with any solution, Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Fazil M&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 04:31:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Job-using-key-pair-authentication-for-Snowflake/tac-p/2433540#M13577</guid>
      <dc:creator>MdFazil</dc:creator>
      <dc:date>2024-03-22T04:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Job using key pair authentication for Snowflake fails with a ‘Missing Keystore location’ exception</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Job-using-key-pair-authentication-for-Snowflake/tac-p/2433615#M13580</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/268775"&gt;@MdFazil&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We see you've created a topic on talend technical forum and we could move there for further investigation on your own use case.&lt;/P&gt;
&lt;P&gt;&lt;A title="https://community.qlik.com/t5/Design-and-Development/Couldn-t-connect-Snowflake-to-Talend-through-SSL/m-p/2433558#M140387" href="https://community.qlik.com/t5/Design-and-Development/Couldn-t-connect-Snowflake-to-Talend-through-SSL/m-p/2433558#M140387" target="_self"&gt;https://community.qlik.com/t5/Design-and-Development/Couldn-t-connect-Snowflake-to-Talend-through-SSL/m-p/2433558#M140387&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 08:23:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Job-using-key-pair-authentication-for-Snowflake/tac-p/2433615#M13580</guid>
      <dc:creator>Xiaodi_Shi</dc:creator>
      <dc:date>2024-03-22T08:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Job using key pair authentication for Snowflake fails with a ‘Missing Keystore location’ exception</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Job-using-key-pair-authentication-for-Snowflake/tac-p/2433616#M13581</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/257957"&gt;@Xiaodi_Shi&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply, I'm expecting your help there. Thanks&lt;BR /&gt;&lt;BR /&gt;Regards&amp;nbsp;&lt;BR /&gt;Fazil M&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 08:26:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Job-using-key-pair-authentication-for-Snowflake/tac-p/2433616#M13581</guid>
      <dc:creator>MdFazil</dc:creator>
      <dc:date>2024-03-22T08:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Job using key pair authentication for Snowflake fails with a ‘Missing Keystore location’ exception</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Job-using-key-pair-authentication-for-Snowflake/tac-p/2509870#M15531</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1661"&gt;@Jamie_Gregory&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/257957"&gt;@Xiaodi_Shi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to set-up snowflake key-pair authentication from Talend open studio&amp;nbsp;&lt;/P&gt;&lt;P&gt;Talend Version: 8.0.1&lt;/P&gt;&lt;P&gt;Steps followed:&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) generated private and public keys using openssl ( windows)&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) Altered snowflake user with public key&amp;nbsp;&lt;/P&gt;&lt;P&gt;3)&amp;nbsp; stored rsa_key.p8 in talend machine&amp;nbsp;&lt;/P&gt;&lt;P&gt;4)&amp;nbsp;&lt;/P&gt;&lt;P&gt;Based on the thread discussion, I came to know that .p8 is not supported from talend and snowflake does support only .pem (.p8).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do I need to convert .p8 to .jks and point .jks in keystore component and keeping .p8 on snowflake end&amp;nbsp;&lt;/P&gt;&lt;P&gt;Talend .jks format--------&amp;gt; snowflake .p8&amp;nbsp;&lt;/P&gt;&lt;P&gt;do we need passphrase for private key when connecting from talend ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please check above understanding is correct&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 02:25:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Job-using-key-pair-authentication-for-Snowflake/tac-p/2509870#M15531</guid>
      <dc:creator>venkattalend</dc:creator>
      <dc:date>2025-03-14T02:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Job using key pair authentication for Snowflake fails with a ‘Missing Keystore location’ exception</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Job-using-key-pair-authentication-for-Snowflake/tac-p/2509871#M15532</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/285078"&gt;@venkattalend&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; If your PSCS12 version keystore ended with .pem, please convert this private key to PKCS12 format and use KeyStore type PKCS12 in tSetKeystore component. &lt;/SPAN&gt;&lt;SPAN&gt;In Snowflake, assign the public key to the Snowflake user and run your job in studio.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Feel free to let us know if your connection&amp;nbsp;go&amp;nbsp;through and data could be read from the DB.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sabrina&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 03:37:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Job-using-key-pair-authentication-for-Snowflake/tac-p/2509871#M15532</guid>
      <dc:creator>Xiaodi_Shi</dc:creator>
      <dc:date>2025-03-14T03:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Job using key pair authentication for Snowflake fails with a ‘Missing Keystore location’ exception</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Job-using-key-pair-authentication-for-Snowflake/tac-p/2509876#M15535</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/257957"&gt;@Xiaodi_Shi&lt;/a&gt;&amp;nbsp;Understood. What you're saying is that first, I generate keys using OpenSSL in .pem format, and then convert the .p8 to PKCS#12.&lt;/P&gt;&lt;P&gt;let me try and update the group. thanks&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 05:05:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Job-using-key-pair-authentication-for-Snowflake/tac-p/2509876#M15535</guid>
      <dc:creator>venkattalend</dc:creator>
      <dc:date>2025-03-14T05:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Job using key pair authentication for Snowflake fails with a ‘Missing Keystore location’ exception</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Job-using-key-pair-authentication-for-Snowflake/tac-p/2509991#M15539</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/257957"&gt;@Xiaodi_Shi&lt;/a&gt;&amp;nbsp; I tried below steps, and finally got error&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"New public key rejected by current policy. Reason: 'Invalid Public key'&lt;/SPAN&gt;&amp;nbsp;"&lt;/P&gt;&lt;P&gt;can you provide detailed commands to configure the setup&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;step1&lt;BR /&gt;--Generate .jks keystore&lt;BR /&gt;keytool -genkey -keyalg RSA -v -keystore keystore.jks -alias first-key-pair&lt;/P&gt;&lt;P&gt;step2&lt;BR /&gt;---jks keystore to PKCS12&lt;BR /&gt;keytool -importkeystore -srckeystore C:\Users\etldeveloper\Desktop\keypair\keystore.jks -srcstoretype JKS -destkeystore C:\Users\etldeveloper\Desktop\keypair\keystore.p12 -deststoretype PKCS12&lt;/P&gt;&lt;P&gt;step3&lt;/P&gt;&lt;P&gt;--PKCS12 to pem&lt;BR /&gt;openssl pkcs12 -in C:\Users\etldeveloper\Desktop\keypair\keystore.p12 -out C:\Users\etldeveloper\Desktop\keypair\keystore.pem&lt;/P&gt;&lt;P&gt;step4&lt;/P&gt;&lt;P&gt;openssl x509 -in certificate.crt -out public_key.pem -outform PEM&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Fri, 14 Mar 2025 15:19:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Job-using-key-pair-authentication-for-Snowflake/tac-p/2509991#M15539</guid>
      <dc:creator>venkattalend</dc:creator>
      <dc:date>2025-03-14T15:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Job using key pair authentication for Snowflake fails with a ‘Missing Keystore location’ exception</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Job-using-key-pair-authentication-for-Snowflake/tac-p/2510129#M15542</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/285078"&gt;@venkattalend&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is a good example with commands step by step for converting a PEM File to Java KeyStore Format&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.baeldung.com/convert-pem-to-jks" target="_blank"&gt;https://www.baeldung.com/convert-pem-to-jks&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Please feel free to let me know if it helps.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2025 03:50:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Job-using-key-pair-authentication-for-Snowflake/tac-p/2510129#M15542</guid>
      <dc:creator>Xiaodi_Shi</dc:creator>
      <dc:date>2025-03-17T03:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Job using key pair authentication for Snowflake fails with a ‘Missing Keystore location’ exception</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Job-using-key-pair-authentication-for-Snowflake/tac-p/2511138#M15576</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/257957"&gt;@Xiaodi_Shi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to connect successfully using link&amp;nbsp;&lt;A href="https://www.baeldung.com/convert-pem-to-jks" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.baeldung.com/convert-pem-to-jks&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to query data by putting query in "Manual query" but when i try to load tables in sowflake input component it throwing error, please check attached screenshot&lt;/P&gt;&lt;P&gt;what could be the reason?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="venkattalend_0-1742776980605.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/178889iAB58156E12FA8137/image-size/medium?v=v2&amp;amp;px=400" role="button" title="venkattalend_0-1742776980605.png" alt="venkattalend_0-1742776980605.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2025 00:43:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Job-using-key-pair-authentication-for-Snowflake/tac-p/2511138#M15576</guid>
      <dc:creator>venkattalend</dc:creator>
      <dc:date>2025-03-24T00:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Job using key pair authentication for Snowflake fails with a ‘Missing Keystore location’ exception</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Job-using-key-pair-authentication-for-Snowflake/tac-p/2511152#M15577</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/285078"&gt;@venkattalend&lt;/a&gt;&amp;nbsp;&amp;nbsp;could you please share a screenshot of the basic settings of tSnowFlakeConnection? You mentioned that you were able to query a small data set using Manual Query, but an error occurred when loading a large data set, right?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2025 02:42:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Job-using-key-pair-authentication-for-Snowflake/tac-p/2511152#M15577</guid>
      <dc:creator>Shicong_Hong</dc:creator>
      <dc:date>2025-03-24T02:42:27Z</dc:date>
    </item>
  </channel>
</rss>

