Problem:  Unexpected conflict observed during reconcile

相关信息
Article ID: 43782
Bug Id: N/A
Software:
ArcSDE 10.1, 10.2, 10.2.1, 10.2.2
ArcGIS for Desktop Advanced 10.1, 10.2, 10.2.1, 10.2.2, 10.1 SP1, 10.3
Platforms: N/A

问题描述
During reconcile, ArcGIS finds all of edits that have occurred on two lineages to determine the conflicts. The edits that are processed are all the edits on the lineage back to the common ancestor state. Depending on the reconcile and post order of your versions, unexpected conflicts on edits may occur. Please see the following example:

1. Consider three versions; all these versions reference state_id 0:

• default
• parent
• child

2. Edit the default version feature (objectid #10) and child version feature (objectid #11). Default version state_id is 1 and child version state_id is 2.
3. The child is reconciled and posted to parent version. Now parent and child both points to state_id 4. The lineage for these versions is 0, 2, 4.

4. The parent version is reconciled and posted to default. The edits to object #11 that occurred in the parent's branch are copied to state 6.
5. Hence this object #11 is edited now at state_id 2 and 6.
6. Now both parent and default point to state 6. The lineage for these versions is 0, 1, 6.

7. The child version still refers to state_id 4 with lineages 0, 2, 4.
8. Currently, all three versions reference an edit occurring to object #11. In the child version, the edits to object #11 occurred at state 2 while in the parent and default versions, the edit to this feature occurred at state 6.
9. Edit child version for same object id #11 at state 7. Now the child version has lineages 0, 2, 4, 7.
10. Next, the child is reconciled to parent again. Upon reconcile, a conflict is found with objectid #11 which is unexpected.

原因
The conflict occurs because during a reconcile, the lineage of the edits back to the common ancestor is evaluated. In this situation, the lineage for parent is 0, 1, 6 and lineages for child is 0, 2, 4, 7.

• At state 6, objectid #11 was edited.
• At State 7, objectid #11 was edited.

Because the same object was edited in both lineages, a conflict is detected.
已邀请:

EsriSupport

赞同来自:

解决方案
These false conflicts can be avoided by the following workflow.


  1. Delete the child version after it has been posted to the parent.
  2. Reconcile and post the parent to default (state 6). At this point, create the child version again. The new child version also refers to state 6 and therefore it is on the same lineage as the parent and the common ancestor state is state 6 instead of state 0.


创建及修改时间
Created: 12/26/2014

Last Modified: 1/5/2015
原文链接
http://support.esri.com/en/kno ... 43782

要回复问题请先登录注册