Unable to delete version - sync_send arcgissoc children

2797
1
06-21-2012 09:22 AM
MichaelDesroches
New Contributor
Attached is the dbo.SDE_vrsions.rpt which shows that the FieldEdits version has several SYNC_SEND children that are still associated to it.
How do I track down these children and delete them? When trying to delete the FieldEdits version (not being used and needs to be cleaned-up) I get the error "Unable to delete version. The version is currently in use. [DBO.FieldEdits]

Can anyone provide me some guidance with how to clean this up?

Thanks in advance!

JP
0 Kudos
1 Reply
MattSimmons
Occasional Contributor
Try these two methods. 

http://support.esri.com/en/knowledgebase/techarticles/detail/37551

http://support.esri.com/en/knowledgebase/techarticles/detail/35448

If it's a table lock issue, you may need to run sdemon -o kill -t all -u <sde user> -p <sde user password>
0 Kudos