<?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 manually upgrading an Endpoint server for Replicate in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-manually-upgrading-an-Endpoint-server-for-Replicate/ta-p/1736061</link>
    <description>&lt;DIV&gt;
&lt;P&gt;Steps for manually upgrading an Endpoint server:&lt;/P&gt;
&lt;OL&gt;
&lt;LI data-aria-posinset="1" data-aria-level="1"&gt;Stop AttunityReplicateServer and AttunityReplicateConsole services.&amp;nbsp;&amp;nbsp;&lt;/LI&gt;
&lt;LI data-aria-posinset="2" data-aria-level="1"&gt;Make sure that the endpoint server java.exe is not running.  If it is, kill it.&amp;nbsp;&amp;nbsp;&lt;/LI&gt;
&lt;LI data-aria-posinset="3" data-aria-level="1"&gt;Open a cmd.exe window as Administrator. (cd $QLIK_REPLICATE_INSTALL_ROOT\bin)&amp;nbsp;&lt;/LI&gt;
&lt;LI data-aria-posinset="4" data-aria-level="1"&gt;repctl exportrepository - This will create the file $QLIK_REPLICATE_INSTALL_ROOT\data\imports\Replication_Definition.json&amp;nbsp;&lt;/LI&gt;
&lt;LI data-aria-posinset="5" data-aria-level="1"&gt;Open the Replication_Definition.json in a text editor and look for the section for the Local Endpoint Server.&amp;nbsp;&amp;nbsp;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt; &lt;STRONG&gt;  The section will be like this:&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;  &lt;/P&gt;
&lt;LI-CODE lang="markup"&gt; "endpoint_servers": [{ 

           "name": "Local", 

           "host": "localhost", 

           "port": 3560, 

           "password": "{ZASomeRandomLettersAndNumbersHereXXXXXXXXXXXXXXXXXXX}", 

           ... 

       }] &lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp; &lt;STRONG&gt;&amp;nbsp;Edit the password for that section, by changing it to say:&amp;nbsp;&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;   "endpoint_servers": [{ 

           "name": "Local", 

           "host": "localhost", 

           "port": 3560, 

           "password": "secretpassword", 

           ... 

       }] &lt;/LI-CODE&gt;
&lt;OL&gt;
&lt;LI data-aria-posinset="7" data-aria-level="1"&gt;repctl importrepository json_file=Replication_Definition&amp;nbsp;&lt;/LI&gt;
&lt;LI data-aria-posinset="8" data-aria-level="1"&gt;In Windows file explorer, rename the folder $QLIK_REPLICATE_INSTALL_ROOT\data\endpoint_srv\data to old.data&amp;nbsp;&lt;/LI&gt;
&lt;LI data-aria-posinset="9" data-aria-level="1"&gt;Start AttunityReplicateServer and AttunityReplicateConsole services.&amp;nbsp;&amp;nbsp;&lt;/LI&gt;
&lt;LI data-aria-posinset="10" data-aria-level="1"&gt;Log into Replicate in the browser and your local endpoint server should have a green checkmark next to it for Status and it should list the Mongo and Salesforce endpoint types on the right side when you select it&lt;/LI&gt;
&lt;/OL&gt;
&lt;/DIV&gt;</description>
    <pubDate>Tue, 09 Feb 2021 18:09:41 GMT</pubDate>
    <dc:creator>David_Fergen</dc:creator>
    <dc:date>2021-02-09T18:09:41Z</dc:date>
    <item>
      <title>How to manually upgrading an Endpoint server for Replicate</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-manually-upgrading-an-Endpoint-server-for-Replicate/ta-p/1736061</link>
      <description>&lt;DIV&gt;
&lt;P&gt;Steps for manually upgrading an Endpoint server:&lt;/P&gt;
&lt;OL&gt;
&lt;LI data-aria-posinset="1" data-aria-level="1"&gt;Stop AttunityReplicateServer and AttunityReplicateConsole services.&amp;nbsp;&amp;nbsp;&lt;/LI&gt;
&lt;LI data-aria-posinset="2" data-aria-level="1"&gt;Make sure that the endpoint server java.exe is not running.  If it is, kill it.&amp;nbsp;&amp;nbsp;&lt;/LI&gt;
&lt;LI data-aria-posinset="3" data-aria-level="1"&gt;Open a cmd.exe window as Administrator. (cd $QLIK_REPLICATE_INSTALL_ROOT\bin)&amp;nbsp;&lt;/LI&gt;
&lt;LI data-aria-posinset="4" data-aria-level="1"&gt;repctl exportrepository - This will create the file $QLIK_REPLICATE_INSTALL_ROOT\data\imports\Replication_Definition.json&amp;nbsp;&lt;/LI&gt;
&lt;LI data-aria-posinset="5" data-aria-level="1"&gt;Open the Replication_Definition.json in a text editor and look for the section for the Local Endpoint Server.&amp;nbsp;&amp;nbsp;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt; &lt;STRONG&gt;  The section will be like this:&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;  &lt;/P&gt;
&lt;LI-CODE lang="markup"&gt; "endpoint_servers": [{ 

           "name": "Local", 

           "host": "localhost", 

           "port": 3560, 

           "password": "{ZASomeRandomLettersAndNumbersHereXXXXXXXXXXXXXXXXXXX}", 

           ... 

       }] &lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp; &lt;STRONG&gt;&amp;nbsp;Edit the password for that section, by changing it to say:&amp;nbsp;&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;   "endpoint_servers": [{ 

           "name": "Local", 

           "host": "localhost", 

           "port": 3560, 

           "password": "secretpassword", 

           ... 

       }] &lt;/LI-CODE&gt;
&lt;OL&gt;
&lt;LI data-aria-posinset="7" data-aria-level="1"&gt;repctl importrepository json_file=Replication_Definition&amp;nbsp;&lt;/LI&gt;
&lt;LI data-aria-posinset="8" data-aria-level="1"&gt;In Windows file explorer, rename the folder $QLIK_REPLICATE_INSTALL_ROOT\data\endpoint_srv\data to old.data&amp;nbsp;&lt;/LI&gt;
&lt;LI data-aria-posinset="9" data-aria-level="1"&gt;Start AttunityReplicateServer and AttunityReplicateConsole services.&amp;nbsp;&amp;nbsp;&lt;/LI&gt;
&lt;LI data-aria-posinset="10" data-aria-level="1"&gt;Log into Replicate in the browser and your local endpoint server should have a green checkmark next to it for Status and it should list the Mongo and Salesforce endpoint types on the right side when you select it&lt;/LI&gt;
&lt;/OL&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 09 Feb 2021 18:09:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-manually-upgrading-an-Endpoint-server-for-Replicate/ta-p/1736061</guid>
      <dc:creator>David_Fergen</dc:creator>
      <dc:date>2021-02-09T18:09:41Z</dc:date>
    </item>
  </channel>
</rss>

