Configuring Responder/Smart Grid
Miner.Smartgrid.DeviceIdLoader.exe.config

Resource Center Home

Follow the steps below to point the configuration file toward your WCF (Windows Communication Foundation) server.

  1. Browse to and open Miner.Smartgrid.DeviceIdLoader.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 your WCF service. There are two instances of "localhost" in this configuration file (both are shown in the example below). Be sure to modify both.

    Copy Code
       <endpoint address="http://localhost/Miner.Smartgrid.StateService/Service.svc/wsHttpAmiStateService"
           behaviorConfiguration="StateServiceBehavior"
           binding="wsHttpBinding"
           bindingConfiguration="AmiStateService_wsHttpBinding"
           contract="Miner.Smartgrid.ServiceContracts.StateService.IAmiStateService"
           name="AmiStateService_wsHttpEndpoint"/>
    
       <endpoint address="http://localhost/Miner.Configuration.ConfigurationService/ConfigurationProvider.svc/wsHttpConfigurationService"
           binding="wsHttpBinding"
           bindingConfiguration="ConfigurationService_wsHttpBinding"
           contract="Miner.Configuration.Core.ServiceContracts.IConfigurationService"
           name="ConfigurationService_wsHttpEndPoint"/>
    

 

 

<appSettings>
    <add key="Miner.Smartgrid.AmiGeoDatabase.Server" value="fleur"/>
    <add key="Miner.Smartgrid.AmiGeoDatabase.Instance" value="sde:sqlserver:fleur"/>
    <add key="Miner.Smartgrid.AmiGeoDatabase.UserId" value="sde"/>
    <add key="Miner.Smartgrid.AmiGeoDatabase.Password" value="sde1001"/>
    <add key="Miner.Smartgrid.AmiGeoDatabase.Database" value="powerstream"/>
    <add key="Miner.Smartgrid.AmiGeoDatabase.Version" value="SDE.DEFAULT"/>
   
    <add key="Miner.Smartgrid.AmiDatastore.DbConnection.Password" value="smartgrid"/>
    <add key="Miner.Smartgrid.AmiDatastore.DbConnection.Server" value="fleur"/>
    <add key="Miner.Smartgrid.AmiDatastore.DbConnection.Type" value="SqlServer"/>
    <add key="Miner.Smartgrid.AmiDatastore.DbConnection.Username" value="smartgrid"/>
   
    <add key="Miner.Smartgrid.RxDbConnection.Password" value="responder"/>
    <add key="Miner.Smartgrid.RxDbConnection.Server" value="fleur"/>
    <add key="Miner.Smartgrid.RxDbConnection.Type" value="SqlServer"/>
    <add key="Miner.Smartgrid.RxDbConnection.Username" value="responder"/>
   
</appSettings>

 

 

<dbinfo isesriconnection="true" name="fleur" />

 

 

  1. Save and close Miner.Smartgrid.DeviceIdLoader.exe.config. 

 

 


Send Comment to ArcFMdocumentation@schneider-electric.com