<?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: Replicate Installation in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Replicate-Installation/m-p/2512183#M14004</link>
    <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;&amp;nbsp;for the detailed explanation. I really appreciate your efforts.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Sat, 29 Mar 2025 10:36:54 GMT</pubDate>
    <dc:creator>Ginni</dc:creator>
    <dc:date>2025-03-29T10:36:54Z</dc:date>
    <item>
      <title>Replicate Installation</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Replicate-Installation/m-p/2511919#M13970</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I am currently attempting to install Qlik Replicate on a Linux system and have encountered some difficulties. I used the following commands as part of the installation process: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;rpm -ivh areplicate-2024.5.0-563.x86_64.rpm &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;rpm -i areplicate-2024.5.0-563.x86_64.rpm &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Unfortunately, I received an error message, and despite my efforts to troubleshoot the issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ginni_0-1743093719771.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/179049iB5EDAB4657247562/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ginni_0-1743093719771.png" alt="Ginni_0-1743093719771.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have not been able to resolve it. I would greatly appreciate any assistance or suggestions you could provide to help me overcome this challenge.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 16:43:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Replicate-Installation/m-p/2511919#M13970</guid>
      <dc:creator>Ginni</dc:creator>
      <dc:date>2025-03-27T16:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Replicate Installation</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Replicate-Installation/m-p/2511941#M13973</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/306941"&gt;@Ginni&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;This error usually occurs due to one of the following reasons:&lt;/P&gt;
&lt;P&gt;1.&amp;nbsp;&amp;nbsp;&lt;STRONG data-start="618" data-end="639"&gt;Permission issues&lt;/STRONG&gt; – Ensure you have sufficient privileges (the file mask is 644 by default). You may try the installation by "root" account, or "sudo", like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;STRONG&gt;sudo&amp;nbsp;rpm -ivh areplicate-2024.5.0-563.x86_64.rpm&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;2.&amp;nbsp;&amp;nbsp;Another process is using rpm &lt;/STRONG&gt;– A package management process (like &lt;CODE data-start="139" data-end="144"&gt;yum&lt;/CODE&gt;, &lt;CODE data-start="146" data-end="151" data-is-only-node=""&gt;dnf&lt;/CODE&gt;, or another &lt;CODE data-start="164" data-end="169"&gt;rpm&lt;/CODE&gt; command) might already be running.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;ps aux | grep -E 'yum|dnf|rpm'&lt;/P&gt;
&lt;P&gt;3.&amp;nbsp;&amp;nbsp;&lt;STRONG data-start="460" data-end="479"&gt;Stale lock file&lt;/STRONG&gt; – If no package manager is running, but the lock file still exists, remove it:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;sudo rm -f /var/lib/rpm/.rpm.lock&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Please take note: (1)&amp;nbsp;If no active processes are found, removing the lock file is &lt;STRONG data-start="398" data-end="406"&gt;safe&lt;/STRONG&gt;. (2)&amp;nbsp;If the system has &lt;STRONG data-start="429" data-end="469"&gt;recently crashed or been interrupted&lt;/STRONG&gt; during an RPM operation, the lock file may have been left behind incorrectly.&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Mar 2025 01:15:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Replicate-Installation/m-p/2511941#M13973</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2025-03-28T01:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Replicate Installation</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Replicate-Installation/m-p/2512183#M14004</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;&amp;nbsp;for the detailed explanation. I really appreciate your efforts.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 29 Mar 2025 10:36:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Replicate-Installation/m-p/2512183#M14004</guid>
      <dc:creator>Ginni</dc:creator>
      <dc:date>2025-03-29T10:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Replicate Installation</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Replicate-Installation/m-p/2512201#M14005</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/306941"&gt;@Ginni&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thank you very much for your support! If possible, please share the final solution—it would be helpful for all of us and other users.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Sun, 30 Mar 2025 09:46:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Replicate-Installation/m-p/2512201#M14005</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2025-03-30T09:46:48Z</dc:date>
    </item>
  </channel>
</rss>

