Select to view content in your preferred language

Checkin Failed with Replication Enabled for the Dataset.

2130
1
06-14-2010 01:56 AM
prabusankarsubramaniam
Emerging Contributor
Hi,

I am running in to a problem after i have added GlobalID to a dataset(four Feature Classes) (ex. X). Replication done once. The same dataset is been checked out for editing by another user some other time which is working fine. Once done the user tried to checkin but when running on the line ICheckin.CheckinFromGDB2() method it throws an exception with Error Code : -214721602. For which the FDO error constant is FDO_E_SE_DB_IO_ERROR. Since from Replication is done no checkout is able to checkin back with the CheckinFromGDB2 method.

Is it a ESRI bug? Any Patches need to apply to overcome this wierd issue?

Anyone faced this kind of issue have any workarounds?

Thanks in Advance
0 Kudos
1 Reply
MilesWacker
Emerging Contributor
Yeah, the workaround I've used when having check-in problems.  Re-checkout your data.  With the checkout data, start an ArcMap Edit session, delete all records, then use the object loader to load your edited data into the checkout data.  Checkin the data, it will see it as all deletes and adds so you really can't see the changes, if you have multiple editing users this is not what you want to do.  In our case we had multiple users but they were assigned a specific area so we could just drop/add that area...
0 Kudos