<?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: Exporting a task from qlik replicate server in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Exporting-a-task-from-qlik-replicate-server/m-p/1931431#M2689</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/164393"&gt;@rsuresh&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Please note that I have moved the question to&amp;nbsp; the Qlik Replicate community as you are more likely to get an answer here.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 17 May 2022 06:27:28 GMT</pubDate>
    <dc:creator>Seanog_Murphy</dc:creator>
    <dc:date>2022-05-17T06:27:28Z</dc:date>
    <item>
      <title>Exporting a task from qlik replicate server</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Exporting-a-task-from-qlik-replicate-server/m-p/1931102#M2688</link>
      <description>&lt;P&gt;I am facing issue while exporting the file using Rest api&amp;nbsp; it is not giving the exact file what we are exporting manually. please find the command which we are using powershell&lt;/P&gt;
&lt;P&gt;$ExportResponse = Invoke-RestMethod -uri "&lt;A href="https://qlikmanagerlab.cnppd.lab/attunityenterprisemanager/api/v1/servers/qlikreplicatelab/tasks/DB2Y_Kafka_Test/?action=export&amp;amp;withendpoints=false" target="_blank" rel="noopener"&gt;https://qlikmanagerlab.cnppd.lab/attunityenterprisemanager/api/v1/servers/qlikreplicatelab/tasks/DB2Y_Kafka_Test/?action=export&amp;amp;withendpoints=false&lt;/A&gt;" -Headers $export_headers -Method 'GET' | ConvertTo-JSON | Set-Content "C:\Users\xt28034\Documents\sample1.json"&lt;/P&gt;
&lt;P&gt;please find the attachment output of the sample1.json file&lt;/P&gt;
&lt;P&gt;kindly help me on this issue&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:11:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Exporting-a-task-from-qlik-replicate-server/m-p/1931102#M2688</guid>
      <dc:creator>rsuresh</dc:creator>
      <dc:date>2024-11-15T22:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a task from qlik replicate server</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Exporting-a-task-from-qlik-replicate-server/m-p/1931431#M2689</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/164393"&gt;@rsuresh&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Please note that I have moved the question to&amp;nbsp; the Qlik Replicate community as you are more likely to get an answer here.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 06:27:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Exporting-a-task-from-qlik-replicate-server/m-p/1931431#M2689</guid>
      <dc:creator>Seanog_Murphy</dc:creator>
      <dc:date>2022-05-17T06:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a task from qlik replicate server</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Exporting-a-task-from-qlik-replicate-server/m-p/1931574#M2691</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/164393"&gt;@rsuresh&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to the Community.&lt;/P&gt;
&lt;P&gt;Are you trying to download the task json file as you would using the "Export Task" button in the Replicate UI?&lt;/P&gt;
&lt;P&gt;Here is a community article outlining the steps:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Knowledge/Replicate-How-to-export-task-with-server-configuration/ta-p/1909596" target="_blank"&gt;https://community.qlik.com/t5/Knowledge/Replicate-How-to-export-task-with-server-configuration/ta-p/1909596&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;P&gt;repctl -d "C:\Program Files\Attunity\Replicate\data" exportrepository task=postie_test_PK include_server_settings=TRUE&lt;/P&gt;
&lt;P&gt;Output:&lt;/P&gt;
&lt;P&gt;C:\Program Files\Attunity\Replicate\bin&amp;gt;repctl -d "C:\Program Files\Attunity\Replicate\data" exportrepository task=postie_test_PK include_server_settings=TRUE&lt;BR /&gt;command exportrepository response:&lt;BR /&gt;{&lt;BR /&gt;"message": "Export succeeded",&lt;BR /&gt;"file_path": "C:\\Program Files\\Attunity\\Replicate\\data\\imports\\postie_test_PK.json"&lt;BR /&gt;}&lt;BR /&gt;[exportrepository command] Succeeded&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Please let us know if you have any additional questions.&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Kelly&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 09:20:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Exporting-a-task-from-qlik-replicate-server/m-p/1931574#M2691</guid>
      <dc:creator>KellyHobson</dc:creator>
      <dc:date>2022-05-17T09:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a task from qlik replicate server</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Exporting-a-task-from-qlik-replicate-server/m-p/1931853#M2698</link>
      <description>&lt;P&gt;Why do you have&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;ConvertTo-JSON&lt;/STRONG&gt; &amp;nbsp;in the pipeline?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Per documentation the response is already a JSON stream.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Try again without.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hein.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 14:39:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Exporting-a-task-from-qlik-replicate-server/m-p/1931853#M2698</guid>
      <dc:creator>Heinvandenheuvel</dc:creator>
      <dc:date>2022-05-17T14:39:12Z</dc:date>
    </item>
  </channel>
</rss>

