Responder Mobile Configuration Guide
Configure Responder Mobile Service

Version: 10.2.1c and 10.2.1c SP3

Resource Center Home

Next, you will need to configure the Responder Mobile Service configuration file. This is the service that transfers data between the Enterprise and the field machines.

  1. Browse to the Responder Server installation directory (by default: C:\Program Files (x86)\Miner and Miner\Responder\Server).
  2. Open Miner.Responder.MobileService.exe.config.
  3. Look for the following XML:
    Copy Code
    <channels>
            <channel ref="msmq" isServer="false" ComputerName="." />
    </channels>
    
  4. In the ComputerName field, enter the name of the machine that is running Responder Data Services. If you are running Data Services on the local machine, you can enter a period (".").
  5. Look for the following XML:
    Copy Code
    <property name="connection.connection_string">
            Data Source=YourMachineName\SQLEXPRESS;Initial Catalog=ResponderDatabase;Integrated Security=True;Pooling=False
    </property>
    
  6. Set the Data Source equal to the name of the machine on which SQL Server 2008 Express is installed. In the example above, the machine name is dox (e.g., dox\SQLEXPRESS).
  7. Set the Initial Catalog to the name of your new SQL Express database. The default is ResponderDatabase. This database may have been initially named using the Initial Catalog attribute in ConfigureMobileApplication.exe.config. The database name must appear the same in all configuration files that reference it.
  8. Look for the following XML:
    Copy Code
    <property name="default_schema">ResponderDatabase.dbo</property>
    
  9. This is the name of the SQLEXPRESS database. The default is ResponderDatabase.dbo. If you have changed this name, modify this setting to reflect the new name.
  10. Save and close Miner.Responder.MobileService.exe.config.

  

 

 


Send Comment to ArcFMdocumentation@schneider-electric.com