By default, when a checkout replica is created it is tagged with the owner ID. Because of this you will get a "Synchronize Replica Failed - Version Not Found" error if anyone but the owner tries to synchronized the replica.
I need to allow others to do the synchronization of replicas in my absence.
Is there a way to do this?
A synchronization involves one replica sending data changes and the relative replica receiving changes. Data changes include inserts, updates, and deletes made in the replica version. To perform a synchronization, you must be connected as the same database user as that used to create the replica, or the geodatabase administrator.
What is synchronization?—ArcGIS Help | ArcGIS for Desktop
The geodatabase administrator in SQL Server—Help | ArcGIS for Desktop
The geodatabase administrator in Oracle—Help | ArcGIS for Desktop
Thanks for the info. From what I can see, my options are to have someone else log in as me or have everyone use the same log in. Neither of these are good.