<?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: QLIK table to get info on QLIK Task Source endpoint details in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/QLIK-table-to-get-info-on-QLIK-Task-Source-endpoint-details/m-p/2470193#M11950</link>
    <description>&lt;P&gt;Thanks. Manage to export out the details.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Jul 2024 06:41:36 GMT</pubDate>
    <dc:creator>tanhanyan</dc:creator>
    <dc:date>2024-07-12T06:41:36Z</dc:date>
    <item>
      <title>QLIK table to get info on QLIK Task Source endpoint details</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/QLIK-table-to-get-info-on-QLIK-Task-Source-endpoint-details/m-p/2470160#M11941</link>
      <description>&lt;P&gt;Hello, Is there any QLIK tables that stores all the QLIK task details, e.g. task name, with source endpoint details.&lt;/P&gt;
&lt;P&gt;The main purposes is able to know list of QLIK tasks which pointing to the same source endpoint.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 02:53:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/QLIK-table-to-get-info-on-QLIK-Task-Source-endpoint-details/m-p/2470160#M11941</guid>
      <dc:creator>tanhanyan</dc:creator>
      <dc:date>2024-07-12T02:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: QLIK table to get info on QLIK Task Source endpoint details</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/QLIK-table-to-get-info-on-QLIK-Task-Source-endpoint-details/m-p/2470161#M11942</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/259309"&gt;@tanhanyan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to Qlik Community!&lt;/P&gt;
&lt;P&gt;Qlik Replicate utilize SQLite as repository, all the task definition information stores in the SQLite database file. We may use command below to &lt;A title="export all the task definition to a JSON file" href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Upgrade-Instructions-for-Windows-and-Linux-2022/ta-p/2454633#:~:text=can%20be%20removed.-,Method%20Two%3B%20Task%20Configuration%20and%20Server%20Configuration%20Backup,Example%3A%0A%0A~%5Creplicate%5Cbin%20%3E%20repctl%20%2Dd%20%E2%80%9CD%3A%5Capplication%5Creplicate%5Cdata%E2%80%9D%20exportrepository,-This%20example%20command" target="_blank" rel="noopener"&gt;export all the task definition to a JSON file&lt;/A&gt;:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;repctl exportrepository&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Read the JSON file (on Windows the default location is "&lt;FONT face="courier new,courier"&gt;C:\Program Files\Attunity\Replicate\data\imports&lt;/FONT&gt;") to get all the information.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 03:47:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/QLIK-table-to-get-info-on-QLIK-Task-Source-endpoint-details/m-p/2470161#M11942</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2024-07-12T03:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: QLIK table to get info on QLIK Task Source endpoint details</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/QLIK-table-to-get-info-on-QLIK-Task-Source-endpoint-details/m-p/2470168#M11945</link>
      <description>&lt;P&gt;Hi John, I have tried the command but the output do not have any tasks details. Only having info below,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it because our QLIK Tasks and data folder in D while Attunity software folder in C? How should we run the command again in order to get all tasks definition to be exported to JSON file? Thanks.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;{&lt;BR /&gt;"name": "Replication_Definition",&lt;BR /&gt;"cmd.replication_definition": {&lt;BR /&gt;"replication_environment": {&lt;BR /&gt;"name": "replication_environment",&lt;BR /&gt;"mail_settings": {},&lt;BR /&gt;"task_user_context": {},&lt;BR /&gt;"run_command_settings": {},&lt;BR /&gt;"proxy_settings": {&lt;BR /&gt;"$type": "ProxySettings"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"notifications": {},&lt;BR /&gt;"error_behavior": {&lt;BR /&gt;"apply_error_behavior": {},&lt;BR /&gt;"table_error_behavior": {},&lt;BR /&gt;"data_error_behavior": {},&lt;BR /&gt;"recoverable_error_behavior": {}&lt;BR /&gt;},&lt;BR /&gt;"scheduler": {},&lt;BR /&gt;"disk_utilization_configuration": {},&lt;BR /&gt;"memory_utilization_configuration": {}&lt;BR /&gt;},&lt;BR /&gt;"_version": {&lt;BR /&gt;"version": "2024.5.0.144",&lt;BR /&gt;"version_major": 2024,&lt;BR /&gt;"version_minor": 5,&lt;BR /&gt;"version_revision": 144,&lt;BR /&gt;"fips": 0&lt;BR /&gt;},&lt;BR /&gt;"description": "Host name: xxxx, Time: 2024-07-12 11:31:57.389238"&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 03:44:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/QLIK-table-to-get-info-on-QLIK-Task-Source-endpoint-details/m-p/2470168#M11945</guid>
      <dc:creator>tanhanyan</dc:creator>
      <dc:date>2024-07-12T03:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: QLIK table to get info on QLIK Task Source endpoint details</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/QLIK-table-to-get-info-on-QLIK-Task-Source-endpoint-details/m-p/2470169#M11946</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/259309"&gt;@tanhanyan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Sorry, the link in my previous comment is invalid. I'm fixing it now, please refresh the page after a few minutes.&lt;/P&gt;
&lt;P&gt;Or you may check the article:&amp;nbsp;&lt;A title="Task Configuration and Server Configuration Backup" href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Upgrade-Instructions-for-Windows-and-Linux-2022/ta-p/2454633#:~:text=can%20be%20removed.-,Method%20Two%3B%20Task%20Configuration%20and%20Server%20Configuration%20Backup,Example%3A%0A%0A~%5Creplicate%5Cbin%20%3E%20repctl%20%2Dd%20%E2%80%9CD%3A%5Capplication%5Creplicate%5Cdata%E2%80%9D%20exportrepository,-This%20example%20command" target="_blank" rel="noopener"&gt;Task Configuration and Server Configuration Backup&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;thanks,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 03:49:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/QLIK-table-to-get-info-on-QLIK-Task-Source-endpoint-details/m-p/2470169#M11946</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2024-07-12T03:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: QLIK table to get info on QLIK Task Source endpoint details</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/QLIK-table-to-get-info-on-QLIK-Task-Source-endpoint-details/m-p/2470193#M11950</link>
      <description>&lt;P&gt;Thanks. Manage to export out the details.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 06:41:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/QLIK-table-to-get-info-on-QLIK-Task-Source-endpoint-details/m-p/2470193#M11950</guid>
      <dc:creator>tanhanyan</dc:creator>
      <dc:date>2024-07-12T06:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: QLIK table to get info on QLIK Task Source endpoint details</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/QLIK-table-to-get-info-on-QLIK-Task-Source-endpoint-details/m-p/2470194#M11951</link>
      <description>&lt;P&gt;Thank you for your great support!&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/259309"&gt;@tanhanyan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 06:43:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/QLIK-table-to-get-info-on-QLIK-Task-Source-endpoint-details/m-p/2470194#M11951</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2024-07-12T06:43:05Z</dc:date>
    </item>
  </channel>
</rss>

