<?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>article Qlik Replicate: How to custom target endpoint syntax in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-How-to-custom-target-endpoint-syntax/ta-p/1957189</link>
    <description>&lt;P&gt;Sometimes the target default endpoint behavior does not meet our needs. This article is useful if we want to modify the default syntax.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, while MySQL is the target endpoint, Qlik Replicate creates a net changes table and uses it in batch apply mode. The net changes table is created with the default engine type "InnoDB" which has limitations while "&lt;SPAN&gt;MyISAM" and does not have the&amp;nbsp;&lt;A href="https://dev.mysql.com/doc/refman/8.0/en/column-count-limit.html" target="_blank" rel="noopener nofollow noreferrer"&gt;Row size too large&lt;/A&gt;&amp;nbsp;limitation in MySQL&lt;/SPAN&gt;.&lt;/P&gt;
&lt;P&gt;The below steps demonstrate how to change the net changes table engine type from "InnoDB" (default) to "MyISAM". After the setup is done, Qlik Replicate will create the net changes table automatically with engine type "MyISAM".&lt;/P&gt;
&lt;H4 id="toc-hId-1962198419"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;Qlik Replicate All supported versions&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3 id="toc-hId--525314414"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Detailed Steps&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;From the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="mc-variable Replicate.Product variable"&gt;Qlik Replicate&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;computer where you want to import the task, open the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="mc-variable Replicate.Product variable"&gt;Qlik Replicate&lt;/SPAN&gt;&amp;nbsp;command line&lt;/STRONG&gt; console by doing the following:&lt;/P&gt;
&lt;P&gt;From the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="ui_item"&gt;Start&lt;/SPAN&gt;&amp;nbsp;&lt;/STRONG&gt;menu, expand&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="ui_item"&gt;&lt;SPAN class="mc-variable Replicate.Product variable"&gt;Qlik Replicate&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and then select&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="ui_item"&gt;&lt;SPAN class="mc-variable Replicate.Product variable"&gt;Qlik Replicate&lt;/SPAN&gt;&amp;nbsp;Command Line&lt;/SPAN&gt;&lt;/STRONG&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A command-line console is displayed with the correct prompt for&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="mc-variable Replicate.Product variable"&gt;Qlik Replicate&lt;/SPAN&gt;.&lt;BR /&gt;&lt;BR /&gt;Alternatively, open a&amp;nbsp;&lt;STRONG&gt;Windows Command Prompt&amp;nbsp;&lt;/STRONG&gt;using&amp;nbsp;&lt;STRONG&gt;As Adinistrator&amp;nbsp;&lt;/STRONG&gt;and change to&amp;nbsp;&lt;SPAN&gt;"&lt;EM&gt;&amp;lt;product dir&amp;gt;\Attunity\Replicate\bin&lt;/EM&gt;" (default location)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;SPAN&gt;Run the following command:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;PRE&gt;repctl.exe getprovidersyntax syntax_name=MySQL &amp;gt; MySQL_MyISAM.json&lt;/PRE&gt;
If the DATA folder is non-default location, add option&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://help.qlik.com/en-US/replicate/Content/Replicate/Main/Installation/windows_setup.htm" target="_blank" rel="nofollow noopener noreferrer"&gt;-d data_directory&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;in the command.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Edit the file &lt;EM&gt;MySQL_MyISAM.json&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;Remove the first line and the latest line and include:&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE&gt;command getprovidersyntax response:&lt;BR /&gt;&lt;BR /&gt;[getprovidersyntax command] Succeeded&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Modify the top few lines:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Original:&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE&gt;"provider_syntax": {
 "name": "MySQL",
 "query_syntax": {&lt;/PRE&gt;
Modified:&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE&gt;"provider_syntax": {&lt;BR /&gt;&lt;STRONG&gt;"name": "MySQL_MyISAM", &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;"repository.provider_syntax": {&lt;/STRONG&gt; &lt;BR /&gt;"name": "&lt;STRONG&gt;MySQL_MyISAM&lt;/STRONG&gt;",&lt;BR /&gt;"query_syntax": {&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Add ENGINE type&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="font-family: inherit;"&gt;ENGINE=MyISAM&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;Original:&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;"create_temporary_table": "CREATE TEMPORARY TABLE ${QO}${TABLE_OWNER}${QC}.${QO}${TABLE_NAME}${QC} ( ${COLUMN_LIST} ) CHARSET=utf8mb4",&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;Modified:&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;"create_temporary_table": "CREATE TEMPORARY TABLE ${QO}${TABLE_OWNER}${QC}.${QO}${TABLE_NAME}${QC} ( ${COLUMN_LIST} ) ENGINE=MyISAM CHARSET=utf8mb4",&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Save changes and move the file to "&lt;EM&gt;C:\Program Files\Attunity\Replicate\data\imports&lt;/EM&gt;", or your custom DATA folder.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Run the following command:&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE&gt;repctl putobject data=MySQL_MyISAM&lt;/PRE&gt;
&lt;BLOCKQUOTE class="quote"&gt;Do not add the additional suffix ".json" in the end of the command as this will cause the command to fail.&lt;/BLOCKQUOTE&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Add the Internal Parameter &lt;STRONG&gt;syntax&amp;nbsp;&lt;/STRONG&gt;to the target endpoint:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;Go to the&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;Endpoint&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;connection&lt;/LI&gt;
&lt;LI&gt;Switch to the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Advanced&amp;nbsp;&lt;/STRONG&gt;tab&lt;/LI&gt;
&lt;LI&gt;Click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Internal Parameters&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Add the parameter: &lt;/SPAN&gt;&lt;STRONG&gt;syntax&lt;/STRONG&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Add the value: &lt;STRONG&gt;MySQL_MyISAM&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="internal parameter syntax.png" style="width: 399px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/171767i273AA4BB60D91046/image-size/large?v=v2&amp;amp;px=999" role="button" title="internal parameter syntax.png" alt="internal parameter syntax.png" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;For more information about Internal Parameter, see&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-How-to-set-Internal-Parameters-and-what-are-they/ta-p/2036183" target="_blank" rel="noopener"&gt;Qlik Replicate: How to set Internal Parameters and what are they for?&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Resume or Reload the task.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3 id="toc-hId-187989873"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Related Content&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;A href="https://help.qlik.com/en-US/replicate/May2021/Content/Replicate/Main/Installation/windows_setup.htm" target="_blank" rel="noopener nofollow noreferrer"&gt;Backup Replicate DATA directory&lt;/A&gt;&amp;nbsp;before you operate the repository&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Another sample&amp;nbsp;&lt;/SPAN&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" title="Replicate - How to create PRIMARY INDEX rather than PRIMARY KEY in Teradata Target DB" href="https://community.qlik.com/t5/Knowledge/Replicate-How-to-create-PRIMARY-INDEX-rather-than-PRIMARY-KEY-in/ta-p/1952113" target="_blank" rel="noopener"&gt;Replicate - How to create PRIMARY INDEX rather than PRIMARY KEY in Teradata Target DB&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Tue, 17 Sep 2024 09:05:37 GMT</pubDate>
    <dc:creator>john_wang</dc:creator>
    <dc:date>2024-09-17T09:05:37Z</dc:date>
    <item>
      <title>Qlik Replicate: How to custom target endpoint syntax</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-How-to-custom-target-endpoint-syntax/ta-p/1957189</link>
      <description>&lt;P&gt;Sometimes the target default endpoint behavior does not meet our needs. This article is useful if we want to modify the default syntax.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, while MySQL is the target endpoint, Qlik Replicate creates a net changes table and uses it in batch apply mode. The net changes table is created with the default engine type "InnoDB" which has limitations while "&lt;SPAN&gt;MyISAM" and does not have the&amp;nbsp;&lt;A href="https://dev.mysql.com/doc/refman/8.0/en/column-count-limit.html" target="_blank" rel="noopener nofollow noreferrer"&gt;Row size too large&lt;/A&gt;&amp;nbsp;limitation in MySQL&lt;/SPAN&gt;.&lt;/P&gt;
&lt;P&gt;The below steps demonstrate how to change the net changes table engine type from "InnoDB" (default) to "MyISAM". After the setup is done, Qlik Replicate will create the net changes table automatically with engine type "MyISAM".&lt;/P&gt;
&lt;H4 id="toc-hId-1962198419"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;Qlik Replicate All supported versions&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3 id="toc-hId--525314414"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Detailed Steps&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;From the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="mc-variable Replicate.Product variable"&gt;Qlik Replicate&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;computer where you want to import the task, open the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="mc-variable Replicate.Product variable"&gt;Qlik Replicate&lt;/SPAN&gt;&amp;nbsp;command line&lt;/STRONG&gt; console by doing the following:&lt;/P&gt;
&lt;P&gt;From the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="ui_item"&gt;Start&lt;/SPAN&gt;&amp;nbsp;&lt;/STRONG&gt;menu, expand&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="ui_item"&gt;&lt;SPAN class="mc-variable Replicate.Product variable"&gt;Qlik Replicate&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and then select&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="ui_item"&gt;&lt;SPAN class="mc-variable Replicate.Product variable"&gt;Qlik Replicate&lt;/SPAN&gt;&amp;nbsp;Command Line&lt;/SPAN&gt;&lt;/STRONG&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A command-line console is displayed with the correct prompt for&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="mc-variable Replicate.Product variable"&gt;Qlik Replicate&lt;/SPAN&gt;.&lt;BR /&gt;&lt;BR /&gt;Alternatively, open a&amp;nbsp;&lt;STRONG&gt;Windows Command Prompt&amp;nbsp;&lt;/STRONG&gt;using&amp;nbsp;&lt;STRONG&gt;As Adinistrator&amp;nbsp;&lt;/STRONG&gt;and change to&amp;nbsp;&lt;SPAN&gt;"&lt;EM&gt;&amp;lt;product dir&amp;gt;\Attunity\Replicate\bin&lt;/EM&gt;" (default location)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;SPAN&gt;Run the following command:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;PRE&gt;repctl.exe getprovidersyntax syntax_name=MySQL &amp;gt; MySQL_MyISAM.json&lt;/PRE&gt;
If the DATA folder is non-default location, add option&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://help.qlik.com/en-US/replicate/Content/Replicate/Main/Installation/windows_setup.htm" target="_blank" rel="nofollow noopener noreferrer"&gt;-d data_directory&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;in the command.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Edit the file &lt;EM&gt;MySQL_MyISAM.json&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;Remove the first line and the latest line and include:&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE&gt;command getprovidersyntax response:&lt;BR /&gt;&lt;BR /&gt;[getprovidersyntax command] Succeeded&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Modify the top few lines:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Original:&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE&gt;"provider_syntax": {
 "name": "MySQL",
 "query_syntax": {&lt;/PRE&gt;
Modified:&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE&gt;"provider_syntax": {&lt;BR /&gt;&lt;STRONG&gt;"name": "MySQL_MyISAM", &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;"repository.provider_syntax": {&lt;/STRONG&gt; &lt;BR /&gt;"name": "&lt;STRONG&gt;MySQL_MyISAM&lt;/STRONG&gt;",&lt;BR /&gt;"query_syntax": {&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Add ENGINE type&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="font-family: inherit;"&gt;ENGINE=MyISAM&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;Original:&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;"create_temporary_table": "CREATE TEMPORARY TABLE ${QO}${TABLE_OWNER}${QC}.${QO}${TABLE_NAME}${QC} ( ${COLUMN_LIST} ) CHARSET=utf8mb4",&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;Modified:&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;"create_temporary_table": "CREATE TEMPORARY TABLE ${QO}${TABLE_OWNER}${QC}.${QO}${TABLE_NAME}${QC} ( ${COLUMN_LIST} ) ENGINE=MyISAM CHARSET=utf8mb4",&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Save changes and move the file to "&lt;EM&gt;C:\Program Files\Attunity\Replicate\data\imports&lt;/EM&gt;", or your custom DATA folder.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Run the following command:&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE&gt;repctl putobject data=MySQL_MyISAM&lt;/PRE&gt;
&lt;BLOCKQUOTE class="quote"&gt;Do not add the additional suffix ".json" in the end of the command as this will cause the command to fail.&lt;/BLOCKQUOTE&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Add the Internal Parameter &lt;STRONG&gt;syntax&amp;nbsp;&lt;/STRONG&gt;to the target endpoint:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;Go to the&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;Endpoint&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;connection&lt;/LI&gt;
&lt;LI&gt;Switch to the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Advanced&amp;nbsp;&lt;/STRONG&gt;tab&lt;/LI&gt;
&lt;LI&gt;Click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Internal Parameters&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Add the parameter: &lt;/SPAN&gt;&lt;STRONG&gt;syntax&lt;/STRONG&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Add the value: &lt;STRONG&gt;MySQL_MyISAM&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="internal parameter syntax.png" style="width: 399px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/171767i273AA4BB60D91046/image-size/large?v=v2&amp;amp;px=999" role="button" title="internal parameter syntax.png" alt="internal parameter syntax.png" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;For more information about Internal Parameter, see&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-How-to-set-Internal-Parameters-and-what-are-they/ta-p/2036183" target="_blank" rel="noopener"&gt;Qlik Replicate: How to set Internal Parameters and what are they for?&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Resume or Reload the task.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3 id="toc-hId-187989873"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Related Content&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;A href="https://help.qlik.com/en-US/replicate/May2021/Content/Replicate/Main/Installation/windows_setup.htm" target="_blank" rel="noopener nofollow noreferrer"&gt;Backup Replicate DATA directory&lt;/A&gt;&amp;nbsp;before you operate the repository&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Another sample&amp;nbsp;&lt;/SPAN&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" title="Replicate - How to create PRIMARY INDEX rather than PRIMARY KEY in Teradata Target DB" href="https://community.qlik.com/t5/Knowledge/Replicate-How-to-create-PRIMARY-INDEX-rather-than-PRIMARY-KEY-in/ta-p/1952113" target="_blank" rel="noopener"&gt;Replicate - How to create PRIMARY INDEX rather than PRIMARY KEY in Teradata Target DB&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 17 Sep 2024 09:05:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-How-to-custom-target-endpoint-syntax/ta-p/1957189</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2024-09-17T09:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate: How to custom target endpoint syntax</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-How-to-custom-target-endpoint-syntax/tac-p/2487612#M14777</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;How can I delete a custom provider syntax? This is not working:&lt;/P&gt;
&lt;PRE&gt;repctl.exe removeprovidersyntax syntax_name=MyCustomSQL &lt;BR /&gt;repctl.exe deleteprovidersyntax syntax_name=MyCustomSQL &lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2024 10:45:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-How-to-custom-target-endpoint-syntax/tac-p/2487612#M14777</guid>
      <dc:creator>micpage</dc:creator>
      <dc:date>2024-10-17T10:45:02Z</dc:date>
    </item>
  </channel>
</rss>

