<?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 Qlik rest api behaviour doubt in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-rest-api-behaviour-doubt/m-p/2539972#M15713</link>
    <description>&lt;P&gt;Hi team,&lt;/P&gt;&lt;P&gt;for automating scheduled full-load qlik replicate tasks via script, I have used qlik rest api endpoints(java implementation).&amp;nbsp;&lt;/P&gt;&lt;P&gt;1 task can contain n tables. To reload a table, I need to call reload table api + run task api. my script allows to reload 1 table, as per user requirement. My doubt is if the task is already running to reload 1 table, how should I handle the new script command to reload other table. Should it wait for the task to stop first, before requesting reload new table.&lt;/P&gt;&lt;P&gt;Right now, i wrote my script like that, but for few replication tasks which have large number of tables, the other calls just keep waiting.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Tue, 30 Dec 2025 06:00:16 GMT</pubDate>
    <dc:creator>tulika</dc:creator>
    <dc:date>2025-12-30T06:00:16Z</dc:date>
    <item>
      <title>Qlik rest api behaviour doubt</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-rest-api-behaviour-doubt/m-p/2539972#M15713</link>
      <description>&lt;P&gt;Hi team,&lt;/P&gt;&lt;P&gt;for automating scheduled full-load qlik replicate tasks via script, I have used qlik rest api endpoints(java implementation).&amp;nbsp;&lt;/P&gt;&lt;P&gt;1 task can contain n tables. To reload a table, I need to call reload table api + run task api. my script allows to reload 1 table, as per user requirement. My doubt is if the task is already running to reload 1 table, how should I handle the new script command to reload other table. Should it wait for the task to stop first, before requesting reload new table.&lt;/P&gt;&lt;P&gt;Right now, i wrote my script like that, but for few replication tasks which have large number of tables, the other calls just keep waiting.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 30 Dec 2025 06:00:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-rest-api-behaviour-doubt/m-p/2539972#M15713</guid>
      <dc:creator>tulika</dc:creator>
      <dc:date>2025-12-30T06:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik rest api behaviour doubt</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-rest-api-behaviour-doubt/m-p/2540091#M15726</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/131689"&gt;@tulika&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Since your task is running, I believe running "ReloadTable" API should be enough.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Desmond&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 08:02:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-rest-api-behaviour-doubt/m-p/2540091#M15726</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2026-01-02T08:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik rest api behaviour doubt</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-rest-api-behaviour-doubt/m-p/2540156#M15727</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/125525"&gt;@DesmondWOO&lt;/a&gt;&amp;nbsp;, thanks. I have tried this. But only reloadTable call is just putting the tables in queue forever.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jan 2026 06:16:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-rest-api-behaviour-doubt/m-p/2540156#M15727</guid>
      <dc:creator>tulika</dc:creator>
      <dc:date>2026-01-05T06:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik rest api behaviour doubt</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-rest-api-behaviour-doubt/m-p/2540269#M15730</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/131689"&gt;@tulika&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;I could not reproduce your problem. I called the REST API using POSTMAN.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN data-offset-key="f9aqv-0-0"&gt;https://&lt;/SPAN&gt;&lt;SPAN class="inlineVariable resolvedVariable" data-testid="resolvedVariable"&gt;&lt;SPAN data-offset-key="f9aqv-1-0"&gt;{{hostname}}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-offset-key="f9aqv-2-0"&gt;/attunityenterprisemanager/api/v1/servers/&lt;/SPAN&gt;&lt;SPAN class="inlineVariable resolvedVariable" data-testid="resolvedVariable"&gt;&lt;SPAN data-offset-key="f9aqv-3-0"&gt;{{servername}}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-offset-key="f9aqv-4-0"&gt;/tasks/Des-MSSQL-ANY/tables?action=reload&amp;amp;schema=dbo&amp;amp;table=test05&lt;/SPAN&gt;&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="DesmondWOO_0-1767688779865.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/186092i05A97F9AC4F94D83/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DesmondWOO_0-1767688779865.png" alt="DesmondWOO_0-1767688779865.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The table test05 was reloaded.&lt;BR /&gt;&lt;BR /&gt;By default, Qlik Replicate loads up to five tables concurrently. Any additional tables are placed in a queue until resources become available.&lt;BR /&gt;&lt;BR /&gt;If the issue persists, please open a support with us. Thanks!&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Desmond&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jan 2026 08:49:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-rest-api-behaviour-doubt/m-p/2540269#M15730</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2026-01-06T08:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik rest api behaviour doubt</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-rest-api-behaviour-doubt/m-p/2540357#M15737</link>
      <description>&lt;P&gt;hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/125525"&gt;@DesmondWOO&lt;/a&gt;&amp;nbsp;, thank you. Could you please confirm the state of your qlik rep task before the call (was it already running or not) and your version of qlik too&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jan 2026 06:27:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-rest-api-behaviour-doubt/m-p/2540357#M15737</guid>
      <dc:creator>tulika</dc:creator>
      <dc:date>2026-01-07T06:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik rest api behaviour doubt</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-rest-api-behaviour-doubt/m-p/2540367#M15741</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/131689"&gt;@tulika&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;BR /&gt;Qlik Replicate: v2024.11.0.814&lt;BR /&gt;Qlik Enterprise Manager: v2025.5.0.411&lt;BR /&gt;Task Type: Full Load + Apply Changes&lt;BR /&gt;&lt;BR /&gt;&lt;!--StartFragment --&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Steps to Reproduce&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Reload the task.&lt;/LI&gt;
