Stop ODBC Connector

You can stop ODBC Connector by using one of the following procedures.

To stop ODBC Connector

  • Send the Stop service action to the service port.

    http://host:ServicePort/action=Stop

    where:

    host is the host name or IP address of the machine where ODBC Connector is installed.
    ServicePort is the ODBC Connector service port (specified in the [Service] section of the configuration file).
  • On Windows, if ODBC Connector is running as a service, stop ODBC Connector from the Windows Services dialog box.
  • On Linux, if ODBC Connector is running as a service, use one of the following commands:

    • On machines that use systemd:

      systemctl stop odbcconnector

    • On machines that use system V:

      service odbcconnector stop

  • On Linux, if you started ODBC Connector with the script start-odbcconnector.sh, run the script stop-odbcconnector.sh which is provided in the installation directory.