Configuring Responder/Smart Grid
Configure DMS-Responder Integration

Version: 10.1

Resource Center Home

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.

  1. Open Miner.Responder.DataServices.exe.config on the Responder server. By default this file is installed here: \Program Files\Miner and Miner\Responder\Server.
  2. Look for the following bit of XML. Replace the IP address with the IP address of your DMS server.
    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>
    

  3. Save and close Miner.Responder.DataServices.exe.config.
  4. Open Miner.Responder.Explorer.exe.config on the Responder client(s). By default, this file is installed here: \Program Files\Miner and Miner\Responder\Client.
  5. Look for the following XML:
    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>
    
  6. Replace both instances of "ServerName" with the IP address of the machine on which DMS is installed.
  7. Save and close Miner.Responder.Explorer.exe.config.

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.


Send Comment to documentation@schneider-electric.com