<?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: Create Replica from Feature Service in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/create-replica-from-feature-service/m-p/427167#M24431</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jake i've had a quick read of the links and they look like they will work, i'll have a play over the next day or so &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Jun 2017 12:38:27 GMT</pubDate>
    <dc:creator>StuartMoore</dc:creator>
    <dc:date>2017-06-05T12:38:27Z</dc:date>
    <item>
      <title>Create Replica from Feature Service</title>
      <link>https://community.esri.com/t5/data-management-questions/create-replica-from-feature-service/m-p/427163#M24427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have a feature service (point feature class and a few related tables) in AGOL can i create a local replica from it, i basically want to play with the data locally and then update a few things and sync any updates back to AGOL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2017 14:28:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-replica-from-feature-service/m-p/427163#M24427</guid>
      <dc:creator>StuartMoore</dc:creator>
      <dc:date>2017-06-02T14:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: Create Replica from Feature Service</title>
      <link>https://community.esri.com/t5/data-management-questions/create-replica-from-feature-service/m-p/427164#M24428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stuart,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can connect to ArcGIS Online from ArcMap and add the hosted feature service from Catalog window &amp;gt; My Hosted Service.&amp;nbsp; Next you can create a local copy for editing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/editing-fundamentals/making-a-local-copy-of-a-service-for-editing.htm" title="http://desktop.arcgis.com/en/arcmap/latest/manage-data/editing-fundamentals/making-a-local-copy-of-a-service-for-editing.htm"&gt;Making a local copy of a feature service for editing—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2017 15:11:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-replica-from-feature-service/m-p/427164#M24428</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2017-06-02T15:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Create Replica from Feature Service</title>
      <link>https://community.esri.com/t5/data-management-questions/create-replica-from-feature-service/m-p/427165#M24429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jake,&lt;/P&gt;&lt;P&gt;thanks for the quick reply i tried that but i get an error, saying it "can't create a local copy" ideally i am looking for a way to do it via python so i can get it to process the data overnight without any intervention&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jun 2017 07:47:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-replica-from-feature-service/m-p/427165#M24429</guid>
      <dc:creator>StuartMoore</dc:creator>
      <dc:date>2017-06-05T07:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Create Replica from Feature Service</title>
      <link>https://community.esri.com/t5/data-management-questions/create-replica-from-feature-service/m-p/427166#M24430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can take a look at this tool to download the service:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/docs/DOC-6496"&gt;Download ArcGIS Online Feature Service or ArcGIS Server Feature/Map Service&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, take a look at these blogs on how to overwrite a service.&amp;nbsp; One way uses python 2.x, and the other uses the new ArcGIS Python API (which uses python 3.x):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://blogs.esri.com/esri/arcgis/2014/01/24/updating-your-hosted-feature-service-for-10-2/" title="https://blogs.esri.com/esri/arcgis/2014/01/24/updating-your-hosted-feature-service-for-10-2/"&gt;https://blogs.esri.com/esri/arcgis/2014/01/24/updating-your-hosted-feature-service-for-10-2/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://blogs.esri.com/esri/arcgis/2017/03/14/updating-your-hosted-feature-services-with-arcgis-pro-and-the-arcgis-api-for-python/" title="https://blogs.esri.com/esri/arcgis/2017/03/14/updating-your-hosted-feature-services-with-arcgis-pro-and-the-arcgis-api-for-python/"&gt;Updating your hosted feature services with ArcGIS Pro and the ArcGIS API for Python | ArcGIS Blog&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jun 2017 11:53:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-replica-from-feature-service/m-p/427166#M24430</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2017-06-05T11:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: Create Replica from Feature Service</title>
      <link>https://community.esri.com/t5/data-management-questions/create-replica-from-feature-service/m-p/427167#M24431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jake i've had a quick read of the links and they look like they will work, i'll have a play over the next day or so &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jun 2017 12:38:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-replica-from-feature-service/m-p/427167#M24431</guid>
      <dc:creator>StuartMoore</dc:creator>
      <dc:date>2017-06-05T12:38:27Z</dc:date>
    </item>
  </channel>
</rss>

