<?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: Cannot Export a Hosted Feature Service to GDB once over 10GB in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/cannot-export-a-hosted-feature-service-to-gdb-once/m-p/1228466#M48715</link>
    <description>&lt;P&gt;This article suggests to export in chunks:&lt;BR /&gt;&lt;A href="https://support.esri.com/en/technical-article/000014156" target="_blank" rel="noopener"&gt;https://support.esri.com/en/technical-article/000014156&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;However I am also having problems exporting... I think it has to do with the size of the chunks which makes scripting this a little more challenging&lt;/P&gt;</description>
    <pubDate>Thu, 03 Nov 2022 19:27:47 GMT</pubDate>
    <dc:creator>TonyDaSilva1</dc:creator>
    <dc:date>2022-11-03T19:27:47Z</dc:date>
    <item>
      <title>Cannot Export a Hosted Feature Service to GDB once over 10GB</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/cannot-export-a-hosted-feature-service-to-gdb-once/m-p/1190834#M46879</link>
      <description>&lt;P&gt;This has been going on for years but I am finally posting since we are totally stuck this year.&lt;/P&gt;&lt;P&gt;We collect a lot of photos.&amp;nbsp; Every year just after the service hits 10GB the Export to GDB starts to fail.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DougBrowning_0-1657291399633.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/45541iF706902F570B879B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DougBrowning_0-1657291399633.png" alt="DougBrowning_0-1657291399633.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It will sit like this Exporting for hours.&amp;nbsp; Then the Export button goes back to not greyed out and clickable again.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DougBrowning_3-1657291631475.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/45544i90125BE913B87C3A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DougBrowning_3-1657291631475.png" alt="DougBrowning_3-1657291631475.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The resulting file that is created is way smaller than it should be.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DougBrowning_2-1657291512027.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/45543iE6B486233E01C00B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DougBrowning_2-1657291512027.png" alt="DougBrowning_2-1657291512027.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Been trying for weeks.&lt;/P&gt;&lt;P&gt;This is also happening in my nightly backup script.&amp;nbsp; It fails on this line every night.&lt;/P&gt;&lt;P&gt;fsLink = gis.content.get(itemId)&lt;BR /&gt;result = fsLink.export("tempOut"+ HFSname, "File Geodatabase")&lt;/P&gt;&lt;P&gt;raise Exception("Could not export item: %s" % self.itemid)&lt;BR /&gt;Exception: Could not export item: 713e3aaef9674e34555555333b618&lt;/P&gt;&lt;P&gt;It fails in arcgis.gis here&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;if&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;wait&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;==&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;True&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;status&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;=&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;"partial"&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;while&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;status&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;!=&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;"completed"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;status&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;=&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;export_item&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;status&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;job_id&lt;/SPAN&gt;&lt;SPAN class=""&gt;=&lt;/SPAN&gt;&lt;SPAN class=""&gt;res&lt;/SPAN&gt;&lt;SPAN class=""&gt;[&lt;/SPAN&gt;&lt;SPAN class=""&gt;"jobId"&lt;/SPAN&gt;&lt;SPAN class=""&gt;],&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;job_type&lt;/SPAN&gt;&lt;SPAN class=""&gt;=&lt;/SPAN&gt;&lt;SPAN class=""&gt;"export"&lt;/SPAN&gt;&lt;SPAN class=""&gt;)&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;if&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;status&lt;/SPAN&gt;&lt;SPAN class=""&gt;[&lt;/SPAN&gt;&lt;SPAN class=""&gt;"status"&lt;/SPAN&gt;&lt;SPAN class=""&gt;]&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;==&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;"failed"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;raise&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Exception&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;"Could&amp;nbsp;not&amp;nbsp;export&amp;nbsp;item:&amp;nbsp;%s"&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;%&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;self&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;itemid&lt;/SPAN&gt;&lt;SPAN class=""&gt;)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;And again it leaves a export file in AGOL that is way too small.&lt;/P&gt;&lt;P&gt;Last year I could get some to download over 10 GB but pretty rare.&amp;nbsp; I also tried using REST in the past but that fails also once the file gets around 10 GB.&lt;/P&gt;&lt;P&gt;Next I took out all layers but photos and that usually works but photos are important to backup.&lt;/P&gt;&lt;P&gt;Most of the time now to get an export I have to make a replica and download that.&amp;nbsp; Not a great option.&lt;/P&gt;&lt;P&gt;Why is it failing at 10GB?&amp;nbsp; Does it have something to do with a AGOL limit - I think photos used to be 10GB.&lt;/P&gt;&lt;P&gt;We really need a nightly backup, and since none is available in AGOL strangely this is the only option.&lt;/P&gt;&lt;P&gt;Appreciate any input.&amp;nbsp; thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 15:00:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/cannot-export-a-hosted-feature-service-to-gdb-once/m-p/1190834#M46879</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2022-07-08T15:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Export a Hosted Feature Service to GDB once over 10GB</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/cannot-export-a-hosted-feature-service-to-gdb-once/m-p/1228466#M48715</link>
      <description>&lt;P&gt;This article suggests to export in chunks:&lt;BR /&gt;&lt;A href="https://support.esri.com/en/technical-article/000014156" target="_blank" rel="noopener"&gt;https://support.esri.com/en/technical-article/000014156&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;However I am also having problems exporting... I think it has to do with the size of the chunks which makes scripting this a little more challenging&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 19:27:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/cannot-export-a-hosted-feature-service-to-gdb-once/m-p/1228466#M48715</guid>
      <dc:creator>TonyDaSilva1</dc:creator>
      <dc:date>2022-11-03T19:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Export a Hosted Feature Service to GDB once over 10GB</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/cannot-export-a-hosted-feature-service-to-gdb-once/m-p/1228491#M48719</link>
      <description>&lt;P&gt;I'm not quite that large yet, but have had some issues with incomplete or errors on exporting my hosted feature layer.&lt;/P&gt;&lt;P&gt;However, so far, using the&amp;nbsp;arcpy.management.Append to append the hosted feature data to a local geodatabase has been working fine so far.&amp;nbsp; Takes a long time, but seems to work better than my export attempts.&lt;/P&gt;&lt;P&gt;R_&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 20:04:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/cannot-export-a-hosted-feature-service-to-gdb-once/m-p/1228491#M48719</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2022-11-03T20:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Export a Hosted Feature Service to GDB once over 10GB</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/cannot-export-a-hosted-feature-service-to-gdb-once/m-p/1228499#M48720</link>
      <description>&lt;P&gt;Yes we are doing some exports now using Feature Class to Feature class or even copy paste in Pro.&lt;/P&gt;&lt;P&gt;In most cases though we have 30-40 layer and tables plus 30 some relationship classes so it falls apart.&lt;/P&gt;&lt;P&gt;I do have some running until 18 GB so I am not sure why some have an issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have found that cleaning up any old replicas helps. Has anyone seen things like this help?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 20:19:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/cannot-export-a-hosted-feature-service-to-gdb-once/m-p/1228499#M48720</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2022-11-03T20:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Export a Hosted Feature Service to GDB once over 10GB</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/cannot-export-a-hosted-feature-service-to-gdb-once/m-p/1587963#M63736</link>
      <description>&lt;P&gt;Hi Doug - did you end up figuring out a programmatic solution for this?&amp;nbsp; We have 42 clients, each with between 10 and 200 feature services we need to backup, and our Python scripts all fail in the same way.&amp;nbsp; Considering using a script to use the REST API to create replicas and manually download them but not sure if that would have the same pitfalls as the Python API.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;Aidan&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2025 14:33:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/cannot-export-a-hosted-feature-service-to-gdb-once/m-p/1587963#M63736</guid>
      <dc:creator>AidanDonnelly</dc:creator>
      <dc:date>2025-02-21T14:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Export a Hosted Feature Service to GDB once over 10GB</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/cannot-export-a-hosted-feature-service-to-gdb-once/m-p/1591251#M63869</link>
      <description>&lt;P&gt;My bug was marked as fixed and it has been better.&amp;nbsp; I have found it works better late at night.&amp;nbsp; For now we took out any layers with photos, and its is much smaller download so we have been ok.&amp;nbsp; Then I just do photos one a week.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2025 16:29:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/cannot-export-a-hosted-feature-service-to-gdb-once/m-p/1591251#M63869</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2025-03-03T16:29:15Z</dc:date>
    </item>
  </channel>
</rss>

