Select to view content in your preferred language

Cannot download data from dashboard

132
6
3 weeks ago
RachelK
Emerging Contributor

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. 

Any help is much appreciated!

0 Kudos
6 Replies
sxw_eaglegis
Esri Contributor

Hi RachelK,

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?

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.

 

0 Kudos
RachelK
Emerging Contributor

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?

In the developer window, I get a couple of warnings:

  • [esri.layers.FeatureLayer] Failed to load layer
  • [request:server]: Unable to find ItemInfo for item
0 Kudos
sxw_eaglegis
Esri Contributor

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:

sxw_eaglegis_0-1737581571474.png

 

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?

0 Kudos
RachelK
Emerging Contributor

It appears to just run forever, with multiple requests. Sadly, the response tab has nothing in it, I guess because nothing's happening...

RachelK_0-1737662057311.png

 

0 Kudos
sxw_eaglegis
Esri Contributor

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. 

0 Kudos
RachelK
Emerging Contributor

Thanks so much for your patience and help with this!

0 Kudos