Getting error 000743: Reconcile failed during replication synchronization, when I try to synchronize a check-out to a distributed geodatabase

463
1
11-13-2019 06:30 PM
AndrewMorgan1
New Contributor II

I am trying to run a script to synchronize changes from a check-out to a sde distributed geodatabase by using arcpy.Synchronize_Changes_management. I constantly get an error stating the reconciliation failed during synchronization. This is despite me explicitly stating in the script that I do not wish to reconcile. See below for the python snippet.

arcpy.SynchronizeChanges_management(Replica_data, replica_name, Parent_gdb, "FROM_GEODATABASE1_TO_2", "IN_FAVOR_OF_GDB1", "BY_OBJECT", "DO_NOT_RECONCILE")

Any help would be appreciated.

0 Kudos
1 Reply
AndrewMorgan1
New Contributor II

Further to this question - upon further investigation I believe this may be related to BUG-000097148 in ArcGIS 10.6, which has been addressed in ArcGIS 10.7.

0 Kudos