Problem editing features form a geometric network after posting version

770
3
06-12-2010 09:04 AM
JoseSanchez
Occasional Contributor III
Hi all,

Environment: ArcSDE 9.3 and ArcMap 9.3 with ArcInfo licenses.


After posting a SDE version to DEFAULT  we are having problems editing features in new versions created from DEFAULT  when editing geometric network features.

It shows the error message: "Junction connected at coincident vertices avoided on edge"

Is there anything specific to do when editing and managing geometric networks features in a versioned environment?

Please advice
0 Kudos
3 Replies
JoseSanchez
Occasional Contributor III
Geometric network behavior in a versioned editing environment (pgs 30 - 36):
http://support.esri.com/index.cfm?fa=knowledgebase.whitepapers.viewPaper&PID=19&MetaID=721
0 Kudos
JoseSanchez
Occasional Contributor III
It looks like the problem was caused by old Version created before the data was deployed that were not removed and never reconciled with SDE.DEFAULT:

Esri recommended to run the following sde commands:

�?� $ sdegdbrepair -o diagnose_tables -d ORACLE10G -i 5151 -u sde -p password


�?� $ sdegdbrepair -o diagnose_metadata -d ORACLE10G -i 5151 -u sde -p password



This article helps:
http://blogs.esri.com/Dev/blogs/geodatabase/archive/2008/04/03/Five-Best-Practices-for-Maintaining-a...

Point #3
n general, you should try to do the following;

    * Reconcile versions to the SDE.DEFAULT version as soon as you can.
    * Delete versions when they are no longer needed.
    * Avoid creating versions that will never be reconciled with SDE.DEFAULT.
0 Kudos