Configuring Responder/Smart Grid
Display Location Map on Incident Report

Version: 10.1

Resource Center Home

When this functionality is configured, Responder displays a location map for the selected incident on the Incident Report. To configure this, you will need to modify the Miner.Responder.Explorer.exe.config file. This option requires ArcFM Server.

  1. Open Miner.Responder.Explorer.exe.config. This file is installed here: Program Files\Miner and Miner\Responder\Client\.
  2. Look for the following lines of XML:
    <add key="ShowIncidentReportMap" value="true"/>
    <add key="MapServerLocation" value="http://WebServerName/responder/images/mapimage.aspx"/>
    <add key="IncidentReportMapWidth" value="600"/>
    <add key="IncidentReportMapHeight" value="400"/>
    
  3. Change the ShowIncidentReportMap value to true. This displays on the report the window in which the map is shown.
  4. Modify the MapServerLocation value to point to the Responder Web Server map image location. If this value is not set correctly, the map window on the report will be empty.

    The Responder Web Server map image location must map to the WEB server and not the ArcFM/ArcGIS map server.
  5. Optionally, you can use the last two values to determine the map's height and width. By default these values are set to 600 (width) and 400 (height).
  6. Save and close Miner.Responder.Explorer.exe.config.
  7. Open Web.config. This file is installed here: C:\Inetpub\wwwroot\Responder.
  8. Look for the following lines of XML:
     <add key="mapImage.mapService" value="http://WebServerName/ArcGIS/rest/services/MapServiceName/MapServer" />
    

    and

     <Layer MapServiceName="Electric" Url="http://WebServerName/ArcGIS/rest/services/MapServiceName/MapServer" Visible="True" Type="ArcGISDynamicMapServiceLayer" />
    
  9. Replace WebServerName with the location of your ArcFM/ArcGIS Map Server and replace MapServiceName with your ArcFM/ArcGIS map service.

You may also configure the web server to display the map data at a defined minimum extent. This requires a configuration on the web server.

 

 


Send Comment to documentation@schneider-electric.com