in multi-versioned oracle geodatabase i have reconcile and post on one version and updates appear on default version but other users' versions is not updated so; how can i update other versions and is there any way to automate?
Here is the documentation on this: Use Python scripting to batch reconcile and post versions—ArcGIS Help | ArcGIS Desktop
It is a good place to start for automation.
good idea i will try to work on it
A general suggestion - the City I work at automates this by running a Python script at night which Reconciles all versions so as to update them to Default. If any Conflicts arise, it stops and sends a message to the SDE Administrator notifying them of which versions had Conflicts. It is then up to the individual Version owners to resolve these Conflicts. Maybe you could implement the same process? I don't have the Python code for this, but hopefully some GeoNet users can point you towards a sample copy.
Chris Donohue, GISP
i tried but it creates conflicts with each version (conflicts contains changes)
Reconcile other user's version with Default.
Automate: use Reconcile tool in a script and schedule as you need.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.