Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
56 lines (29 loc) · 1.63 KB

windows_configure_dsn.md

File metadata and controls

56 lines (29 loc) · 1.63 KB

Configuring a DSN on Windows

Test Default Connection

  1. Open ODBC Data Source Administrator.

  1. Click on the System DSN tab. Select ODFE SQL ODBC DSN and click on Configure.

  1. DSN Setup window will open with default values for configuration options.

  1. 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 Host needs to be prefaced with https:// and Enable SSL in Advanced Options should be checked.

  1. Click on Test to verify connectivity. You will get a message as Connection successful.

  1. Click on OK to save DSN values.

Add User DSN

  1. Open ODBC Data Source Administrator. Click on User DSN > Add.

  1. Select ODFE SQL ODBC Driver and click on Finish.

  1. The DSN Setup window will open.

  1. Update values of configuration options.
  2. Click on Test to verify connectivity.
  3. Click on OK to save DSN values.
  4. You will find this newly added DSN in User DSN list.