Duplicate CI's getting created when existing CI's Data Source is set to Duplicate.Issue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Symptoms When existing CI's Data Source (discovery_source) is set to 'Duplicate', running a Discovery on the same CI would result in creation of duplicates. Release Up to Madrid. New York does not use re-use the Discovery Source field for marking CIs as Duplicate any more. Cause Identification Rules do not match Name, Serial Number and other even if the CI exists in CMDB when CI Data Source is set to 'Duplicate'. Those CIs are ignored, so that the CI not marked as duplicate can still continue to be updated. However if CIs were manually de-duplicated by deleting the older of the duplicate records, only one CI will remain, and that is one of the newer CIs that had been set as Duplicate. From the point of view of the Identification engine, which ignores this record, no CI exists, so it creates one. Resolution In order to avoid any duplicates getting created, the CI's "Data Source" must be set to anything other than Duplicate and CI's "Duplicate of" must be set to null or none. By doing this the Identification Rule works: It sees this CI when it tries to match name, serial number and updates that CI. As part of resolving de-duplication tasks (which will have been created at the same time the CI was marked duplicate), one should also clear the discovery source value of Duplicate or revert it to the previous value, because this is not automatically done even when using the de-duplication tasks.