<?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: Issue with Key Pair Authentication for Snowflake in Qlik Replicate (May 2024 Version) in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Issue-with-Key-Pair-Authentication-for-Snowflake-in-Qlik/m-p/2521711#M14561</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/336038"&gt;@SHARMA-G&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The&amp;nbsp;key-pair authentication is available starting from the May 2024 release.&lt;BR /&gt;&lt;/SPAN&gt;So, the&amp;nbsp;issue was not related to the upgrade.&lt;BR /&gt;&lt;BR /&gt;The error&amp;nbsp;typically means that Snowflake could not decrypt your private key or password when using key-pair authentication.&lt;BR /&gt;&lt;BR /&gt;Could you check the followings?&lt;BR /&gt;-Ensure your private key file is correct and matches the public key in Snowflake&lt;BR /&gt;-If password-protected, make sure the client can supply the password&lt;BR /&gt;-Confirm the key is in supported format (PEM, RSA)&lt;BR /&gt;-Validate file permissions and paths&lt;BR /&gt;&lt;BR /&gt;Hope it helps.&lt;BR /&gt;Lili&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Jun 2025 09:05:03 GMT</pubDate>
    <dc:creator>lilizou</dc:creator>
    <dc:date>2025-06-19T09:05:03Z</dc:date>
    <item>
      <title>Issue with Key Pair Authentication for Snowflake in Qlik Replicate (May 2024 Version)</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Issue-with-Key-Pair-Authentication-for-Snowflake-in-Qlik/m-p/2521706#M14559</link>
      <description>&lt;P&gt;Hi all, I’m currently transitioning an existing Snowflake user setup in Qlik Replicate from password-based authentication to key pair authentication.&lt;/P&gt;
&lt;P&gt;I’ve followed Qlik’s official documentation, but ran into an issue after upgrading to the May 2024 version (previously I was on an older build). I’ve attached a screenshot of the new screen/interface for reference.&lt;/P&gt;
&lt;P&gt;Here’s my setup:&lt;/P&gt;
&lt;P&gt;I’ve generated .p8 and .pub keys&lt;/P&gt;
&lt;P&gt;The public key (.pub) is assigned to the Snowflake user&lt;/P&gt;
&lt;P&gt;The private key (.p8) is stored locally&lt;/P&gt;
&lt;P&gt;I'm entering the following in the connection config:&lt;/P&gt;
&lt;P&gt;username = abc&lt;/P&gt;
&lt;P&gt;privateKeyFile = X:\FILENAME.p8&lt;/P&gt;
&lt;P&gt;privateKeyPassphrase = [passphrase created during key generation]&lt;/P&gt;
&lt;P&gt;Despite providing all the required details, I receive the error: "failed to decrypt password".&lt;/P&gt;
&lt;P&gt;Has anyone run into this issue after upgrading? Could it be related to the format of the key file or compatibility with the new version?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2025 08:46:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Issue-with-Key-Pair-Authentication-for-Snowflake-in-Qlik/m-p/2521706#M14559</guid>
      <dc:creator>SHARMA-G</dc:creator>
      <dc:date>2025-06-19T08:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Key Pair Authentication for Snowflake in Qlik Replicate (May 2024 Version)</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Issue-with-Key-Pair-Authentication-for-Snowflake-in-Qlik/m-p/2521711#M14561</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/336038"&gt;@SHARMA-G&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The&amp;nbsp;key-pair authentication is available starting from the May 2024 release.&lt;BR /&gt;&lt;/SPAN&gt;So, the&amp;nbsp;issue was not related to the upgrade.&lt;BR /&gt;&lt;BR /&gt;The error&amp;nbsp;typically means that Snowflake could not decrypt your private key or password when using key-pair authentication.&lt;BR /&gt;&lt;BR /&gt;Could you check the followings?&lt;BR /&gt;-Ensure your private key file is correct and matches the public key in Snowflake&lt;BR /&gt;-If password-protected, make sure the client can supply the password&lt;BR /&gt;-Confirm the key is in supported format (PEM, RSA)&lt;BR /&gt;-Validate file permissions and paths&lt;BR /&gt;&lt;BR /&gt;Hope it helps.&lt;BR /&gt;Lili&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2025 09:05:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Issue-with-Key-Pair-Authentication-for-Snowflake-in-Qlik/m-p/2521711#M14561</guid>
      <dc:creator>lilizou</dc:creator>
      <dc:date>2025-06-19T09:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Key Pair Authentication for Snowflake in Qlik Replicate (May 2024 Version)</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Issue-with-Key-Pair-Authentication-for-Snowflake-in-Qlik/m-p/2521727#M14566</link>
      <description>&lt;P&gt;thanks, so I am following&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-setup-Key-Pair-Authentication-in-Snowflake-and-How-to/ta-p/1987060" target="_blank"&gt;How to setup Key Pair Authentication in Snowflake ... - Qlik Community - 1987060&lt;/A&gt;&amp;nbsp;to generate keys its not .pem but .p8. Just making sure this is the right way to genrate keys for 2024 version&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2025 12:27:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Issue-with-Key-Pair-Authentication-for-Snowflake-in-Qlik/m-p/2521727#M14566</guid>
      <dc:creator>SHARMA-G</dc:creator>
      <dc:date>2025-06-19T12:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Key Pair Authentication for Snowflake in Qlik Replicate (May 2024 Version)</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Issue-with-Key-Pair-Authentication-for-Snowflake-in-Qlik/m-p/2521737#M14568</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/336038"&gt;@SHARMA-G&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P data-start="68" data-end="135"&gt;Could you please confirm whether the error message you received is:&lt;/P&gt;
