Summary of Changes to the MineMarket Search Service Config File

Important: If changing any port numbers, review the summary of all Default Port Numbers.

In MineMarketSearchSvc.exe.config on the machine where the MineMarket Search Service is installed:

  • The port number in the following code must match the port number in BulkTrak.Server.exe.config and BulkTrak.Service.exe.config on the Application Server.

    Both the server name and port number can be updated with the Application Configuration Editor.

    Copy
    <endpoint address="net.tcp://localhost:17040" binding="netTcpBinding" bindingConfiguration="TCPForServiceStatusNotification" contract="IMS.ServiceInstrumentation.WCF.ServiceContracts.IServiceStatusListener" />
  • To assist with identifying the source of errors logged in the Windows Event Viewer, initializeData can be changed to a unique value. A unique value is recommended for multiple installations of MineMarket.
    Copy
    <add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="MineMarket V5 - Search">
      <!-- Logs only Warning level messages and above (error, critical) -->
      <filter type="System.Diagnostics.EventTypeFilter" initializeData="Warning" />
    </add>

Updates and Upgrades

To generate a new file:

  1. Rename the existing MineMarketSearchSvc.exe.config file in the MineMarket installation folder, so that it can be used for reference purposes.
  2. Perform one of the following steps:
    1. Start the MineMarket Search Service as a background Windows service.
    2. Start the MineMarket Search Service in console mode.

      A new version of MineMarketSearchSvc.exe.config is created.

  3. Configure the MineMarket Search Service and Edit the MineMarket Application Configuration as required.

Note: Even for implementations with custom integrations, Datamine does not recommend trying to update configuration files from MineMarket 5.5.10 or earlier.