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
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>