Reconciliation Rules are not working for ESX Servers. An example is location field update by discovery even with a reconciliation ruleIssue <!-- 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 Reconciliation Rules does not work for ESX Servers. An example reconciliation rule is on table "ESX Server" with data source to "Manual entry" and attribute to location. Still discovery would update the location based on the schedule location value. Release All versions Cause OOB, Identification and reconciliation rules are for CIs that go through identification engine, but ESX servers have their own custom logic for identification and don't go through IRE. Documentation on ESX Servers : https://docs.servicenow.com/csh?topicname=r_DiscoverESXServers.html&version=latest "Discovery identifies ESX servers based on their serial numbers. If the serial number is not available, Discovery uses the combination of Correlation ID and MORID (Managed Object Reference ID) to identify the server. After running the vCenter classifier, Discovery launches the VMware - vCenter Datacenters probe, which launches the probes that explore the ESX server." As the ESX servers identification is purely based on the custom logic, reconciliation rules are not considered for ESX servers. If you apply the same reconciliation rule for any other CI like Windows, Linux servers, etc.. same would be considered and updated based on the reconciliation rules. Resolution Below script include is used for ESX Servers insert/update. "VCenterESXHostsSensor" : https://<instance-name>.service-now.com/nav_to.do?uri=sys_script_include.do?sys_id=4c6fbb6f8f575200c2fe0b5437bdeeae Two options to achieve this is Update above script include per the business needs. If you are considering to update this script include, please note that any future upgrades would skip this file and you need to review and merge them manually. Write a business rule for updating the required fields by selective authorized data sources.