<?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 Updating ArcGIS Online Feature Services with Python in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/updating-arcgis-online-feature-services-with/m-p/309149#M15534</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just wanted to share a script that I wrote to update multiple feature services that you have published to ArcGIS Online. I took the ESRI script found here and modified&amp;nbsp;&lt;A class="link-titled" href="https://github.com/arcpy/update-hosted-feature-service" title="https://github.com/arcpy/update-hosted-feature-service"&gt;GitHub - arcpy/update-hosted-feature-service: Update and overwrite a hosted feature service on ArcGIS.com&lt;/A&gt;&amp;nbsp; this was a great script to start from, however it only updates one feature service. The script I wrote&amp;nbsp;creates a list of .ini files found in a common folder used to update feature services, then iterates through them to update each f&lt;SPAN&gt;eature services&lt;/SPAN&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Feel free to grab the code I wrote here &lt;A class="link-titled" href="https://github.com/ChristopherLongVT/update-hosted-feature-service" title="https://github.com/ChristopherLongVT/update-hosted-feature-service"&gt;GitHub - ChristopherLongVT/update-hosted-feature-service: Update and overwrite a hosted feature service on ArcGIS.com&lt;/A&gt;&amp;nbsp;&amp;nbsp;and make it better!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, and feel free to shoot me any questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Sep 2016 13:10:10 GMT</pubDate>
    <dc:creator>ChristopherLong</dc:creator>
    <dc:date>2016-09-29T13:10:10Z</dc:date>
    <item>
      <title>Updating ArcGIS Online Feature Services with Python</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/updating-arcgis-online-feature-services-with/m-p/309149#M15534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just wanted to share a script that I wrote to update multiple feature services that you have published to ArcGIS Online. I took the ESRI script found here and modified&amp;nbsp;&lt;A class="link-titled" href="https://github.com/arcpy/update-hosted-feature-service" title="https://github.com/arcpy/update-hosted-feature-service"&gt;GitHub - arcpy/update-hosted-feature-service: Update and overwrite a hosted feature service on ArcGIS.com&lt;/A&gt;&amp;nbsp; this was a great script to start from, however it only updates one feature service. The script I wrote&amp;nbsp;creates a list of .ini files found in a common folder used to update feature services, then iterates through them to update each f&lt;SPAN&gt;eature services&lt;/SPAN&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Feel free to grab the code I wrote here &lt;A class="link-titled" href="https://github.com/ChristopherLongVT/update-hosted-feature-service" title="https://github.com/ChristopherLongVT/update-hosted-feature-service"&gt;GitHub - ChristopherLongVT/update-hosted-feature-service: Update and overwrite a hosted feature service on ArcGIS.com&lt;/A&gt;&amp;nbsp;&amp;nbsp;and make it better!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, and feel free to shoot me any questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2016 13:10:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/updating-arcgis-online-feature-services-with/m-p/309149#M15534</guid>
      <dc:creator>ChristopherLong</dc:creator>
      <dc:date>2016-09-29T13:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Updating ArcGIS Online Feature Services with Python</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/updating-arcgis-online-feature-services-with/m-p/309150#M15535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am running into the following problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;L:\ED\GIS CAD Systems\GIS_Projects\Outage\Python Script Test&amp;gt;update.py&lt;BR /&gt;2019-06-13 09:48 INFO Starting the Service update process...&lt;BR /&gt;2019-06-13 09:48 INFO Creating the general config parser...&lt;BR /&gt;2019-06-13 09:48 INFO Performing the SD file creation and update in ArcGIS Online&lt;BR /&gt;2019-06-13 09:48 INFO Processing took 0 days, 0 hours, 0 minutes and 1 seconds.&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt; File "L:\ED\GIS CAD Systems\GIS_Projects\Outage\Python Script Test\update.py", line 572, in &amp;lt;module&amp;gt;&lt;BR /&gt; tbinfo = traceback.format_tb(tb)[0]&lt;BR /&gt;NameError: name 'traceback' is not defined&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you able to advise what I should do with line 572 in the update.py script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2019 14:50:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/updating-arcgis-online-feature-services-with/m-p/309150#M15535</guid>
      <dc:creator>LauraGiboo</dc:creator>
      <dc:date>2019-06-13T14:50:44Z</dc:date>
    </item>
  </channel>
</rss>