&lt;LI&gt;Once the task enters the CDC stage, issue the RELOAD API on a table&lt;/LI&gt;
&lt;LI&gt;In the Monitor view, observe that the &lt;STRONG&gt;“Loaded On”&lt;/STRONG&gt; timestamp has changed.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;For further investigation, I will need your diagnostic package to review the versions and settings. Because the package contains server information, it should not be uploaded to the forum. Therefore, I recommend opening a new ticket so we can proceed securely.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Desmond&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jan 2026 07:57:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-rest-api-behaviour-doubt/m-p/2540367#M15741</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2026-01-07T07:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik rest api behaviour doubt</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-rest-api-behaviour-doubt/m-p/2540375#M15743</link>
      <description>&lt;P&gt;hello, Thanks, just to conclude from here. My task is of type full load...it runs only via api call too and not in cdc&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jan 2026 08:25:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-rest-api-behaviour-doubt/m-p/2540375#M15743</guid>
      <dc:creator>tulika</dc:creator>
      <dc:date>2026-01-07T08:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik rest api behaviour doubt</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-rest-api-behaviour-doubt/m-p/2540392#M15744</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/131689"&gt;@tulika&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I believe I now understand your scenario. Please see my recommendations below:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;GUI Reloads: Qlik Replicate supports task scheduling. You can configure a schedule to automatically reload all tables, without writing script.&lt;/LI&gt;
&lt;LI&gt;API-Based Reloads: If you need to start a task via API, you can use the RunTask API with the option RELOAD_TARGET.&lt;/LI&gt;
&lt;LI&gt;API-Based Reloads Specific Tables:
&lt;OL&gt;
&lt;LI&gt;Use the ReloadTable API to add individual tables one by one. In the Qlik Replicate console, you will see these tables queued for reload.&lt;/LI&gt;
&lt;LI&gt;Then, run the RunTask API with the option RESUME_PROCESSING to process the queued tables.&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Please let me know if this approach works for you.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Desmond&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jan 2026 10:21:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-rest-api-behaviour-doubt/m-p/2540392#M15744</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2026-01-07T10:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik rest api behaviour doubt</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-rest-api-behaviour-doubt/m-p/2540393#M15745</link>
      <description>&lt;P&gt;Thank youu!&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jan 2026 10:26:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-rest-api-behaviour-doubt/m-p/2540393#M15745</guid>
      <dc:creator>tulika</dc:creator>
      <dc:date>2026-01-07T10:26:03Z</dc:date>
    </item>
  </channel>
</rss>

