Hi everyone,Geodatabases ( .geodatabase files ) created from ArcMap cannot be edited and synced with a feature service. This capability is coming in a future release...hopefully the next one. I hope this is helpful.
Hello, everybody! I really don't how to do...I have the License only for developer, my *.geodatabase is local created by ArcGIS destop.I want to save a new feature to my database, but I really don't know how to do? FeatureTable pFeatureTable = photoLayer.getFeatureTable(); GeodatabaseFeatureTable pGdbFeatureTable = (GeodatabaseFeatureTable) pFeatureTable; // Create a feature with these attributes at the given point GeodatabaseFeature gdbFeature = new GeodatabaseFeature(attr, pGeom, pGdbFeatureTable); // Add the feature into the geodatabase table returning the // new feature ID long fid = pGdbFeatureTable.addFeature(gdbFeature); E/AndroidRuntime(10788): java.lang.RuntimeException: The service does not have "create" capability. E/AndroidRuntime(10788): at com.esri.core.geodatabase.GeodatabaseFeatureTable.nativeAddFeature(Native Method) E/AndroidRuntime(10788): at com.esri.core.geodatabase.GeodatabaseFeatureTable.addFeature(Unknown Source)
Did you specifically create a Runtime Geodatabase? You have to enable ArcGIS Runtime Tools in ArcMap to share as runtime content.
I know, I am not license my app at Stand level, so it's not work...
I also had a problem updating geodatabase in version 10.2.2 - because my geodatabase was created from the ArcMap
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.