Configure the MineMarket Export and Reports Service

Use this activity to configure the connection settings for the MineMarket Export and Reports Service. This activity is required if:

  • The TcpPort number for the MineMarket Service is changed from the default port number of 8085.
  • The MineMarket Service and MineMarket Export and Reports Service are run on different servers.
  • The MineMarket Service has SecureTcp disabled.

This activity updates the BulkTrak.ExportAndReportsService.exe.config file.

The MineMarket Export and Reports Service must be stopped before making changes to its configuration. The service can be restarted when configuration is complete.

Activity Steps

  1. On the machine where the MineMarket Export and Reports Service is installed, navigate to the MineMarket installation folder and double-click AppConfig.exe.

    The Application Configuration Editor opens.

  2. In the Export and Reports Service category, update the following connection details if required:
    • MineMarket Service Hostname—Name or IP address of the server on which the MineMarket Service runs. Default: localhost.
    • MineMarket Service Port—TCP port that the MineMarket Export and Reports Service uses to communicate with the MineMarket Service. This port number must match the TCP port specified in the MineMarket Service configuration.
    • Export and Reports Service Port—TCP port that the MineMarket Export and Reports Service uses to receive export service requests from the MineMarket Service. This port number must match the TCP port specified in the MineMarket Service configuration. Default: 8050.
  3. Modify the Secure Tcp setting only if required. If True, the security mode for all TCP bindings is Transport. If False, the security mode for all TCP bindings is None. Default: True.

    Important: If the Secure Tcp setting is changed, the security mode for all related bindings must be changed to match. That is, the security mode of related bindings must either all be Transport or all be None. Changing this setting also affects any TCP bindings that have been added to the configuration file for custom integrations.

  4. Select whether to Use SSL. This setting must match the setting for the MineMarket Service. See Certificate Management and Configure the MineMarket Service.
  5. If Use SSL is True:
    1. Enter the Subject Alternative Name (SAN) specified in the server certificate as the SSL Target Name Override only if DNS cannot be used to resolve the address of the MineMarket Server machine using the server certificate SAN. For example, this field may be required if the MineMarket Server is installed on a virtual machine without access to a shared DNS.
    2. Enter the Keystore folder name where certificates are stored.
  6. Leave gRPC Tracers with its default setting of -all (with a prefixed hyphen) unless you need to debug the gPRC communication layer.
  7. Select whether to Use Remoting. This setting must match the setting for the MineMarket Service. See Configure the MineMarket Service.
  8. Click OK.

    The Application Configuration Editor closes and updates the BulkTrak.ExportAndReportsService.exe.config file.

    Important: Further changes may need to be made to the configuration file. See the Summary of Changes to the MineMarket Export and Reports Service Config File for more information.

  9. Configure the logon user for the service. See Configure the Logon User for each MineMarket Service.