Smart Grid Applications Overview > Smart Operations Solution > AMI Integration > Update Configuration Files > Miner.Configuration.ConfigurationService |
Version: 10.1 |
Follow the steps below to configure the Configuration Services configuration file for AMI Integration:
<endpoint address="net.msmq://localhost/private/LogServiceQueue"
binding="netMsmqBinding"
bindingConfiguration="LogService_netMsmqBinding"
contract="Miner.Smartgrid.ServiceContracts.LogService.ILogService"
name="LogService_netMsmqEndpoint"/>
<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>