urgent! multiversioned oracle geodatabase

1079
6
01-15-2017 04:53 AM
AmrAdel1
New Contributor

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?

0 Kudos
6 Replies
Asrujit_SenGupta
MVP Regular Contributor

Reconcile other user's version with Default.

Automate: use Reconcile tool in a script and schedule as you need.

AmrAdel1
New Contributor

i tried but it creates conflicts with each version (conflicts contains changes)

0 Kudos
ChrisDonohue__GISP
MVP Alum

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

AmrAdel1
New Contributor

good idea i will try to work on  it

0 Kudos
ChrisDonohue__GISP
MVP Alum

Edit - ignore this - just noticed someone else previously posted the information I just found.

Chris Donohue, GISP

0 Kudos
George_Thompson
Esri Frequent Contributor

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.

--- George T.