Post Installation Configuration
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
-
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="DATA SOURCE=[Responder Database Instance];PASSWORD=[responder database password];USER ID= [RESPONDER DATABASE USER NAME]"" providerName="System.Data.EntityClient"/>
-
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" />