&lt;P data-start="137" data-end="169"&gt;&lt;STRONG data-start="137" data-end="169"&gt;"Failed to decrypt password"&lt;/STRONG&gt;&lt;/P&gt;
&lt;P data-start="171" data-end="488"&gt;In certain scenarios such as when you initially enter all connection parameters, including the &lt;STRONG data-start="266" data-end="292"&gt;Private key passphrase&lt;/STRONG&gt;, in the connection window the connection test may succeed. However, if you subsequently modify other properties (e.g., the username) and save the changes, you might encounter the following error:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;Failed to decrypt the 'privateKeyPassphrase'. This might be because you changed the 'username' value, which is used to encrypt the password.&amp;nbsp;Reenter the 'privateKeyPassphrase' and then retry the operation Failed to decrypt data, the cipher text is corrupted.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;To resolve this, please re-enter the &lt;STRONG data-start="794" data-end="820"&gt;Private key passphrase&lt;/STRONG&gt; and save the changes again.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;John.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2025 13:10:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Issue-with-Key-Pair-Authentication-for-Snowflake-in-Qlik/m-p/2521737#M14568</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2025-06-19T13:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Key Pair Authentication for Snowflake in Qlik Replicate (May 2024 Version)</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Issue-with-Key-Pair-Authentication-for-Snowflake-in-Qlik/m-p/2521760#M14573</link>
      <description>&lt;P&gt;Hi Thanks, exact message is :&lt;/P&gt;
&lt;P&gt;Failed to load dynamic endpoint properties&lt;BR /&gt;Failed to decrypt the 'password'. This might be because you changed the 'username' value, which is used to encrypt the password. &lt;BR /&gt;Reenter the 'password' and then retry the operation Failed to decrypt data, the cipher text is corrupted.&lt;/P&gt;
&lt;P&gt;I believe as mqlik is installed in ec2 i might have to move keys to the ec2 instance and this error relates to that&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2025 14:45:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Issue-with-Key-Pair-Authentication-for-Snowflake-in-Qlik/m-p/2521760#M14573</guid>
      <dc:creator>SHARMA-G</dc:creator>
      <dc:date>2025-06-19T14:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Key Pair Authentication for Snowflake in Qlik Replicate (May 2024 Version)</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Issue-with-Key-Pair-Authentication-for-Snowflake-in-Qlik/m-p/2521763#M14574</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/336038"&gt;@SHARMA-G&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P data-start="66" data-end="105"&gt;Thank you for the detailed information.&lt;/P&gt;
