Add Devices to a Request
If you want to add specific devices to a Switching Order Request, you 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.
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.
- Open the web.config file. Web.config is installed in: C:\Inetpub\wwwroot\Responder\Web.config.
-
In Web.config, look for the <switchOrder.map.Service>
tag. Scroll down to this set of tags:
<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>
- 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).
-
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.
IMPORTANT: 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.
- Save and close Web.config.
- Restart your ArcGIS and ArcFM server map services after completing this configuration.
- Ensure your ArcGIS and ArcFM Server services are running.