<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Conflict definition/conflict resolution concept, in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/conflict-definition-conflict-resolution-concept/m-p/519895#M29554</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: mboeringa2010&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Based on valuable elaboration you have already provided, &lt;STRONG&gt;is it correct to say&lt;/STRONG&gt;:&lt;BR /&gt;&lt;BR /&gt;1. If the conflict definition is set to be �??by object�?� then only spatial changes applied to the same FEATURE (in the parent and child) will be considered as conflict and will be flagged for further work. In this case, attribute changes applied to the same record FEATURE (in the parent and child) will never be considered as conflict.&lt;BR /&gt;&lt;BR /&gt;2. If the conflict definition is set to be �??by attribute�?� then only tabular data changes applied to the same RECORD (in the parent and child) is considered as conflict and will be flagged for further work. In this case, spatial changes applied to the same FEATURE (in the parent and child) will never be considered as conflict.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;NO&lt;/STRONG&gt;&lt;SPAN&gt; (for both questions).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You are misinterpreting what I am saying.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The confusing part is the use of the word "object" in the BY_OBJECT argument. Object is not meant to reference the spatial feature stored in the geometry column, it is meant to refer to the &lt;/SPAN&gt;&lt;STRONG style="font-style: italic;"&gt;entire&lt;/STRONG&gt;&lt;SPAN&gt; record, that is, BOTH the geometry and attribute fields.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With BY_OBJECT, &lt;/SPAN&gt;&lt;STRONG&gt;all&lt;/STRONG&gt;&lt;SPAN&gt; changes to any geometry &lt;/SPAN&gt;&lt;STRONG&gt;or&lt;/STRONG&gt;&lt;SPAN&gt; attribute field &lt;/SPAN&gt;&lt;STRONG&gt;of the same database record (NOTE 1, see below)&lt;/STRONG&gt;&lt;SPAN&gt; will be flagged as a conflict. It essentially means that two editors can not edit the same record, without ArcGIS flagging it as a conflict upon reconciliation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you use BY_ATTRIBUTE, two editors CAN edit the same record without causing a conflict, however, only as long as they edit &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;&lt;STRONG&gt;different &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;fields. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See the example in my previous post where the editor of the parent version changed the field "Tree_Species" to "Birch", while another editor changed the field "Tree_Age" to "40" in the child version. These edits were merged silently upon reconciliation, without raising a conflict. In essence, BY_ATTRIBUTE relaxes editing constraints, allowing you to have multiple editors making edits to different fields, without the extra burden of generated conflicts. If the editor of the parent had changed the field "Tree_Age" as well, and had set it to for example "50", than reconciliation with BY_ATTRIBUTE &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;would&lt;/SPAN&gt;&lt;SPAN&gt; have generated a conflict as well, just as with BY_OBJECT.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Although this may sound attractive, you should use it with caution, because it will also mean edits done by multiple users to the same records will be automatically and silently merged. If your workflow instead requires consistent "single user" - bad wording here, since you're still in the versioned editing workflow - editing against entire &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;&lt;STRONG&gt;objects / records&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;, than you need BY_OBJECT. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Be aware though, that BY_OBJECT doesn't &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;prevent&lt;/SPAN&gt;&lt;SPAN&gt; multiple users from editing the same records (remember we're talking about versioning, &lt;/SPAN&gt;&lt;STRONG&gt;so by definition multi-user editing&lt;/STRONG&gt;&lt;SPAN&gt;), but it &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;will &lt;/SPAN&gt;&lt;SPAN&gt;flag two edits on the same object / records as a conflict. So you still have all reconcilation options allowing you to chose which representation (parent or child), is the right one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also see this Help page:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00170000015p000000"&gt;Reconcile Versions (Data Management)&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;and especially the topic "conflict_definition" there&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;*** NOTE 1 ***&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would probably better say "object" here, instead of "database record", as the edits to the child version are of course stored in the A/D delta tables, so in reality are in different database records compared to parent &lt;/SPAN&gt;&lt;STRONG style="font-style: italic;"&gt;before reconciliation&lt;/STRONG&gt;&lt;SPAN&gt;. It is the identical OBJECTID that determines which records in the A/D delta tables representing the child version edits, are related to the parent version.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Oct 2013 10:49:01 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2013-10-01T10:49:01Z</dc:date>
    <item>
      <title>Conflict definition/conflict resolution concept,</title>
      <link>https://community.esri.com/t5/data-management-questions/conflict-definition-conflict-resolution-concept/m-p/519892#M29551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Conflict definition/conflict resolution issue,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I understand, the conflict resolution states which database is determinant in case of conflict. What I couldn�??t figure out is the impact of conflict definition (by object/by attribute).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Scenario:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. I have the sde.default and u1.u1 version&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]27858[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. The sde.default and u1.u1 are updated (feature #9 is updated spatially and by attribute as shown below)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]27859[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. The reconcile/post is applied is applied where the conflict resolution is set to be �??favor_target_version�?� which means that the updates (spatial/attribute) of sde.default replaces their corresponding values of u1.u1. the conflict resolution is set to be "by object" &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]27860[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4. The result is shown in the screenshot below (both location and attributes are updated based on the sde.default)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]27861[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I couldn�??t understand is the impact of setting the conflict definition to be by object or by attribute. In these two cases, the result is the same. Both spatial location and attribute values are updated&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What is significant about the conflict definition (by object/by attribute)? where its impact can be felt?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jamal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Sep 2013 19:36:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/conflict-definition-conflict-resolution-concept/m-p/519892#M29551</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2013-09-29T19:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Conflict definition/conflict resolution concept,</title>
      <link>https://community.esri.com/t5/data-management-questions/conflict-definition-conflict-resolution-concept/m-p/519893#M29552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: mboeringa2010&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Conflict definition/conflict resolution issue,&lt;BR /&gt;&lt;BR /&gt;As I understand, &lt;STRONG&gt;the conflict resolution states which database is determinant in case of conflict&lt;/STRONG&gt;. What I couldn�??t figure out is the impact of conflict definition (by object/by attribute).&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just to make sure you don't misunderstand this: in the end, it is always you as a user who needs to determine which state of an object is the right one, and needs to be maintained. Even if you set an (automated) option, like "in favour of target", you are making an important decision, namely to always favour the target! You really need to consider if you want automated reconcilation or not, and this determines your workflow setup. You may need to have manual intervention by someone with authority to determine which state is right.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;What I couldn�??t understand is the impact of setting the conflict definition to be by object or by attribute. In these two cases, the result is the same. Both spatial location and attribute values are updated&lt;BR /&gt;&lt;BR /&gt;What is significant about the conflict definition (by object/by attribute)? where its impact can be felt?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another thing you really need to understand fully is, that by definition, any reconcilation will always lead to &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;&lt;SPAN style="text-decoration:underline;"&gt;fully identical&lt;/SPAN&gt; features&lt;/SPAN&gt;&lt;SPAN&gt; on both the parent and child. This means that BOTH the geometry AND &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;&lt;STRONG&gt;all&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt; its attributes will be exactly the same. The reason for this is that, after reconcilation and post, the two features will point to the same &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;&lt;STRONG&gt;database state&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;. This means that it is absolute impossible to have two features not being fully identical, because both features from the parent and child version are pointing to exactly the same database record!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you set "BY_ATTRIBUTE", you are just telling ArcGIS to automatically and silently &lt;/SPAN&gt;&lt;STRONG&gt;merge&lt;/STRONG&gt;&lt;SPAN&gt; attributes updates to two or more &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;&lt;STRONG&gt;different&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt; fields, and to not flag them as a conflict. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;E.g., if you initially have feature A in the parent with a value of "Oak" for the field "Tree_species" and "30 years" for field "Tree_age", and the tree species in the parent is updated to read "Birch", while the tree age is updated in the child to be "40 years", than the resultant feature will have "Birch" and "40 years" after reconciliation in both parent and child. See below.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;BEFORE EDITS&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Parent&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;"Tree_species":"Oak"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Tree_age":"30 years"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Child&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;"Tree_species":"Oak"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Tree_age":"30 years"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;AFTER EDITS&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Parent&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;"Tree_species":"Birch" (EDIT!)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Tree_age":"30 years"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Child&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;"Tree_species":"Oak"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Tree_age":"40 years" (EDIT!)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;AFTER RECONCILIATION (no conflict detected with option "BY_ATTRIBUTE"~~!)&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Parent&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;"Tree_species":"Birch"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Tree_age":"40 years"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Child&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;"Tree_species":"Birch"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Tree_age":"40 years"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As you can see, both edits are silently merged without a conflict being raised, because the attribute changes in parent and child are on different fields and can be merged without causing an inconsistency.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Sep 2013 08:47:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/conflict-definition-conflict-resolution-concept/m-p/519893#M29552</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-09-30T08:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Conflict definition/conflict resolution concept,</title>
      <link>https://community.esri.com/t5/data-management-questions/conflict-definition-conflict-resolution-concept/m-p/519894#M29553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Just to make sure you don't misunderstand this: in the end, it is always you as a user who needs to determine which state of an object is the right one, and needs to be maintained. Even if you set an (automated) option, like "in favour of target", you are making an important decision, namely to always favour the target! You really need to consider if you want automated reconcilation or not, and this determines your workflow setup. You may need to have manual intervention by someone with authority to determine which state is right.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Another thing you really need to understand fully is, that by definition, any reconcilation will always lead to &lt;SPAN style="font-style:italic;"&gt;&lt;SPAN style="text-decoration:underline;"&gt;fully identical&lt;/SPAN&gt; features&lt;/SPAN&gt; on both the parent and child. This means that BOTH the geometry AND &lt;SPAN style="font-style:italic;"&gt;&lt;STRONG&gt;all&lt;/STRONG&gt;&lt;/SPAN&gt; its attributes will be exactly the same. The reason for this is that, after reconcilation and post, the two features will point to the same &lt;SPAN style="font-style:italic;"&gt;&lt;STRONG&gt;database state&lt;/STRONG&gt;&lt;/SPAN&gt;. This means that it is absolute impossible to have two features not being fully identical, because both features from the parent and child version are pointing to exactly the same database record!&lt;BR /&gt;&lt;BR /&gt;If you set "BY_ATTRIBUTE", you are just telling ArcGIS to automatically and silently &lt;STRONG&gt;merge&lt;/STRONG&gt; attributes updates to two or more &lt;SPAN style="font-style:italic;"&gt;&lt;STRONG&gt;different&lt;/STRONG&gt;&lt;/SPAN&gt; fields, and to not flag them as a conflict. &lt;BR /&gt;&lt;BR /&gt;E.g., if you initially have feature A in the parent with a value of "Oak" for the field "Tree_species" and "30 years" for field "Tree_age", and the tree species in the parent is updated to read "Birch", while the tree age is updated in the child to be "40 years", than the resultant feature will have "Birch" and "40 years" after reconciliation in both parent and child. See below.&lt;BR /&gt;&lt;BR /&gt;BEFORE EDITS&lt;BR /&gt;&lt;STRONG&gt;Parent&lt;/STRONG&gt;&lt;BR /&gt;"Tree_species":"Oak"&lt;BR /&gt;"Tree_age":"30 years"&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Child&lt;/STRONG&gt;&lt;BR /&gt;"Tree_species":"Oak"&lt;BR /&gt;"Tree_age":"30 years"&lt;BR /&gt;&lt;BR /&gt;AFTER EDITS&lt;BR /&gt;&lt;STRONG&gt;Parent&lt;/STRONG&gt;&lt;BR /&gt;"Tree_species":"Birch" (EDIT!)&lt;BR /&gt;"Tree_age":"30 years"&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Child&lt;/STRONG&gt;&lt;BR /&gt;"Tree_species":"Oak"&lt;BR /&gt;"Tree_age":"40 years" (EDIT!)&lt;BR /&gt;&lt;BR /&gt;AFTER RECONCILIATION (no conflict detected with option "BY_ATTRIBUTE"~~!)&lt;BR /&gt;&lt;STRONG&gt;Parent&lt;/STRONG&gt;&lt;BR /&gt;"Tree_species":"Birch"&lt;BR /&gt;"Tree_age":"40 years"&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Child&lt;/STRONG&gt;&lt;BR /&gt;"Tree_species":"Birch"&lt;BR /&gt;"Tree_age":"40 years"&lt;BR /&gt;&lt;BR /&gt;As you can see, both edits are silently merged without a conflict being raised, because the attribute changes in parent and child are on different fields and can be merged without causing an inconsistency.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much Marco for the help,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Based on valuable elaboration you have already provided, is it correct to say:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. If the conflict definition is set to be �??by object�?� then only spatial changes applied to the same FEATURE (in the parent and child) will be considered as conflict and will be flagged for further work. In this case, attribute changes applied to the same record FEATURE (in the parent and child) will never be considered as conflict.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. If the conflict definition is set to be �??by attribute�?� then only tabular data changes applied to the same RECORD (in the parent and child) is considered as conflict and will be flagged for further work. In this case, spatial changes applied to the same FEATURE (in the parent and child) will never be considered as conflict&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I got a question in my mind: when then there is no option to set �??by object�?� and/or �??by attribute�?� at the same time so that the system will flag spatial or tabular changes as conflicts instead of considering one of them ata a time as conflict?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Sep 2013 21:42:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/conflict-definition-conflict-resolution-concept/m-p/519894#M29553</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2013-09-30T21:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: Conflict definition/conflict resolution concept,</title>
      <link>https://community.esri.com/t5/data-management-questions/conflict-definition-conflict-resolution-concept/m-p/519895#M29554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: mboeringa2010&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Based on valuable elaboration you have already provided, &lt;STRONG&gt;is it correct to say&lt;/STRONG&gt;:&lt;BR /&gt;&lt;BR /&gt;1. If the conflict definition is set to be �??by object�?� then only spatial changes applied to the same FEATURE (in the parent and child) will be considered as conflict and will be flagged for further work. In this case, attribute changes applied to the same record FEATURE (in the parent and child) will never be considered as conflict.&lt;BR /&gt;&lt;BR /&gt;2. If the conflict definition is set to be �??by attribute�?� then only tabular data changes applied to the same RECORD (in the parent and child) is considered as conflict and will be flagged for further work. In this case, spatial changes applied to the same FEATURE (in the parent and child) will never be considered as conflict.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;NO&lt;/STRONG&gt;&lt;SPAN&gt; (for both questions).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You are misinterpreting what I am saying.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The confusing part is the use of the word "object" in the BY_OBJECT argument. Object is not meant to reference the spatial feature stored in the geometry column, it is meant to refer to the &lt;/SPAN&gt;&lt;STRONG style="font-style: italic;"&gt;entire&lt;/STRONG&gt;&lt;SPAN&gt; record, that is, BOTH the geometry and attribute fields.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With BY_OBJECT, &lt;/SPAN&gt;&lt;STRONG&gt;all&lt;/STRONG&gt;&lt;SPAN&gt; changes to any geometry &lt;/SPAN&gt;&lt;STRONG&gt;or&lt;/STRONG&gt;&lt;SPAN&gt; attribute field &lt;/SPAN&gt;&lt;STRONG&gt;of the same database record (NOTE 1, see below)&lt;/STRONG&gt;&lt;SPAN&gt; will be flagged as a conflict. It essentially means that two editors can not edit the same record, without ArcGIS flagging it as a conflict upon reconciliation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you use BY_ATTRIBUTE, two editors CAN edit the same record without causing a conflict, however, only as long as they edit &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;&lt;STRONG&gt;different &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;fields. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See the example in my previous post where the editor of the parent version changed the field "Tree_Species" to "Birch", while another editor changed the field "Tree_Age" to "40" in the child version. These edits were merged silently upon reconciliation, without raising a conflict. In essence, BY_ATTRIBUTE relaxes editing constraints, allowing you to have multiple editors making edits to different fields, without the extra burden of generated conflicts. If the editor of the parent had changed the field "Tree_Age" as well, and had set it to for example "50", than reconciliation with BY_ATTRIBUTE &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;would&lt;/SPAN&gt;&lt;SPAN&gt; have generated a conflict as well, just as with BY_OBJECT.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Although this may sound attractive, you should use it with caution, because it will also mean edits done by multiple users to the same records will be automatically and silently merged. If your workflow instead requires consistent "single user" - bad wording here, since you're still in the versioned editing workflow - editing against entire &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;&lt;STRONG&gt;objects / records&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;, than you need BY_OBJECT. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Be aware though, that BY_OBJECT doesn't &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;prevent&lt;/SPAN&gt;&lt;SPAN&gt; multiple users from editing the same records (remember we're talking about versioning, &lt;/SPAN&gt;&lt;STRONG&gt;so by definition multi-user editing&lt;/STRONG&gt;&lt;SPAN&gt;), but it &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;will &lt;/SPAN&gt;&lt;SPAN&gt;flag two edits on the same object / records as a conflict. So you still have all reconcilation options allowing you to chose which representation (parent or child), is the right one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also see this Help page:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00170000015p000000"&gt;Reconcile Versions (Data Management)&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;and especially the topic "conflict_definition" there&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;*** NOTE 1 ***&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would probably better say "object" here, instead of "database record", as the edits to the child version are of course stored in the A/D delta tables, so in reality are in different database records compared to parent &lt;/SPAN&gt;&lt;STRONG style="font-style: italic;"&gt;before reconciliation&lt;/STRONG&gt;&lt;SPAN&gt;. It is the identical OBJECTID that determines which records in the A/D delta tables representing the child version edits, are related to the parent version.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 10:49:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/conflict-definition-conflict-resolution-concept/m-p/519895#M29554</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-10-01T10:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Conflict definition/conflict resolution concept,</title>
      <link>https://community.esri.com/t5/data-management-questions/conflict-definition-conflict-resolution-concept/m-p/519896#M29555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;STRONG&gt;NO&lt;/STRONG&gt; (for both questions).&lt;BR /&gt;&lt;BR /&gt;You are misinterpreting what I am saying.&lt;BR /&gt;&lt;BR /&gt;The confusing part is the use of the word "object" in the BY_OBJECT argument. Object is not meant to reference the spatial feature stored in the geometry column, it is meant to refer to the &lt;STRONG style="font-style: italic;"&gt;entire&lt;/STRONG&gt; record, that is, BOTH the geometry and attribute fields.&lt;BR /&gt;&lt;BR /&gt;With BY_OBJECT, &lt;STRONG&gt;all&lt;/STRONG&gt; changes to any geometry &lt;STRONG&gt;or&lt;/STRONG&gt; attribute field &lt;STRONG&gt;of the same database record (NOTE 1, see below)&lt;/STRONG&gt; will be flagged as a conflict. It essentially means that two editors can not edit the same record, without ArcGIS flagging it as a conflict upon reconciliation.&lt;BR /&gt;&lt;BR /&gt;When you use BY_ATTRIBUTE, two editors CAN edit the same record without causing a conflict, however, only as long as they edit &lt;SPAN style="font-style:italic;"&gt;&lt;STRONG&gt;different &lt;/STRONG&gt;&lt;/SPAN&gt;fields. &lt;BR /&gt;&lt;BR /&gt;See the example in my previous post where the editor of the parent version changed the field "Tree_Species" to "Birch", while another editor changed the field "Tree_Age" to "40" in the child version. These edits were merged silently upon reconciliation, without raising a conflict. In essence, BY_ATTRIBUTE relaxes editing constraints, allowing you to have multiple editors making edits to different fields, without the extra burden of generated conflicts. If the editor of the parent had changed the field "Tree_Age" as well, and had set it to for example "50", than reconciliation with BY_ATTRIBUTE &lt;SPAN style="font-style:italic;"&gt;would&lt;/SPAN&gt; have generated a conflict as well, just as with BY_OBJECT.&lt;BR /&gt;&lt;BR /&gt;Although this may sound attractive, you should use it with caution, because it will also mean edits done by multiple users to the same records will be automatically and silently merged. If your workflow instead requires consistent "single user" - bad wording here, since you're still in the versioned editing workflow - editing against entire &lt;SPAN style="font-style:italic;"&gt;&lt;STRONG&gt;objects / records&lt;/STRONG&gt;&lt;/SPAN&gt;, than you need BY_OBJECT. &lt;BR /&gt;&lt;BR /&gt;Be aware though, that BY_OBJECT doesn't &lt;SPAN style="font-style:italic;"&gt;prevent&lt;/SPAN&gt; multiple users from editing the same records (remember we're talking about versioning, &lt;STRONG&gt;so by definition multi-user editing&lt;/STRONG&gt;), but it &lt;SPAN style="font-style:italic;"&gt;will &lt;/SPAN&gt;flag two edits on the same object / records as a conflict. So you still have all reconcilation options allowing you to chose which representation (parent or child), is the right one.&lt;BR /&gt;&lt;BR /&gt;Also see this Help page:&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00170000015p000000"&gt;Reconcile Versions (Data Management)&lt;/A&gt;&lt;BR /&gt;and especially the topic "conflict_definition" there&lt;BR /&gt;&lt;BR /&gt;*** NOTE 1 ***&lt;BR /&gt;I would probably better say "object" here, instead of "database record", as the edits to the child version are of course stored in the A/D delta tables, so in reality are in different database records compared to parent &lt;STRONG style="font-style: italic;"&gt;before reconciliation&lt;/STRONG&gt;. It is the identical OBJECTID that determines which records in the A/D delta tables representing the child version edits, are related to the parent version.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you Marco for the very informative answer. This is really helpful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope I�??m accurate this time in re-stating what I have understood from you valuable elaboration&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. The issue of conflict definition merely refers to what the system considers as conflict or doesn�??t and has no impact on the reconcile/post &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. �??by object�?� (feature/record) considers edits (from multiple versions) occurring on the same feature (spatial change such as: move/reshape/delete) AND/OR on the same record (not necessarily the same CELL of a particular field) to be a conflict&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]27936[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. �??by attribute�?� (cell) considers ONLY edits (from multiple versions) occurring on the same Cell (of particular field/record) to be a conflict and thus �??by attribute�?� is just a special case of the �??by object�?� and limits &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]27937[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Am I correct now?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 18:50:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/conflict-definition-conflict-resolution-concept/m-p/519896#M29555</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2013-10-01T18:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: Conflict definition/conflict resolution concept,</title>
      <link>https://community.esri.com/t5/data-management-questions/conflict-definition-conflict-resolution-concept/m-p/519897#M29556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: mboeringa2010&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;2. �??by object�?� (feature/record) considers edits (from multiple versions) occurring on the same feature (spatial change such as: move/reshape/delete) AND/OR on the same record (not necessarily the same CELL of a particular field) to be a conflict&lt;BR /&gt;&lt;BR /&gt;3. �??by attribute�?� (cell) considers ONLY edits (from multiple versions) occurring on the same Cell (of particular field/record) to be a conflict and thus �??by attribute�?� is just a special case of the �??by object�?� and limits &lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Am I correct now?&lt;/STRONG&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Although you use different words, and it took a bit of time for me to understand what you wanted to say with your screenshots, I think I can now say:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) and 3): &lt;/SPAN&gt;&lt;STRONG&gt;YES&lt;/STRONG&gt;&lt;SPAN&gt;, you do seem to understand it now. I like the way you write that BY_ATTRIBUTE is a special case of BY_OBJECT, because I can see it may help in thinking of it in this way to better understand it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;1. The issue of conflict definition merely refers to what the system considers as conflict or doesn�??t and has no impact on the reconcile/post&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;YES and NO&lt;/STRONG&gt;&lt;SPAN&gt;. It is a bit like asking whether a doorbell of a house has any function. Now it wouldn't be there, if it hadn't a function, would it? The same holds for this option in the automatic process represented by the Reconcile Versions geoprocessing tool. So although you are right the BY_OBJECT and BY_ATTRIBUTE arguments influence what &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;"... the system considers as conflict ..."&lt;/SPAN&gt;&lt;SPAN&gt;, it does also have impact on the reconcile / post process. By the way, as a side note, please note that in some other parts of the interface, BY_OBJECT and BY_ATTRIBUTE are referenced as &lt;/SPAN&gt;&lt;STRONG&gt;ROW&lt;/STRONG&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;STRONG&gt;COLUMN&lt;/STRONG&gt;&lt;SPAN&gt; respectively. See for example the Help page &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//003n000000w2000000"&gt;Reconciling a version&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Look again at the example I gave in &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/93611-Conflict-definition-conflict-resolution-concept?p=332665&amp;amp;viewfull=1#post332665"&gt;post no. 2&lt;/A&gt;&lt;SPAN&gt;. Notice that with BY_ATTRIBUTE, the edits made to the target version (parent) and the edit version (child) are automatically and silently &lt;/SPAN&gt;&lt;STRONG&gt;merged&lt;/STRONG&gt;&lt;SPAN&gt;. With merged, I mean that both edits to the parent and child remain / are represented in the target parent version. No edits are lost.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now what would happen if we chose "In favour of target" with BY_OBJECT?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Things would be different after a full reconciliation and post. Please note that in this example edits to a single feature / object with one unique OBJECTID are assumed!:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- First, a conflict would be detected:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;BEFORE EDITS&lt;BR /&gt;Parent&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;"OBJECTID":"xxx"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Tree_species":"Oak"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Tree_age":"30 years"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Child&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;"OBJECTID":"xxx"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Tree_species":"Oak"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Tree_age":"30 years"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;AFTER EDITS&lt;BR /&gt;Parent&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;"OBJECTID":"xxx"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Tree_species":"Birch" (EDIT!)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Tree_age":"30 years"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Child&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;"OBJECTID":"xxx"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Tree_species":"Oak"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Tree_age":"40 years" (EDIT!)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;RECONCILIATION&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;*** Conflict raised with BY_OBJECT/ ROW as argument! ***&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Both target and edit version have an edit to the same feature / object:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Parent:&lt;/STRONG&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"OBJECTID":"xxx"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Tree_species":&lt;/SPAN&gt;&lt;STRONG&gt;"Oak"&lt;/STRONG&gt;&lt;SPAN&gt; ---&amp;gt; "Tree_species":&lt;/SPAN&gt;&lt;STRONG&gt;"Birch"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Child:&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;"OBJECTID":"xxx"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Tree_age":&lt;/SPAN&gt;&lt;STRONG&gt;"30 years"&lt;/STRONG&gt;&lt;SPAN&gt; ---&amp;gt; "Tree_age":&lt;/SPAN&gt;&lt;STRONG&gt;"40 years"&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Secondly, the edits in the child or "edit version" &lt;/SPAN&gt;&lt;SPAN style="font-style: italic; text-decoration: underline;"&gt;would be dropped&lt;/SPAN&gt;&lt;SPAN&gt; for the specific conflict case, as the user choose "in favour of target":&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;AFTER RECONCILIATION AND POST (in favour of target!) &lt;BR /&gt;Parent&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;"OBJECTID":"xxx"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Tree_species":&lt;/SPAN&gt;&lt;STRONG&gt;"Birch"&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;"Tree_age":&lt;/SPAN&gt;&lt;STRONG&gt;"30 years"&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Child&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;"OBJECTID":"xxx"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Tree_species":&lt;/SPAN&gt;&lt;STRONG&gt;"Birch"&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;"Tree_age":&lt;/SPAN&gt;&lt;STRONG&gt;"30 years"&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;Now notice the difference with the results compared to &lt;A href="http://forums.arcgis.com/threads/93611-Conflict-definition-conflict-resolution-concept?p=332665&amp;amp;viewfull=1#post332665"&gt;post no. 2&lt;/A&gt;, instead of reading "Birch" and "40 years", both parent and child now read "Birch", "30 years".&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Oct 2013 06:09:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/conflict-definition-conflict-resolution-concept/m-p/519897#M29556</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-10-02T06:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Conflict definition/conflict resolution concept,</title>
      <link>https://community.esri.com/t5/data-management-questions/conflict-definition-conflict-resolution-concept/m-p/519898#M29557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Jamal,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;FYI, this ArcUser technical article provides a good background on the fundamental concepts of versioning in ArcSDE geodatabases,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.esri.com/news/arcuser/0110/versioning101.html"&gt;Versioning 101&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; ... As I understand, the conflict resolution states which database is determinant in case of conflict. What I couldn�??t figure out is the impact of conflict definition (by object/by attribute). ... &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;From the article,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;When performing a reconcile operation, ArcGIS finds conflicts in one of two ways: by object ID or by attribute. Conflict by object ID means that a feature is identified to be in conflict when any part of it (e.g., geometry or attributes) has been edited in both the target and edit versions. Conflict by attribute means that a feature is identified to be in conflict only when the same attribute (e.g., the same attribute field) has been edited in both the target and edit versions&lt;/SPAN&gt;&lt;SPAN&gt;."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 05:30:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/conflict-definition-conflict-resolution-concept/m-p/519898#M29557</guid>
      <dc:creator>DerekLaw</dc:creator>
      <dc:date>2013-10-03T05:30:15Z</dc:date>
    </item>
  </channel>
</rss>

