How can I change the owner of a checkout replica?

1345
2
01-06-2017 12:38 PM
JamesMoore2
New Contributor II

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?

0 Kudos
2 Replies
Asrujit_SenGupta
MVP Regular Contributor

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 

JamesMoore2
New Contributor II

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.

0 Kudos