How to save edits in the SDE (oracle) from viewer inputs?
Folks,
Loving the new workflow5. I was trying to find some examples where end users will alter shapes in the viewer layer (which is arcgis server layer backed by the SDE layer) and the changes will 'commit' in the SDE. Is it possible yet in workflow5? I believe I could do this in the on-prem workflow without much fuss, but we are transitioning to workflow5 now due to Enterprise ArcGIS migration.
Any demo workflow, schematics will be helpful. Also I am trying not to re-invent the wheel when it is already invented. Appreciate your help in this matter.
Thanks,
Deep N Bhari
ConocoPhillips
-
In most cases I'd recommend to use an ArcGIS Server FeatureService that exposes the SDE featureclasses. In a (client) workflow, you can then use the Add | Delete | Update Features activities to access that service.
If for some reason you really need to access the SDE data directly (i.e. without ArcGIS Server), you would need a server-side workflow, and probably a custom activity that connects to the database in some way.
0 -
Berend,
Thanks for your quick reply. Can you clarify a bit regarding the ArcGIS Server FeatureService for my understanding. I believe what you are saying is that the AGS FeatureService that exposes the SDE featureclasses and the map layers that I published in ArcGIS server for consumption by the GCX site are the same.
If true then my work looks lot less daunting than I was worried about previously. Again please feel free to share your thoughts and thank you for your inputs.
Deep
?
0 -
It depends on how the service was published. It is possible to publish to ArcGIS Server (or ArcGIS Online), and have the data copied with the service. In that case, edits in the feature layer will not be reflected in your local data.
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
3 Kommentare