We noticed that the few datasets that use the new Hosted Downloads on our open data portal are downloading as shapefiles much slower (or even not at all) compared to other datasets using the original download method. All datasets have the proper "Extract" settings configured.
For example: our Parcel dataset downloads quickly as a CSV, GeoJSON, File Geodatabse, etc. However, it will not download as a shapefile.
When inspecting the network calls, the following responses appear:
{
"replicaName": "",
"replicaID": "",
"submissionTime": 1713194227870,
"lastUpdatedTime": 1713194227997,
"status": "ProvisioningReplica",
"recordCount": 0,
"resultUrl": ""
}
A few second later....
{
"replicaName": "",
"replicaID": "",
"submissionTime": 1713194227870,
"lastUpdatedTime": 1713194228057,
"status": "ExportingData",
"recordCount": 0,
"resultUrl": ""
}
A few more seconds later...
{
"replicaName": "",
"replicaID": "",
"submissionTime": 1713194227870,
"lastUpdatedTime": 1713194233507,
"status": "ExportingData",
"recordCount": 500,
"resultUrl": ""
}
A few more seconds later...
{
"replicaName": "",
"replicaID": "",
"submissionTime": 1713194227870,
"lastUpdatedTime": 1713194238980,
"status": "ExportingData",
"recordCount": 1000,
"resultUrl": ""
}
And so forth. Refreshing the page and trying again resets everything.
Given there are 380K records, you can see where this doesn't work.
Has anyone else dealt with this problem or noticed it?