- Open ODBC Data Source Administrator.
- Click on the
System DSNtab. SelectODFE SQL ODBC DSNand click onConfigure.
- DSN Setup window will open with default values for configuration options.
- Change values of configuration options accordingly.
For example, if you can connect to server using following curl command
curl -XGET https://localhost:9200 -u admin:admin.
The DSN configuration options can be set as shown below
NOTE: For encrypted connection, the
Hostneeds to be prefaced withhttps://andEnable SSLin Advanced Options should be checked.
- Click on
Testto verify connectivity. You will get a message asConnection successful.
- Click on
OKto save DSN values.
- Open ODBC Data Source Administrator. Click on
User DSN>Add.
- Select
ODFE SQL ODBC Driverand click onFinish.
- The DSN Setup window will open.
- Update values of configuration options.
- Click on
Testto verify connectivity. - Click on
OKto save DSN values. - You will find this newly added DSN in User DSN list.








