Configuring Responder/Smart Grid
Miner.Configuration.ConfigurationService

Version: 10.1

Resource Center Home

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

  1. Browse to C:\Inetpub\wwwroot\Miner.Configuration.ConfigurationService\ 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:
<connectionStrings>
    <add name="settings" providerName="System.Data.OracleClient" '
         connectionString="Data Source=orcc.optimus;Persist Security Info=True;User ID=responder;Password=responder" />
    <!--add name="settings" providerName="System.Data.SqlClient"
            connectionString="Data Source=fleur;Initial Catalog=responder;User ID=responder;Password=responder"/-->
    <!--<add name="settings" providerName="System.Data.SQLite"
             connectionString="Data Source=D:\Aspen\source\Miner.Smartgrid\Miner.Configuration\settings.db"/>-->
</connectionStrings>
  1. Add a connection string to the <connectionStrings> section that points to your geodatabase. Use the login information for the owner of the Responder tables. Note that there are examples provided for Oracle, SQL and SQLite. If you choose to edit a sample, be sure to remove the comment tags. Only one connection string may be uncommented. All others must be commented out.
  2. Save and close Web.config.

 


Send Comment to documentation@schneider-electric.com