Configuring Responder
Add Devices to a Request

Version: 10.2.1c and 10.2.1c SP3

Resource Center Home

If you would like to add specific devices to a Switching Order Request, you will need to view a map document. By default, this map document is not visible. This map document must be set up in order to be viewed in the Switch Order Requests tab and the appropriate Model Names need to be assigned to the appropriate domain.

If you do not have ArcGIS/ArcFM Server installed, the Switch Order Request tool will not have the available page to view a map and select devices. The configuration described below will not work without ArcGIS/ArcFM Server and an active map service.

You can use the same map service as the Map Viewer tab or create a new one specifically for the Switch Order Requests section. Once you've decided which map service to use, follow the steps below to configure the Switch Order Requests section.

For each map service, ensure that the ArcFMMapServer capability option is selected in ArcGIS Server Manager.
  1. Open the web.config file. Web.config is installed in: C:\Inetpub\wwwroot\Responder\Web.config.
  2. In Web.config, look for the <switchOrder.map.Service> tag. Scroll down to this set of tags:
Copy Code
<Configuration>
      <!--configuration section that handles layers-->
      <!--
        Valid layer types are:
          ArcGISDynamicMapServiceLayer
          ArcGISTiledMapServiceLayer
          ArcGISImageServiceLayer
          FeatureLayer
      -->
      <Layers Extent="2643073,251916,2644720,253183">
        <!--Mapservices that display in the map control-->
        <Layer MapServiceName="Electric" Url="http://WebServerName/ArcGIS/rest/services/MapServiceName/MapServer" Visible="True" Type="ArcGISDynamicMapServiceLayer" />
      </Layers>
  1. Set the Layers Extent to coordinate to default full extent of your map service. The numbers correspond to: MINIMUMXCOORDINATE (Left), MINIMUMYCOORDINATE (Bottom), MAXIMUMXCOORDINATE (Right), MAXIMUMYCOORDINATE (Top).
  2. For the Layer MapServiceName tag, set a value for MapServiceName (such as Electric, Gas, or Water) and the Url for the location of the Map Service Layer.
    Replace WebServerName with the name of the hosting ArcFM Server machine with the port number appended (e.g. WebServerName:PortNumber) and replace MapServiceName in the Url with the name of the ArcFM Server map service.
  3. Save and close Web.config.
  4. Restart your ArcGIS and ArcFM server map services after completing this configuration.
  5. Ensure your ArcGIS and ArcFM Server services are running.

     

 

 


Send Comment to ArcFMdocumentation@schneider-electric.com