User guide / How to… |
Use the Bad References report to find bad references in configuration. Bad references are those that cannot be resolved.
<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.