<?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: Overwrite Feature Service Error in GeoAnalytics for Fabric Questions</title>
    <link>https://community.esri.com/t5/geoanalytics-for-fabric-questions/overwrite-feature-service-error/m-p/1634328#M16</link>
    <description>&lt;P&gt;Hi Claire - we are working on reproducing this internally to see if we can figure out what might be happening.&amp;nbsp; Just for a few more details for our testing - is your ~50,000 record dataset points, lines, polygons?&amp;nbsp; If lines or polygons, are they really complex geometries (i.e., lots of vertices) or relatively simple?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you, and I'll let you know if we can recreate this and get some ideas on the issue / how to address it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Sarah.&lt;/P&gt;</description>
    <pubDate>Fri, 18 Jul 2025 20:50:13 GMT</pubDate>
    <dc:creator>SBattersby</dc:creator>
    <dc:date>2025-07-18T20:50:13Z</dc:date>
    <item>
      <title>Overwrite Feature Service Error</title>
      <link>https://community.esri.com/t5/geoanalytics-for-fabric-questions/overwrite-feature-service-error/m-p/1625821#M13</link>
      <description>&lt;P&gt;I am having a reoccurring error with the Spark DataFrameWriter on overwrite mode. I am attempting to overwrite a data layer with ~50,000 records. When I first run the cell, the Feature Service is truncated but no new records are loaded. If I re-run the same cell, the records are loaded to the Feature Service. Has anyone else experienced this error?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2025 16:57:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoanalytics-for-fabric-questions/overwrite-feature-service-error/m-p/1625821#M13</guid>
      <dc:creator>ClaireSullivan</dc:creator>
      <dc:date>2025-06-23T16:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Overwrite Feature Service Error</title>
      <link>https://community.esri.com/t5/geoanalytics-for-fabric-questions/overwrite-feature-service-error/m-p/1627420#M14</link>
      <description>&lt;P&gt;I have not experienced this.&amp;nbsp; Does this happen with one specific dataset or with every dataset that you try? Do you receive an error at all from the first run?&amp;nbsp; If so, can you provide it?&lt;/P&gt;&lt;P&gt;And can you send a code example of what is/isn't working (redacting any credentials or feature service identifiers)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Sarah.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 18:37:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoanalytics-for-fabric-questions/overwrite-feature-service-error/m-p/1627420#M14</guid>
      <dc:creator>SBattersby</dc:creator>
      <dc:date>2025-06-26T18:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Overwrite Feature Service Error</title>
      <link>https://community.esri.com/t5/geoanalytics-for-fabric-questions/overwrite-feature-service-error/m-p/1631765#M15</link>
      <description>&lt;P&gt;So far, I have only been using one dataset. There is no error, the run ends successfully but my dataset in AGOL is truncated instead of the new dataset being uploaded. When I run the cell again, the records are updated in AGOL. I am using this method to update my feature service:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;## upload feature service&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;featureServiceDf&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;write&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;format&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"feature-service"&lt;/SPAN&gt;&lt;SPAN&gt;)\&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; .&lt;/SPAN&gt;&lt;SPAN&gt;option&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"gis"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"myGIS"&lt;/SPAN&gt;&lt;SPAN&gt;)\&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; .&lt;/SPAN&gt;&lt;SPAN&gt;mode&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"overwrite"&lt;/SPAN&gt;&lt;SPAN&gt;)\&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; .&lt;/SPAN&gt;&lt;SPAN&gt;option&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"serviceUrl"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;myURL&lt;/SPAN&gt;&lt;SPAN&gt;)\&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; .&lt;/SPAN&gt;&lt;SPAN&gt;option&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"layerId"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;)\&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; .&lt;/SPAN&gt;&lt;SPAN&gt;save&lt;/SPAN&gt;&lt;SPAN&gt;()&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 09 Jul 2025 19:34:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoanalytics-for-fabric-questions/overwrite-feature-service-error/m-p/1631765#M15</guid>
      <dc:creator>ClaireSullivan</dc:creator>
      <dc:date>2025-07-09T19:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Overwrite Feature Service Error</title>
      <link>https://community.esri.com/t5/geoanalytics-for-fabric-questions/overwrite-feature-service-error/m-p/1634328#M16</link>
      <description>&lt;P&gt;Hi Claire - we are working on reproducing this internally to see if we can figure out what might be happening.&amp;nbsp; Just for a few more details for our testing - is your ~50,000 record dataset points, lines, polygons?&amp;nbsp; If lines or polygons, are they really complex geometries (i.e., lots of vertices) or relatively simple?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you, and I'll let you know if we can recreate this and get some ideas on the issue / how to address it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Sarah.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jul 2025 20:50:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoanalytics-for-fabric-questions/overwrite-feature-service-error/m-p/1634328#M16</guid>
      <dc:creator>SBattersby</dc:creator>
      <dc:date>2025-07-18T20:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Overwrite Feature Service Error</title>
      <link>https://community.esri.com/t5/geoanalytics-for-fabric-questions/overwrite-feature-service-error/m-p/1636191#M17</link>
      <description>&lt;P&gt;Hi Claire,&amp;nbsp;&lt;BR /&gt;We are still investigating the behavior you're seeing, but as a workaround for now could you try the append mode with the truncate option set to True? This would be a good workaround if you don't have any schema changes in your layer. For example:&lt;BR /&gt;&lt;BR /&gt;featureServiceDf.write.format("feature-service")\&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;.option("gis", "myGIS")\&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;.mode("append")\&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;.option("serviceUrl", myURL)\&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;.option("layerId", 0)\&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;.option("truncate", True)\&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;.save()&lt;/P&gt;&lt;P&gt;I'm hoping this will work as expected and not require running the same cell twice to update the layer.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 21:57:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoanalytics-for-fabric-questions/overwrite-feature-service-error/m-p/1636191#M17</guid>
      <dc:creator>NoahSlocum</dc:creator>
      <dc:date>2025-07-24T21:57:03Z</dc:date>
    </item>
  </channel>
</rss>

