Locate bad references in configuration

Use the Bad References report to find bad references in configuration. Bad references are those that cannot be resolved.

Generate the Bad References report using Xoom Explorer or Xoom Processor.
The report lists all items that possess bad references. For example, in the following screenshot we can see that the item Group[Engineers - LBS]] contains one bad reference of type District.
The Bad References report, detail
If we look at the XoomXML for that item (generated by Settings Migration Tool), we can follow the path, given in the report, to find the bad reference: /Body/CONDITION/CONDITION/VALUE 124422148.
<Group xoom:id="Group[Engineers - LBS]" xmlns:xoom="urn:xmlns:zanyants:xoom">
    <Key>656216064</Key>
    <Revision>3</Revision>
    <Name>Engineers - LBS</Name>
    <Body>
        <CONDITION TYPE="100" TYPE_TEXT="Logic Condition">
            <OPERATION TYPE="501" TYPE_TEXT="Or" />
            <CONDITION TYPE="101" TYPE_TEXT="Arithmetic Condition">
                <VALUE TYPE="200" TYPE_TEXT="Property Value">
                    <ID xoom:ref="Engineer Property[District]">District</ID>
                </VALUE>
                <OPERATION TYPE="600" TYPE_TEXT="=" />
                <VALUE TYPE="201" TYPE_TEXT="Const Value" xoom:ref="District[!!BadRef!!]">124422148</VALUE>
            </CONDITION>
            <CONDITION TYPE="101" TYPE_TEXT="Arithmetic Condition">
                <VALUE TYPE="200" TYPE_TEXT="Property Value">
                    <ID xoom:ref="Engineer Property[Active]">Active</ID>
                </VALUE>
                <OPERATION TYPE="600" TYPE_TEXT="=" />
                <VALUE TYPE="201" TYPE_TEXT="Const Value">-1</VALUE>
            </CONDITION>
        </CONDITION>
    </Body>
    <GroupParameters />
    <GroupType xoom:ref="Collection[Engineer]">Engineer</GroupType>
    <ScriptProgID>W6PCustomVCLib.W6POQLGroupEngine, W6PCustomVCLib</ScriptProgID>
    <IsGroupUnique>0</IsGroupUnique>
    <IndexCriteria />
    <Paging />
    <LastRefreshTime>1900-01-01T00:00:00</LastRefreshTime>
</Group>

If we look at the Service Optimization Remote Administration Tool we can see that the District with key 124422148 is missing.
Missing District in Service Optimization Remote Administration Tool