Post Installation Configuration

These steps will walk you through configuration after RxIF installation.

Update the Connection String in the Web.config file for the selected web server:

For CIM:

C:\inetpub\wwwroot\Miner.Responder.RxIF.CimServices

For Multispeak:

C:\inetpub\wwwroot\Miner.Responder.RxIF.Multispeak30ab

or

C:\inetpub\wwwroot\Miner.Responder.RxIF.Multispeak416

NOTE: If the installation is an upgrade or patch fix, please save backup copy of this Web.config file. After the installer runs use an xml file compare function to compare the new Web.config with the backup Web.Config in order to add any after installation config changes not noted in this document (Notepad++ or XMLPad).

  1. In the ResponderConnection connectionString, ensure the data source, user ID, and password are correct and check the path of the SqlModel.ssdl or OracleModel.ssdl file.

    NOTE: The user ID must be written in ALL CAPS in this instance.

    <add name="ResponderConnection" connectionString="metadata=res://*/Model.csdl|C:\inetpub\wwwroot\SE.Responder.Integration.Multispeak30ab\SqlModel.ssdl|res://*/Model.msl;provider=System.Data.SqlClient;provider connection string=&quot;DATA SOURCE=[Responder Database Instance];PASSWORD=[responder database password];USER ID= [RESPONDER DATABASE USER NAME]&quot;" providerName="System.Data.EntityClient"/>

  2. Change the log file location, if required. By default the log file will be placed in C:\Responder\Logs .

For CIM:

<file value="C:\Responder\Logs\Miner.Responder.RxIF.CimService.log" />

For Multispeak:

<file value="C:\Responder\Logs\Miner.Responder.RxIF.Multispeak30ab.log" />

or

<file value="C:\Responder\Logs\Miner.Responder.RxIF.Multispeak416.log" />
QR Code is a registered trademark of DENSO WAVE INCORPORATED in Japan and other countries.

Was this helpful?