Select to view content in your preferred language

how to edit and save data in the geodatabese editversion

945
1
09-12-2012 05:49 AM
Labels (1)
RobertZargarian
Deactivated User
Hi
I wonder if it is possible to edit (f.ex. to create feature) in a specifik editversion in versioned geodatabase. I tried to set gdbVersion property on FeatureLayer to my version name but it doesn???t have any efect.

I tested to edit this gdb editversion in ArcMap create a feature and save my edits. Then I connect to this layer in ArcGIS Runtime and with gdbVersion=???myVersion??? property on FeatureLayer. I can´t see my edits.

I tried to use a Edit tools -> Explicit Save Online code and xaml from Rntime WPF samples but i can not save edits even to default version in gdb.

I tried to add simple point layer to get map point koordinats from mounse klick on map and create new point. But got "Unable to complete operation" from myFeatureLayer.SaveEdits() method.

Am I doing something wrong?
It would be grate with a sample.

BR
Robert
0 Kudos
1 Reply
RobertZargarian
Deactivated User
Hi,
Now after lots off tests we came to conclusion that it works exactly as it described above but the problem seems to be when you mix versions of esri programs.
It works fine with:
ArcGIS Server 10.1
ArcGIS SDE 10.1
Oracle 11 g

But doesn�??t work (even to edit to a default version) with
ArcGIS Server 10.1
ArcGIS SDE 9.3.1
Oracle 11 g

But according to in esri version compatibility matrix all basic functionality has to work with those versions.
http://resources.arcgis.com/en/help/main/10.1/index.html#//003n00000008000000
Can somebody from ESRI look at this please?

Best Regards
Robert
0 Kudos