Smart Grid Applications Overview > Smart Operations Solution > SOS Configuration Overview > DMS > Configure DMS-Responder Integration |
Version: 10.1 |
DMS integrates with Responder as well as Network Adapter. The following configuration is necessay for DMS to integrate with Responder. Before beginning the configuration, ensure the RealTime Integration for DMS is installed. This is part of the Responder Server installer and NOT installed by default.
Copy Code
|
|
---|---|
<client> <endpoint address="http://172.18.226.87:8080/DynamicDataService" binding="basicHttpBinding" bindingConfiguration="WSHttpBinding_IDynamicDataService" contract="IDynamicDataService" name="WSHttpBinding_IDynamicDataService"> <identity> <userPrincipalName value="jonf@miner.com" /> </identity> </endpoint> </client> </system.serviceModel> |
Copy Code
|
|
---|---|
<client> <endpoint address="http://ServerName:8080/SwitchingAnalysis" binding="basicHttpBinding" bindingConfiguration="SwitchingAnalysisBinding" contract="ISwitchingAnalysis" name="SwitchingAnalysisEndPoint" /> <endpoint address="http://ServerName:8080/FaultAnalysis" binding="basicHttpBinding" bindingConfiguration="FaultAnalysisBinding" contract="IFaultAnalysis" name="FaultAnalysisEndPoint" /> </client> |
To integrate DMS with Network Adapter, you will need to enable pipeline rules. The Enable Pipeline Rules step is also part of the Network Adapter configuration. If you are configuring Network Adapter as well, this step can be done once during the DMS configuration or the Network Adapter configuration.
DMS allows you to configure multiple DMS servers to provide failover support. See the Redundant DMS Servers page for more information.