<?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 download data from dashboard in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/cannot-download-data-from-dashboard/m-p/1577598#M41471</link>
    <description>&lt;P&gt;Yes, the export data option is enabled. It is a point layer with about 215k records. Could it be there are just too many records?&lt;/P&gt;&lt;P&gt;In the developer window, I get a couple of warnings:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;[esri.layers.FeatureLayer] Failed to load layer&lt;/LI&gt;&lt;LI&gt;[request:server]: Unable to find ItemInfo for item&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Tue, 21 Jan 2025 21:06:58 GMT</pubDate>
    <dc:creator>RachelK</dc:creator>
    <dc:date>2025-01-21T21:06:58Z</dc:date>
    <item>
      <title>Cannot download data from dashboard</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/cannot-download-data-from-dashboard/m-p/1576579#M41430</link>
      <description>&lt;P&gt;We are using 11.2 and are unable to download data from tables in our dashboards. The enable download option is on for the feature layer, and when we click the little download arrow we see a window that tells us the download has started, but nothing happens. There's no indication in the browser that anything has been downloaded, and there is no .csv in the downloads folder.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is much appreciated!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2025 20:16:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/cannot-download-data-from-dashboard/m-p/1576579#M41430</guid>
      <dc:creator>RachelK</dc:creator>
      <dc:date>2025-01-16T20:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot download data from dashboard</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/cannot-download-data-from-dashboard/m-p/1577282#M41455</link>
      <description>&lt;P&gt;Hi RachelK,&lt;/P&gt;&lt;P&gt;Is this a hosted feature layer with the Export Data option enabled? What sort of feature layer is it (geometry/record count)? Does it work for other feature layers?&lt;/P&gt;&lt;P&gt;What you could do is enable the developer tools in your web browser, go to the network tab and then see what queries/messages appear when you click that download button in the dashboard.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2025 21:31:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/cannot-download-data-from-dashboard/m-p/1577282#M41455</guid>
      <dc:creator>sxw_eaglegis</dc:creator>
      <dc:date>2025-01-20T21:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot download data from dashboard</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/cannot-download-data-from-dashboard/m-p/1577598#M41471</link>
      <description>&lt;P&gt;Yes, the export data option is enabled. It is a point layer with about 215k records. Could it be there are just too many records?&lt;/P&gt;&lt;P&gt;In the developer window, I get a couple of warnings:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;[esri.layers.FeatureLayer] Failed to load layer&lt;/LI&gt;&lt;LI&gt;[request:server]: Unable to find ItemInfo for item&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 21 Jan 2025 21:06:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/cannot-download-data-from-dashboard/m-p/1577598#M41471</guid>
      <dc:creator>RachelK</dc:creator>
      <dc:date>2025-01-21T21:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot download data from dashboard</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/cannot-download-data-from-dashboard/m-p/1577990#M41483</link>
      <description>&lt;P&gt;The size of the layer may have something to do with it, if you open the network tab and click the download button, you'll see something like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sxw_eaglegis_0-1737581571474.png" style="width: 664px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/123802i72AF396B9550ABB1/image-dimensions/664x151?v=v2" width="664" height="151" role="button" title="sxw_eaglegis_0-1737581571474.png" alt="sxw_eaglegis_0-1737581571474.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There's a few requests sent to the layer to create the CSV. If you click on the response tab, it might give you some more info on what the error is, in the above example it successfully created the CSV and returns the resultUrl property with the CSV link, but for you I'd imagine it would have status of error and maybe some other information?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2025 21:36:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/cannot-download-data-from-dashboard/m-p/1577990#M41483</guid>
      <dc:creator>sxw_eaglegis</dc:creator>
      <dc:date>2025-01-22T21:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot download data from dashboard</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/cannot-download-data-from-dashboard/m-p/1578372#M41494</link>
      <description>&lt;P&gt;It appears to just run forever, with multiple requests. Sadly, the response tab has nothing in it, I guess because nothing's happening...&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RachelK_0-1737662057311.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/123878i2EEB2EDC4D97FAA8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RachelK_0-1737662057311.png" alt="RachelK_0-1737662057311.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2025 20:03:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/cannot-download-data-from-dashboard/m-p/1578372#M41494</guid>
      <dc:creator>RachelK</dc:creator>
      <dc:date>2025-01-23T20:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot download data from dashboard</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/cannot-download-data-from-dashboard/m-p/1578983#M41506</link>
      <description>&lt;P&gt;ok yeah it just sits on pending, I guess it times out or fails eventually. I think it would be best if you log a support ticket with Esri and they can help to try and find the cause of the issue and log a bug if necessary.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jan 2025 20:29:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/cannot-download-data-from-dashboard/m-p/1578983#M41506</guid>
      <dc:creator>sxw_eaglegis</dc:creator>
      <dc:date>2025-01-26T20:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot download data from dashboard</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/cannot-download-data-from-dashboard/m-p/1579043#M41509</link>
      <description>&lt;P&gt;Thanks so much for your patience and help with this!&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2025 12:50:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/cannot-download-data-from-dashboard/m-p/1579043#M41509</guid>
      <dc:creator>RachelK</dc:creator>
      <dc:date>2025-01-27T12:50:59Z</dc:date>
    </item>
  </channel>
</rss>

