Create Replica Failed HELP!

3446
3
05-03-2013 07:30 AM
JuliaDalton
New Contributor
I'm am trying to create new replicas for our new 10.1 Geodatabase. All data is registered as versioned and I have added Global ID's. I am creating a One Way Parent to Child Replica....Register Existing Data only....

I keep getting this error: Create Replica Failed
                                     The item was not found
                                     Version not found [DBO.sync__send_593_0] (the number changes everytime)

Any suggestions??
0 Kudos
3 Replies
MarcoBoeringa
MVP Regular Contributor
I'm am trying to create new replicas for our new 10.1 Geodatabase. All data is registered as versioned and I have added Global ID's. I am creating a One Way Parent to Child Replica....Register Existing Data only....

I keep getting this error: Create Replica Failed
                                     The item was not found
                                     Version not found [DBO.sync__send_593_0] (the number changes everytime)

Any suggestions??


Was this database upgraded from an earlier versions of ArcGIS? I do see a couple of known and fixed issues listed with the same "Version not found" error on the ESRI website concerning replication:

Bug:  Upgrading geodatabases with replicas to version 10 causes the synchronization process to fail


ArcGIS 10.0 (Desktop, Engine, Server) Geodatabase Replication Upgrade Patch

It may be time to call ESRI technical support...

Anyway, maybe this Forum thread is of some help:
http://forums.arcgis.com/threads/44790-Synchronize-Replica-Failed-Version-not-found-issue

And maybe this is of some help, see the text below from this help page with error messages from ArcSDE:

Version not found (-126)

"The specified geodatabase version does not exist for this geodatabase. Be sure the geodatabase version you specified is valid for the geodatabase to which you are connecting.

This is most often encountered when connecting to a dbo-schema geodatabase in SQL Server. In these geodatabases, the DEFAULT version is owned by dbo, not sde; therefore, to connect to the default version, you must specify dbo.DEFAULT."


Is your parent database DBO owned (are the SDE system tables in the DBO schema)?
0 Kudos
MarcoBoeringa
MVP Regular Contributor
Besides installing SP1 for 10.1, there is also a patch you probably want to install. Although you didn't mention it, I assume you are running SQL Server based on the "DBO" type error. It is always good practice to mention all the details of the platform you are working with here on the forums. There is a patch for 10.1 that adresses an issue with replication:

ArcGIS 10.1 SP1 for (Desktop, Engine, Server) SQL Server 2012 Support Patch
http://support.esri.com/en/downloads/patches-servicepacks/view/productid/160/metaid/1954

The issue described is not yours, but might be related. Can't hurt to install the patch.
0 Kudos
HeatherMcCracken
Esri Contributor
Can you make sure you are connecting to the target workspace as the owner of the data on the target?

When using the Register existing data only option, we require that you are connected as the owner of the data.
For example - if the data is owned by Gary, but you are connecting as Heather, the create replica will not be able to find the data owned by Gary and may fail.
0 Kudos