<?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: Specifications for the `repctl gettaskstatus` command in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Specifications-for-the-repctl-gettaskstatus-command/m-p/2546603#M16141</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/142280"&gt;@iti-attunity-sup&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, the &lt;STRONG&gt;monitor_data&lt;/STRONG&gt; parameter appears to have been introduced in the &lt;STRONG&gt;November 2025 version of Qlik Replicate.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;In this version, the &lt;STRONG&gt;repctl help command=gettaskstatus&lt;/STRONG&gt; output shows:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;monitor_data: required BOOL&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;However, in earlier versions, this parameter is not present.&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="SachinB_2-1775806825794.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/187737iB886D3744B3CF6D6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SachinB_2-1775806825794.png" alt="SachinB_2-1775806825794.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;monitor_data&lt;/STRONG&gt; is expected to: Include detailed monitoring information about the task Observed Behavior&lt;/P&gt;
&lt;P&gt;Despite using different values:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;monitor_data=true&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;C:\Program Files\Attunity\Replicate\bin&amp;gt;repctl -d "C:\Program Files\Attunity\Replicate\data" connect; gettaskstatus task=SAPHANA_TO_TB_Snowflake monitor_data=true&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;monitor_data=false&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;C:\Program Files\Attunity\Replicate\bin&amp;gt;repctl -d "C:\Program Files\Attunity\Replicate\data" connect; gettaskstatus task=SAPHANA_TO_TB_Snowflake monitor_data=false&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Both commands are returning the same output, without any noticeable difference in monitoring details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please create a support case for this issue so that the R&amp;amp;D team can investigate further and provide clarification on this.&lt;BR /&gt;&lt;BR /&gt;Thanks for understanding.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sachin B&lt;/P&gt;</description>
    <pubDate>Fri, 10 Apr 2026 07:44:22 GMT</pubDate>
    <dc:creator>SachinB</dc:creator>
    <dc:date>2026-04-10T07:44:22Z</dc:date>
    <item>
      <title>Specifications for the `repctl gettaskstatus` command</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Specifications-for-the-repctl-gettaskstatus-command/m-p/2546590#M16140</link>
      <description>&lt;P&gt;I had been using the following “repctl gettaskstatus” command in Qlik Replicate to check the task status.&lt;/P&gt;&lt;P&gt;Example: .\repctl.exe -d "C:\Program Files\Attunity\Replicate\data" connect; gettaskstatus task=&amp;lt;task name&amp;gt;&lt;/P&gt;&lt;P&gt;Recently, after upgrading Qlik Replicate to version 2025.11, this command began to fail.&lt;/P&gt;&lt;P&gt;C:\Program Files\Attunity\Replicate\bin&amp;gt;.\repctl.exe -d "C:\Program Files\Attunity\Replicate\data" connect; gettaskstatus task=Oracle19c_to_AzureSQL&lt;BR /&gt;[connect; command] Succeeded&lt;BR /&gt;[gettaskstatus command] Failed&lt;BR /&gt;command gettaskstatus: required argument monitor_data is not provided (exit status 20014)&lt;/P&gt;&lt;P&gt;I followed the instructions and specified the `monitor_data` argument, and it worked.&lt;/P&gt;&lt;P&gt;C:\Program Files\Attunity\Replicate\bin&amp;gt;.\repctl.exe -d "C:\Program Files\Attunity\Replicate\data" connect; gettaskstatus task=Oracle19c_to_AzureSQL monitor_data=true;&lt;BR /&gt;[connect; command] Succeeded&lt;BR /&gt;command gettaskstatus response:&lt;BR /&gt;{&lt;BR /&gt;"task_status": {&lt;BR /&gt;"name": "Oracle19c_to_AzureSQL",&lt;BR /&gt;"state": "STOPPED",&lt;/P&gt;&lt;P&gt;…&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With that in mind, here are my questions.&lt;/P&gt;&lt;P&gt;Question 1&lt;BR /&gt;Is my understanding correct that the specifications for this command changed starting with the November 2025 version?&lt;/P&gt;&lt;P&gt;Question 2&lt;BR /&gt;Please explain the meaning of the `monitor_data` argument.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hironori Fujihira&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Apr 2026 06:08:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Specifications-for-the-repctl-gettaskstatus-command/m-p/2546590#M16140</guid>
      <dc:creator>iti-attunity-sup</dc:creator>
      <dc:date>2026-04-10T06:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Specifications for the `repctl gettaskstatus` command</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Specifications-for-the-repctl-gettaskstatus-command/m-p/2546603#M16141</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/142280"&gt;@iti-attunity-sup&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, the &lt;STRONG&gt;monitor_data&lt;/STRONG&gt; parameter appears to have been introduced in the &lt;STRONG&gt;November 2025 version of Qlik Replicate.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;In this version, the &lt;STRONG&gt;repctl help command=gettaskstatus&lt;/STRONG&gt; output shows:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;monitor_data: required BOOL&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;However, in earlier versions, this parameter is not present.&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="SachinB_2-1775806825794.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/187737iB886D3744B3CF6D6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SachinB_2-1775806825794.png" alt="SachinB_2-1775806825794.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;monitor_data&lt;/STRONG&gt; is expected to: Include detailed monitoring information about the task Observed Behavior&lt;/P&gt;
&lt;P&gt;Despite using different values:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;monitor_data=true&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;C:\Program Files\Attunity\Replicate\bin&amp;gt;repctl -d "C:\Program Files\Attunity\Replicate\data" connect; gettaskstatus task=SAPHANA_TO_TB_Snowflake monitor_data=true&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;monitor_data=false&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;C:\Program Files\Attunity\Replicate\bin&amp;gt;repctl -d "C:\Program Files\Attunity\Replicate\data" connect; gettaskstatus task=SAPHANA_TO_TB_Snowflake monitor_data=false&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Both commands are returning the same output, without any noticeable difference in monitoring details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please create a support case for this issue so that the R&amp;amp;D team can investigate further and provide clarification on this.&lt;BR /&gt;&lt;BR /&gt;Thanks for understanding.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sachin B&lt;/P&gt;</description>
      <pubDate>Fri, 10 Apr 2026 07:44:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Specifications-for-the-repctl-gettaskstatus-command/m-p/2546603#M16141</guid>
      <dc:creator>SachinB</dc:creator>
      <dc:date>2026-04-10T07:44:22Z</dc:date>
    </item>
  </channel>
</rss>

