laptop and a wrench

Bug

The GenerateGeodatabase object does not download the stand alone table if the table ID is defined in the GenerateGeodatabaseParameters object.

Last Published: November 25, 2016 ArcGIS Runtime SDK
Bug ID Number BUG-000097280
SubmittedJune 17, 2016
Last ModifiedJune 5, 2024
Applies toArcGIS Runtime SDK
Version found10.2.6
Operating SystemWindows OS
Operating System Version7.0 64 Bit
StatusNon-Reproducible

Additional Information

This code is working as designed.

Workaround

If the IDs are defined in the onClicked event as below, it downloads all stand alone tables and layers onClicked: { generateGeodatabaseParameters.initialize(serviceInfoTask.featureServiceInfo); generateGeodatabaseParameters.extent = mainMap.extent; // generateGeodatabaseParameters.layerIds = [0,6,9,11,12,13,14,15,16,17,18,19,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,58,60] ; generateGeodatabaseParameters.returnAttachments = false; statusText.text = "Starting generate geodatabase task"; geodatabaseSyncTask.generateGeodatabase(generateGeodatabaseParameters, gdbPath); }

Steps to Reproduce

Bug ID: BUG-000097280

Software:

  • ArcGIS Runtime SDK

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options