Configuring Responder/Smart Grid
Miner.Smartgrid.StateService

Version: 10.1

Resource Center Home

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

  1. Browse to C:\Inetpub\wwwroot\Miner.Smartgrid.StateService\ 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.
Copy Code
<endpoint address="http://localhost/Miner.Configuration.ConfigurationService/ConfigurationProvider.svc/wsHttpConfigurationService"
       binding="wsHttpBinding"
       bindingConfiguration="ConfigurationService_wsHttpBinding"
       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. This must match the user you set on the application pool.
  2. Save and close Web.config.

Send Comment to documentation@schneider-electric.com