Smart Grid Applications Overview > Smart Operations Solution > Optional Configurations > Configure Multiple Smart Grid Listeners |
Version: 10.1 |
This optional step is performed on the Responder Server.
If you have multiple Smart Grid Listener services using the same geodatabase and OASyS and DMS servers, then you will need to perform the following configuration. You may wish to configure a second Smart Grid Listener service to provide failover support.
Sample XML |
Copy Code
|
---|---|
<!-- <add key="systemMonitor" value="Miner.Smartgrid.SystemMonitors.OracleDataBaseSystemMonitor,
Miner.Smartgrid, Version=1.0.0.0, Culture=neutral, PublicKeyToken=196beceb052ed5dc" /> -->
|
Sample XML |
Copy Code
|
---|---|
<Miner.Smartgrid.SystemMonitors.OracleDataBaseSystemMonitor> <add key="uniqueRTDMustRun" value="yes" /> <add key="maxUnactiveTime" value="5001" /> <add key="checkTime" value="1200" /> <add key="connection" value="Data Source=GDB Name;Persist Security Info=True;User ID=SMARTGRID;Password=SMARTGRID" /> <add key="driverAssembly" value="System.Data.OracleClient.OracleConnection, System.Data.OracleClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> </Miner.Smartgrid.SystemMonitors.OracleDataBaseSystemMonitor> |
For the Data Source value in the Connection key, enter the name of the geodatabase in which the Smart Grid tables reside. Enter the user name/password for the Smart Grid user.
Save and close Miner.Smartgrid.ListenerService.exe.config.