Configuring Responder/Smart Grid
Miner.Configuration.Web

Version: 10.1

Resource Center Home

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

  1. Browse to C:\Inetpub\wwwroot\Miner.Configuration.Web\ and open Web.config.
  2. Look for the following XML and set "localhost" to the name of the machine that hosts the Smartgrid Log Service. This service is visible in Computer Management > Services and Applications > Services. 
<endpoint address="net.msmq://localhost/private/LogServiceQueue"
                binding="netMsmqBinding"
                bindingConfiguration="LogService_netMsmqBinding"
                contract="Miner.Smartgrid.ServiceContracts.LogService.ILogService"
                name="LogService_netMsmqEndpoint"/>
  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.
address="http://localhost/Miner.Configuration.ConfigurationService/ConfigurationProvider.svc/wsHttpConfigurationService"
   binding="wsHttpBinding"
   bindingConfiguration="ConfigurationService_wsHttpBinding"
   contract="Miner.Configuration.Core.ServiceContracts.IConfigurationService"
   name="ConfigurationService_wsHttpEndPoint" />
  1. Save and close Web.config.  

Send Comment to documentation@schneider-electric.com