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

Version: 10.1

Resource Center Home

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

  1. Browse to and open Miner.Smartgrid.EventProcessor.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 Smartgrid Log Service. This service is visible in Computer Management > Services and Applications > Services.  

    Copy Code
    <endpoint address="net.msmq://localhost/private/LogServiceQueue"
                    binding="netMsmqBinding"
                    bindingConfiguration="LogService_netMsmqBinding"
                    contract="Miner.Smartgrid.ServiceContracts.LogService.ILogService"
                    name="LogService_netMsmqEndpoint"/>
    
  3. Look for the following XML (it will be immediately below the XML in step 3) 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_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 Miner.Smartgrid.EventProcessor.exe.config.
 

Send Comment to documentation@schneider-electric.com