You may elect to move cancelled incidents and their children (e.g., faults, hazards) into the Responder Archive database. These incidents will be visible in Archive Explorer. You may also choose whether to prompt the user to provide a reason for the cancellation. To configure Responder to archive cancelled incidents, follow the steps below.
|
Note that loadpoints will not be archived. Loadpoints on cancelled incidents do not affect reliability indices. |
- Open SubmitRulesConfig.xml. This file is installed here: Program Files(x86)\Miner and Miner\Responder\Server\SubmitRulesConfig.xml.
- Look for the following block of XML.
|
Copy Code
|
<b:RuleClass Key="" Type="Miner.Responder.Processors.SubmitRules.Post.ArchiveIncidentHistoryRule, Miner.Responder.Processors">
<b:Properties>
<b:Property Key="ArchiveCanceledIncidents" Value="true"/>
<b:Property Key="DeleteHistory" Value="false"/>
</b:Properties>
</b:RuleClass>
|
- Set the ArchiveCanceledIncidents property to True to move cancelled incidents into the archive. If this value is set to False, cancelled incidents will not be moved to the Responder archive tables or visible in Archive Explorer.
- The DeleteHistory property determines whether the incident information is deleted from the History tables after it has been moved to the Archive tables. It is strongly recommended that you leave this value set to False until you are certain all necessary information is being moved properly to the archive tables. The History and Archive Tables page describes this property in more detail.
- Save and close SubmitRulesConfig.xml.