RxIF Client Configuration Batch Scripts

Execute the InstallPingMeter.bat located in the path C:\Program Files (x86)\Miner and Miner\Responder\Client\CustomInstall.

This script requires the following files:

  • ArcMap.exe.config.xupdate

  • Miner.Responder.Explorer.exe.config.xupdate

IMPORTANT: If the installation is an upgrade or patch fix, please save backup copy of Miner.Responder.Explorer.exe.config from the C:\Program Files (x86)\Miner and Miner\Responder\Client folder and ArcMap.exe.config from the C:\Program Files (x86)\ArcGIS\Desktop10.6.1\bin folder. After the batch script use an XML file compare function to compare the new configurations with the backup configurations and verify changes (Notepad++ or XMLPad).

The files changed by the xupdates are as follows:

  • Miner.Responder.Explorer.exe.config

    • Adds FindPingRequestData to DataRequestsObjects and comments out FindAllDataRequest.

    • Adds the AMI Outbound Service binding and endpoint.

  • ArcMap.exe.config

    • Adds the Responder assemblyBinding.

    • Adds the appSettings section.

    • Adds the AMI Outbound Service binding and endpoint.

    • Adds the remoting section.

Configuration

Update the application configuration file Miner.Responder.Explorer.exe.config located in the folder C:\Program Files (x86)\Miner and Miner\Responder\Client or the installed path, if it was changed during installation.

Set the ServerName to the Responder Server’s FQDN:

<client>
      <endpoint address="http://ServerName:8732/Miner.Responder.RxIF.AmiOutboundService/AmiObService/AmiOBService" binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IAmiObService" contract="AmiObService.IAmiObService" name="WSHttpBinding_IAmiObService" />
    </client>
QR Code is a registered trademark of DENSO WAVE INCORPORATED in Japan and other countries.

Was this helpful?