Configuring Responder/Smart Grid
Miner.Responder.DataServices.exe.config

Version: 10.1

Resource Center Home

Follow the steps below to configure the Data Services configuration file for AMI Integration:

  1. Browse to and open Miner.Responder.DataServices.exe.config. By default, this file is installed here: C:\Program Files (x86)\Miner and Miner\Responder\Server\
  2. Look for the following XML and set "localhost" to the name of the machine that hosts the Miner.Smartgrid.StateService. This service will be visible on the server here: C:\inetpub\wwwroot\Miner.SmartGrid.StateService. 
Copy Code
<endpoint address="http://localhost/Miner.Smartgrid.StateService/Service.svc/wsHttpAmiStateService"
    behaviorConfiguration="StateServiceBehavior"
    binding="wsHttpBinding"
    bindingConfiguration="AmiStateService_wsHttpEndpoint"
    contract="Miner.Smartgrid.ServiceContracts.StateService.IAmiStateService"
    name="AmiStateService_wsHttpEndpoint" />
  1. Look for the following XML (it will be immediately below the XML in step 2) and set "localhost" to the name of the machine that hosts the Miner.Configuration.ConfigurationService. This service will be visible on the server here: C:\inetpub\wwwroot\Miner.Configuration.ConfigurationService.
<endpoint address="http://localhost/Miner.Configuration.ConfigurationService/ConfigurationProvider.svc/wsHttpConfigurationService"
    binding="wsHttpBinding"
    bindingConfiguration="ConfigurationService_wsHttpEndPoint"
    contract="Miner.Configuration.Core.ServiceContracts.IConfigurationService"
    name="ConfigurationService_wsHttpEndPoint">
  1. Look for the following XML:
        <identity>
          <userPrincipalName value="user@domain.com" />
        </identity>
  1. Enter the user name of the Responder Services user followed by @ and the name of the domain. For example if the Responder Services user is rxapp and part of the miner domain, this value would be rxapp@miner.com.
  2. Look for the following XML. This setting indicates whether AMI is enabled. True=AMI enabled; False=AMI disabled. This value is set to False by default.
Copy Code
<setting name="IsAmiSite" serializeAs="String">
        <value>True</value>
</setting>
  1. Set the value to True.
  2. Look for the following XML:
<setting name="TraceUpAllPhases" serializeAs="String">
       <value>False</value>
</setting>
  1. The TraceUpAllPhases setting allows you to determine how tracing occurs when tracing a feeder and identifying outages.
    • False: Trace upstream from an outage device using the NormalClosed phases of the device to travel from source to source and returns all downstream load points and canaries. This is the default value.
    • True: Trace upstream from an outage device on all phases (ABC) to travel from source to source and returns all downstream load points and canaries.
  2. Set the TraceUpAllPhases value.
  3. Save and close Miner.Responder.DataServices.exe.config.  

Send Comment to documentation@schneider-electric.com