<?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: Stop and Resume tasks via command line? in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Stop-and-Resume-tasks-via-command-line/m-p/1923889#M2511</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/159628"&gt;@LoriHalsey&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Here is an article explaining the commands to start and stop via Replicate repctl commands.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Knowledge/Repctl-Stop-Start-Task-using-REPCTL-command-line-interface/ta-p/1880971" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/Knowledge/Repctl-Stop-Start-Task-using-REPCTL-command-line-interface/ta-p/1880971&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;For windows, you will need to run as administrator from command prompt or powershell:&lt;/P&gt;
&lt;P&gt;C:\Program Files\Attunity\Replicate\bin&amp;gt;&lt;BR /&gt;C:\Program Files\Attunity\Replicate\bin&amp;gt;repctl&lt;BR /&gt;Enter a command or quit&lt;/P&gt;
&lt;P&gt;For linux, you need to source site_arep_login.sh or export LD_LIBRARY_PATH like below:&lt;/P&gt;
&lt;P&gt;export LD_LIBRARY_PATH=/opt/attunity/replicate/lib:/usr/lib64:$LD_LIBRARY_PATH&lt;BR /&gt;cd /opt/attunity/replicate/bin/&lt;BR /&gt;./repctl&lt;BR /&gt;Enter a command or quit&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;NOTE: The command for stop/starting is not officially supported by replicate. The commands work, but there is no guarantee that they will not change in the future.&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Kelly&lt;/P&gt;</description>
    <pubDate>Thu, 28 Apr 2022 12:08:57 GMT</pubDate>
    <dc:creator>KellyHobson</dc:creator>
    <dc:date>2022-04-28T12:08:57Z</dc:date>
    <item>
      <title>Stop and Resume tasks via command line?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Stop-and-Resume-tasks-via-command-line/m-p/1923703#M2506</link>
      <description>&lt;P&gt;Hello - I am wondering if there is a way to stop and resume replicate tasks via some kind of batch command, or powershell command. Hoping to be able to run windows patches without someone being involved in the process.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;Lori&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 05:27:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Stop-and-Resume-tasks-via-command-line/m-p/1923703#M2506</guid>
      <dc:creator>LoriHalsey</dc:creator>
      <dc:date>2022-04-28T05:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Stop and Resume tasks via command line?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Stop-and-Resume-tasks-via-command-line/m-p/1923738#M2507</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;For stopping and resuming a task via a command you can use the QEM API. FYI here is a link to the QEM API guide:&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/enterprise-manager/November2021/Content/EnterpriseManager/EnterpriseManager_APIGuide/Introduction/AEM_Intro.htm" target="_blank"&gt;https://help.qlik.com/en-US/enterprise-manager/November2021/Content/EnterpriseManager/EnterpriseManager_APIGuide/Introduction/AEM_Intro.htm&lt;/A&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Orit&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 06:46:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Stop-and-Resume-tasks-via-command-line/m-p/1923738#M2507</guid>
      <dc:creator>OritA</dc:creator>
      <dc:date>2022-04-28T06:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Stop and Resume tasks via command line?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Stop-and-Resume-tasks-via-command-line/m-p/1923889#M2511</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/159628"&gt;@LoriHalsey&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Here is an article explaining the commands to start and stop via Replicate repctl commands.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Knowledge/Repctl-Stop-Start-Task-using-REPCTL-command-line-interface/ta-p/1880971" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/Knowledge/Repctl-Stop-Start-Task-using-REPCTL-command-line-interface/ta-p/1880971&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;For windows, you will need to run as administrator from command prompt or powershell:&lt;/P&gt;
&lt;P&gt;C:\Program Files\Attunity\Replicate\bin&amp;gt;&lt;BR /&gt;C:\Program Files\Attunity\Replicate\bin&amp;gt;repctl&lt;BR /&gt;Enter a command or quit&lt;/P&gt;
&lt;P&gt;For linux, you need to source site_arep_login.sh or export LD_LIBRARY_PATH like below:&lt;/P&gt;
&lt;P&gt;export LD_LIBRARY_PATH=/opt/attunity/replicate/lib:/usr/lib64:$LD_LIBRARY_PATH&lt;BR /&gt;cd /opt/attunity/replicate/bin/&lt;BR /&gt;./repctl&lt;BR /&gt;Enter a command or quit&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;NOTE: The command for stop/starting is not officially supported by replicate. The commands work, but there is no guarantee that they will not change in the future.&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Kelly&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 12:08:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Stop-and-Resume-tasks-via-command-line/m-p/1923889#M2511</guid>
      <dc:creator>KellyHobson</dc:creator>
      <dc:date>2022-04-28T12:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: Stop and Resume tasks via command line?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Stop-and-Resume-tasks-via-command-line/m-p/1924246#M2538</link>
      <description>&lt;P&gt;Thanks for the link to the QEM API. Now I just need to enlist the help of a .Net developer. My coding days ended back in 1996 with COBOL.&lt;/P&gt;
&lt;P&gt;Lori&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 19:57:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Stop-and-Resume-tasks-via-command-line/m-p/1924246#M2538</guid>
      <dc:creator>LoriHalsey</dc:creator>
      <dc:date>2022-04-28T19:57:13Z</dc:date>
    </item>
  </channel>
</rss>

