You are here: Tech Support Home > Downloads > Patches
This patch is intended for installation on top of Responder Client, Server, and Web machines running 9.3.1 SP1 (build 5881) and replaces previously released patches #5929, #5897, and #5884.
Functionality Included: This patch prevents SCADA incidents from rolling up downstream non-outage calls as well as a number of other enhancements. Please see the list of bug fixes below for more details on these changes.
Recommended Users: Clients who use Responder on 9.3.1 SP1 would benefit from this patch.
The following files are included in the patch and will replace existing files:
Installation instructions:
Required Configuration Updates for Patch #5929
If you have previously installed patch #5929 you can skip the following extra configuration steps.
Patch 5929 contains a change that adds to the database schema. In order to properly apply the changes, please use the appropriate scripts below (they are included in the zip file with the patch):
If you are running Oracle, please run the following upgrade scripts:
If you are running SQL Server, please run the following upgrade scripts:
Patch 5929 requires a couple of configuration changes; please apply the changes specified below:
On all Responder server machines, please open DatabaseSchemaConfig.xml and find the section that defines the RX_OPERATIONS table and then find following line:
<Column Name="SUMMARY" Caption="Summary" Length="200" Represents="Summary" />
Below that line, add the following line:
<Column Name="CONTEXT" Caption="Context" Length="200" Represents="Context" />
Next, find the section that defines the RX_OPERATIONS_HISTORY table and make the same edit as you did in the previous steps.
Next, open the ArchiveSchemaConfig.xml and make the same change as described above for the RX_OPERATIONS_ARCHIVE table.
On all Responder server machines, please open ExplorerRulesConfig.xml and find the line below:
<b:RuleClass Key="ValidateTagForInsert" Type="Miner.Responder.Explorer.ValidationRules.ValidateTagForInsert,Miner.Responder.Explorer" />
Below that line, add the following line:
<b:RuleClass Key="ValidateIncidentCauseChange" Type="Miner.Responder.Explorer.ValidationRules.ValidateIncidentCauseChange,Miner.Responder.Explorer" />
Optional Configuration Updates for Patch #5929
A new localizable warning message has been added for QFE41743. If you wish to localize this warning message, please follow the steps below on all Responder server machines:
Open your localized version of Miner.Responder.Explorer.Properties.Resources.rex and find the </root> tag. Just above that tag, add the lines below (localized as you need):
<data name="MsgCallTroubleTypeWillBeChanged" xml:space="preserve">
<value>There are {0} calls with {1} = '{2}' assigned to this incident. Changing the incident's {3} to '{4}' will result in the {1} field being reset to '{5}' for these calls.</value>
</data>
If you already applied Patch 5897, then you can skip the following configuration steps:
Patch 5897 introduces a configuration point which lets you determine what should happen when you run the Update Population tool to count your customers by feeder AND you have a circuit which is multi-fed. If you would like to have the customer count set to 0 for each of these feeders then you don't need to make any configuration changes. If you would like to have customers fully counted on any feeder which has a multi-feed (i.e. customers will get counted once per feeder, increasing your customer count) then you can do the following:
<add key="useSwitchingOrderApprovals" value="true" />
<add key="MultiFeedOptions" value="LogMultipleFeedPathsReturnAll" />
Patch #5941 contains the following bug fixes:
Internationalization updates:
None.
For ArcGIS and ArcSDE issues, please seek assistance from ESRI Technical Support.