<?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 How to import an endpoint into Qlik Replicate in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-import-an-endpoint-into-Qlik-Replicate/ta-p/2125530</link>
    <description>&lt;P&gt;There has always been a noticeable gap in Qlik Replicate, where users had no means of importing just an endpoint into Qlik Replicate. This article provides a workaround to that limitation.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;To start creating an endpoint, it is advisable to prototype something the product generates. &lt;BR /&gt;&lt;BR /&gt;Create a dummy task with a dummy endpoint (source or target) which resembles the endpoint you wish to import. This task or endpoint does not have to be perfectly filled out. See example below:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="example endpoint.png" style="width: 713px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/117692iFF0139C0B31710F2/image-size/large?v=v2&amp;amp;px=999" role="button" title="example endpoint.png" alt="example endpoint.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Once the dummy task has been set up, &lt;STRONG&gt;export&amp;nbsp;&lt;/STRONG&gt;the task. See &lt;A href="https://help.qlik.com/en-US/replicate/May2023/Content/Global_Common/Content/SharedEMReplicate/Design%20Tasks/Export_Tasks.htm" target="_blank" rel="noopener"&gt;Exporting tasks&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Open the resulting JSON file. See &lt;A href="https://help.qlik.com/en-US/replicate/May2023/Content/Global_Common/Content/SharedEMReplicate/Design%20Tasks/tasks_editExport.htm" target="_blank" rel="noopener"&gt;Editing an exported (json) file&lt;/A&gt;.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;SPAN&gt;You will only need the following definitions from the task JSON payload:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;The &lt;FONT face="courier new,courier"&gt;"cmd.replication_definition"."databases"&lt;/FONT&gt;&lt;SPAN&gt;&lt;SPAN&gt; group and a &lt;FONT face="courier new,courier"&gt;"_version"&lt;/FONT&gt; member:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;LI-CODE lang="markup"&gt;{
	"cmd.replication_definition":	{
		"databases":	[{
		...
			}]
	},
	"_version":	{
		...
	}
}&lt;/LI-CODE&gt;&lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;Create the JSON definitions of the endpoint following the example below.&amp;nbsp;&lt;EM&gt;This will be the endpoint you import.&amp;nbsp;&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;BLOCKQUOTE class="quote"&gt;Verify that your endpoint name is correct.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE class="quote"&gt;You may want to skip entering the password and add it later through the user interface. Inputting the password in the JSON is in plain text.&lt;/BLOCKQUOTE&gt;
&lt;LI-CODE lang="markup"&gt;{
	"cmd.replication_definition":	{
		"databases":	[{
				"name":	"DB2z_Source",
				"description":	"",
				"role":	"SOURCE",
				"is_licensed":	true,
				"type_id":	"DB2ZOS_NATIVE_COMPONENT_TYPE",
				"db_settings":	{
					"$type":	"Db2zosSettings",
					"additionalConnectionProperties":	"MaryHad=aLittleLamb",
					"username":	"dimae",
					"databaseAlias":	"DBALIAS",
					"server":	"lpardns.mydomain.com",
					"port":	5035,
					"databaseName":	"LOCATION",
					"CCSIDMapping":	"234,ibm-p100-2345",
					"ifi306SpName":	"R4Z_UDF_ALL_NEW"
				},
				"override_properties":	{
				}
			}]
	},
	"_version":	{
		"version":	"2023.5.0.213",
		"version_major":	2023,
		"version_minor":	5,
		"version_revision":	213
	}
}&lt;/LI-CODE&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Save this content as a &lt;FONT face="courier new,courier"&gt;.JSON&lt;/FONT&gt; file. We recommend the &lt;FONT face="courier new,courier"&gt;/data/imports&lt;/FONT&gt; folder to make the import command simpler, but any folder and drive your user has access to can be used.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Import the definitions into the Qlik Replicate server. &lt;BR /&gt;&lt;BR /&gt;You can do so using either:&lt;/SPAN&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://help.qlik.com/en-US/enterprise-manager/May2023/Content/EnterpriseManager/EnterpriseManager_APIGuide/NetAPI/api_importAll.htm" target="_blank" rel="noopener"&gt;Qlik Enterprise Manager API&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://help.qlik.com/en-US/enterprise-manager/Content/EnterpriseManager/Main/Tasks/Export.htm" target="_self"&gt;Qlik Enterprise Manager&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://help.qlik.com/en-US/replicate/May2023/Content/Global_Common/Content/SharedEMReplicate/Design%20Tasks/Import_Tasks.htm#Importing%20tasks" target="_blank" rel="noopener"&gt;Qlik Replicate&lt;/A&gt;&lt;SPAN&gt; UI,&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;repctl&amp;nbsp;&lt;/FONT&gt;&lt;SPAN&gt;&lt;SPAN&gt;CLI&amp;nbsp; command (on Windows):&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;LI-CODE lang="markup"&gt;repctl importrepository json_file=NAMEOFFILE.JSON folder_name=DRIVE:\FOLDER&lt;/LI-CODE&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp;&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Related Content&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;A href="https://help.qlik.com/en-US/replicate/May2023/Content/Global_Common/Content/SharedEMReplicate/Design%20Tasks/tasks_editExport.htm#Editing%20an%20exported%20(json)%20file" target="_blank" rel="noopener"&gt;Editing an exported (json) file&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/enterprise-manager/May2023/Content/EnterpriseManager/EnterpriseManager_APIGuide/NetAPI/api_importAll.htm" target="_blank" rel="noopener"&gt;ImportAll | Enterprise Manager API&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/enterprise-manager/Content/EnterpriseManager/Main/Tasks/Export.htm" target="_blank" rel="noopener"&gt;Exporting and importing tasks&lt;/A&gt;&lt;BR /&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://help.qlik.com/en-US/replicate/Content/Global_Common/Content/SharedEMReplicate/Design%20Tasks/Import_Tasks.htm#Importing%20tasks" target="_blank" rel="noopener"&gt;Importing tasks&lt;/A&gt;&lt;/P&gt;
&lt;H4&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&lt;/LI&gt;
&lt;LI&gt;Qlik Enterprise Manager&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="font-style: italic;"&gt;The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 07 Oct 2023 10:11:17 GMT</pubDate>
    <dc:creator>dima_etkin</dc:creator>
    <dc:date>2023-10-07T10:11:17Z</dc:date>
    <item>
      <title>How to import an endpoint into Qlik Replicate</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-import-an-endpoint-into-Qlik-Replicate/ta-p/2125530</link>
      <description>&lt;P&gt;There has always been a noticeable gap in Qlik Replicate, where users had no means of importing just an endpoint into Qlik Replicate. This article provides a workaround to that limitation.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;To start creating an endpoint, it is advisable to prototype something the product generates. &lt;BR /&gt;&lt;BR /&gt;Create a dummy task with a dummy endpoint (source or target) which resembles the endpoint you wish to import. This task or endpoint does not have to be perfectly filled out. See example below:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="example endpoint.png" style="width: 713px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/117692iFF0139C0B31710F2/image-size/large?v=v2&amp;amp;px=999" role="button" title="example endpoint.png" alt="example endpoint.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Once the dummy task has been set up, &lt;STRONG&gt;export&amp;nbsp;&lt;/STRONG&gt;the task. See &lt;A href="https://help.qlik.com/en-US/replicate/May2023/Content/Global_Common/Content/SharedEMReplicate/Design%20Tasks/Export_Tasks.htm" target="_blank" rel="noopener"&gt;Exporting tasks&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Open the resulting JSON file. See &lt;A href="https://help.qlik.com/en-US/replicate/May2023/Content/Global_Common/Content/SharedEMReplicate/Design%20Tasks/tasks_editExport.htm" target="_blank" rel="noopener"&gt;Editing an exported (json) file&lt;/A&gt;.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;SPAN&gt;You will only need the following definitions from the task JSON payload:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;The &lt;FONT face="courier new,courier"&gt;"cmd.replication_definition"."databases"&lt;/FONT&gt;&lt;SPAN&gt;&lt;SPAN&gt; group and a &lt;FONT face="courier new,courier"&gt;"_version"&lt;/FONT&gt; member:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;LI-CODE lang="markup"&gt;{
	"cmd.replication_definition":	{
		"databases":	[{
		...
			}]
	},
	"_version":	{
		...
	}
}&lt;/LI-CODE&gt;&lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;Create the JSON definitions of the endpoint following the example below.&amp;nbsp;&lt;EM&gt;This will be the endpoint you import.&amp;nbsp;&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;BLOCKQUOTE class="quote"&gt;Verify that your endpoint name is correct.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE class="quote"&gt;You may want to skip entering the password and add it later through the user interface. Inputting the password in the JSON is in plain text.&lt;/BLOCKQUOTE&gt;
&lt;LI-CODE lang="markup"&gt;{
	"cmd.replication_definition":	{
		"databases":	[{
				"name":	"DB2z_Source",
				"description":	"",
				"role":	"SOURCE",
				"is_licensed":	true,
				"type_id":	"DB2ZOS_NATIVE_COMPONENT_TYPE",
				"db_settings":	{
					"$type":	"Db2zosSettings",
					"additionalConnectionProperties":	"MaryHad=aLittleLamb",
					"username":	"dimae",
					"databaseAlias":	"DBALIAS",
					"server":	"lpardns.mydomain.com",
					"port":	5035,
					"databaseName":	"LOCATION",
					"CCSIDMapping":	"234,ibm-p100-2345",
					"ifi306SpName":	"R4Z_UDF_ALL_NEW"
				},
				"override_properties":	{
				}
			}]
	},
	"_version":	{
		"version":	"2023.5.0.213",
		"version_major":	2023,
		"version_minor":	5,
		"version_revision":	213
	}
}&lt;/LI-CODE&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Save this content as a &lt;FONT face="courier new,courier"&gt;.JSON&lt;/FONT&gt; file. We recommend the &lt;FONT face="courier new,courier"&gt;/data/imports&lt;/FONT&gt; folder to make the import command simpler, but any folder and drive your user has access to can be used.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Import the definitions into the Qlik Replicate server. &lt;BR /&gt;&lt;BR /&gt;You can do so using either:&lt;/SPAN&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://help.qlik.com/en-US/enterprise-manager/May2023/Content/EnterpriseManager/EnterpriseManager_APIGuide/NetAPI/api_importAll.htm" target="_blank" rel="noopener"&gt;Qlik Enterprise Manager API&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://help.qlik.com/en-US/enterprise-manager/Content/EnterpriseManager/Main/Tasks/Export.htm" target="_self"&gt;Qlik Enterprise Manager&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://help.qlik.com/en-US/replicate/May2023/Content/Global_Common/Content/SharedEMReplicate/Design%20Tasks/Import_Tasks.htm#Importing%20tasks" target="_blank" rel="noopener"&gt;Qlik Replicate&lt;/A&gt;&lt;SPAN&gt; UI,&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;repctl&amp;nbsp;&lt;/FONT&gt;&lt;SPAN&gt;&lt;SPAN&gt;CLI&amp;nbsp; command (on Windows):&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;LI-CODE lang="markup"&gt;repctl importrepository json_file=NAMEOFFILE.JSON folder_name=DRIVE:\FOLDER&lt;/LI-CODE&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp;&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Related Content&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;A href="https://help.qlik.com/en-US/replicate/May2023/Content/Global_Common/Content/SharedEMReplicate/Design%20Tasks/tasks_editExport.htm#Editing%20an%20exported%20(json)%20file" target="_blank" rel="noopener"&gt;Editing an exported (json) file&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/enterprise-manager/May2023/Content/EnterpriseManager/EnterpriseManager_APIGuide/NetAPI/api_importAll.htm" target="_blank" rel="noopener"&gt;ImportAll | Enterprise Manager API&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/enterprise-manager/Content/EnterpriseManager/Main/Tasks/Export.htm" target="_blank" rel="noopener"&gt;Exporting and importing tasks&lt;/A&gt;&lt;BR /&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://help.qlik.com/en-US/replicate/Content/Global_Common/Content/SharedEMReplicate/Design%20Tasks/Import_Tasks.htm#Importing%20tasks" target="_blank" rel="noopener"&gt;Importing tasks&lt;/A&gt;&lt;/P&gt;
&lt;H4&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&lt;/LI&gt;
&lt;LI&gt;Qlik Enterprise Manager&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="font-style: italic;"&gt;The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Oct 2023 10:11:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-import-an-endpoint-into-Qlik-Replicate/ta-p/2125530</guid>
      <dc:creator>dima_etkin</dc:creator>
      <dc:date>2023-10-07T10:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to import an endpoint into Qlik Replicate</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-import-an-endpoint-into-Qlik-Replicate/tac-p/2133116#M10566</link>
      <description>&lt;P&gt;Is this applicable to version&amp;nbsp;2022.11.0.394? Me and my colleagues can't make this procedure work. We are having issues with the JSON file (We tried via GUI and REST API ImportAll). Below is our JSON file contents:&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp;{&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "cmd.replication_definition": {&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "databases": [{&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "name": "Test_Endpoint_via_API",&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "role": "TARGET",&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "is_licensed": true,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "type_id": "GOOGLE_STORAGE_COMPONENT_TYPE",&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "db_settings": {&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "type": "GooglestorageSettings",&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "addColumnName": true,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "cdcMaxBatchInterval": 900,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "createMetadata": true,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "fileFormat": "JSON",&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "jsonCredentials": "",&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "bucketName": "nonprod-dev-lakehouse",&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "bucketFolder": "LINX/",&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "proxyHost": "wsgproxydtl.abc.int",&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "proxyPort": 3128,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "proxyScheme": "HTTP",&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "useProxyServer": true&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "override_properties": {&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; }]&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "_version": {&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "version": "2022.11.0.394",&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "version_major": 2022,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "version_minor": 11,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "version_revision": 394&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/DIV&gt;</description>
      <pubDate>Tue, 31 Oct 2023 02:29:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-import-an-endpoint-into-Qlik-Replicate/tac-p/2133116#M10566</guid>
      <dc:creator>alvinj</dc:creator>
      <dc:date>2023-10-31T02:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to import an endpoint into Qlik Replicate</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-import-an-endpoint-into-Qlik-Replicate/tac-p/2142520#M10792</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/252576"&gt;@alvinj&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;The solution was tested from Replicate on V23.05.(both via UI and CLI)&lt;/P&gt;
&lt;P&gt;Latest tests from QEM show that the same approach is not currently supported via the QEM UI nor the APIs.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Dima&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2023 16:43:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-import-an-endpoint-into-Qlik-Replicate/tac-p/2142520#M10792</guid>
      <dc:creator>dima_etkin</dc:creator>
      <dc:date>2023-11-29T16:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to import an endpoint into Qlik Replicate</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-import-an-endpoint-into-Qlik-Replicate/tac-p/2143104#M10805</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/119061"&gt;@dima_etkin&lt;/a&gt;&amp;nbsp;, thank you for the reply!&lt;/P&gt;
&lt;P&gt;Quick question on the 2nd statement "&lt;SPAN&gt;Latest tests from QEM show that the same approach is not currently supported via the QEM UI nor the APIs." &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Does this refer to the latest QEM version from November 2023?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 01:46:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-import-an-endpoint-into-Qlik-Replicate/tac-p/2143104#M10805</guid>
      <dc:creator>JOliv221</dc:creator>
      <dc:date>2023-12-01T01:46:12Z</dc:date>
    </item>
  </channel>
</rss>

