I'm in the process of upgrading all of our automated data maintenance Python scripts from 2.7 to 3.x. In our current setup, we have two cases where the parent SDE GDB has a geometric network in one more more dataset, but the child replicas do not. Syncing works fine in 2.7, but in 3.x, I get the following error message:
ERROR 003131: Replicas containing geometric networks, parcel fabrics, or cadastral fabrics are not supported
Has anyone else had an issue using arcpy.management.SynchronizeChanges on an existing replica when running the tool in Python 3?