&lt;P data-start="107" data-end="320"&gt;I ran a sanity test today on &lt;STRONG data-start="136" data-end="178"&gt;AWS EC2 Windows Server 2019 Datacenter&lt;/STRONG&gt; using &lt;STRONG data-start="185" data-end="210"&gt;Qlik Replicate 2024.5&lt;/STRONG&gt;, and the Snowflake endpoint worked as expected. The endpoint was configured with &lt;STRONG data-start="292" data-end="319"&gt;Key Pair Authentication&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P data-start="322" data-end="575"&gt;To help troubleshoot your issue, we recommend opening a support ticket and attaching the &lt;STRONG data-start="411" data-end="439"&gt;Task Diagnostics Package&lt;/STRONG&gt;. Please also set the logging level for &lt;STRONG&gt;t&lt;/STRONG&gt;&lt;SPAN&gt;&lt;STRONG&gt;arget_apply/target_load&lt;/STRONG&gt;&amp;nbsp;&lt;/SPAN&gt;to &lt;STRONG data-start="509" data-end="520"&gt;Verbose&lt;/STRONG&gt;. Our support team will be happy to assist you further.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;John.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2025 14:53:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Issue-with-Key-Pair-Authentication-for-Snowflake-in-Qlik/m-p/2521763#M14574</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2025-06-19T14:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Key Pair Authentication for Snowflake in Qlik Replicate (May 2024 Version)</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Issue-with-Key-Pair-Authentication-for-Snowflake-in-Qlik/m-p/2521764#M14575</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/336038"&gt;@SHARMA-G&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Request you to check the below article in case you are having a password which may have some Special characters used in it.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-fails-to-connect-to-Snowflake-target-with/ta-p/2504339" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-fails-to-connect-to-Snowflake-target-with/ta-p/2504339&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Sushil Kumar&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2025 14:53:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Issue-with-Key-Pair-Authentication-for-Snowflake-in-Qlik/m-p/2521764#M14575</guid>
      <dc:creator>SushilKumar</dc:creator>
      <dc:date>2025-06-19T14:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Key Pair Authentication for Snowflake in Qlik Replicate (May 2024 Version)</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Issue-with-Key-Pair-Authentication-for-Snowflake-in-Qlik/m-p/2521776#M14576</link>
      <description>&lt;P&gt;thanks by password you mean the encryption key pair pass-phrase which is already following the guidelines&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2025 16:36:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Issue-with-Key-Pair-Authentication-for-Snowflake-in-Qlik/m-p/2521776#M14576</guid>
      <dc:creator>SHARMA-G</dc:creator>
      <dc:date>2025-06-19T16:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Key Pair Authentication for Snowflake in Qlik Replicate (May 2024 Version)</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Issue-with-Key-Pair-Authentication-for-Snowflake-in-Qlik/m-p/2521812#M14578</link>
      <description>&lt;P&gt;so ihave identified the core issue why key pair is not working its because my &lt;U&gt;qlik-server is setup in ec2 instance&lt;/U&gt;&amp;nbsp;using linux so i need to move keys to the linux qlik server first and then make sure file acccess to the qlik/attunity user. Do we have some sort of guide whcih can assist me or does any of the experts have linux based commands to get this done (best practices may be)&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jun 2025 08:55:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Issue-with-Key-Pair-Authentication-for-Snowflake-in-Qlik/m-p/2521812#M14578</guid>
      <dc:creator>SHARMA-G</dc:creator>
      <dc:date>2025-06-20T08:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Key Pair Authentication for Snowflake in Qlik Replicate (May 2024 Version)</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Issue-with-Key-Pair-Authentication-for-Snowflake-in-Qlik/m-p/2522181#M14593</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/336038"&gt;@SHARMA-G&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P data-start="82" data-end="198"&gt;The key pair setup on Linux is very similar to the setup on Windows, and it works as expected in my lab environment.&lt;/P&gt;
&lt;P data-start="200" data-end="450"&gt;The only difference is that on Linux, you need to place the key file in a specific directory. Please ensure that the account used for the process (by default, 'attunity') has sufficient permissions to access both the directory and the .p8 key file.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="john_wang_0-1750779840178.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/181597iD16B2333FB129D9D/image-size/large?v=v2&amp;amp;px=999" role="button" title="john_wang_0-1750779840178.png" alt="john_wang_0-1750779840178.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="john_wang_1-1750779960391.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/181600i77D7BB6FCDE62318/image-size/large?v=v2&amp;amp;px=999" role="button" title="john_wang_1-1750779960391.png" alt="john_wang_1-1750779960391.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jun 2025 15:50:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Issue-with-Key-Pair-Authentication-for-Snowflake-in-Qlik/m-p/2522181#M14593</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2025-06-24T15:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Key Pair Authentication for Snowflake in Qlik Replicate (May 2024 Version)</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Issue-with-Key-Pair-Authentication-for-Snowflake-in-Qlik/m-p/2525598#M14750</link>
      <description>&lt;P&gt;Just a further question on this, my qlik server is running in ec2 instnace and replication is running with password. I have moved .p8 keys over to ec2 instnace /opt/keys....p8 and there is corrosponding user in snowflake with .pub keys. so to move exisitng user to this new user do i have to stop services first by stoping does is mean :&lt;/P&gt;
&lt;P&gt;stop qlik server using 'systemctl restart'&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;Just the stop/resume task in qlik (I am using 2024.5) Qlik version?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jul 2025 10:31:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Issue-with-Key-Pair-Authentication-for-Snowflake-in-Qlik/m-p/2525598#M14750</guid>
      <dc:creator>SHARMA-G</dc:creator>
      <dc:date>2025-07-29T10:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Key Pair Authentication for Snowflake in Qlik Replicate (May 2024 Version)</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Issue-with-Key-Pair-Authentication-for-Snowflake-in-Qlik/m-p/2530874#M15099</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/336038"&gt;@SHARMA-G&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P data-start="69" data-end="347"&gt;I may not have fully understood your question, but if you’re asking whether a service restart or task restart is required after changing the authentication in the endpoint, the answer is no — a full service restart is not needed. Simply re-running the task will be sufficient.&lt;/P&gt;
&lt;P data-start="69" data-end="347"&gt;Thanks,&lt;/P&gt;
&lt;P data-start="69" data-end="347"&gt;John.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 03:39:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Issue-with-Key-Pair-Authentication-for-Snowflake-in-Qlik/m-p/2530874#M15099</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2025-09-16T03:39:35Z</dc:date>
    </item>
  </channel>
</rss>

