Configure multiple connections on Windows

You can add multiple ODBC data sources.

Use this procedure if you want to add an additional data source after creating installing ODBC on Windows. The main reason for needing to set up multiple ThoughtSpot ODBC data sources is that you have a production cluster and a test or development cluster.

  1. Locate and open the ODBC Data Source Administrator (64-bit) application.

  2. Select the System DSN tab.

  3. Select Add.

    The system lists the available drivers.

    Select the ThoughtSpot ODBC Driver from the Create New Data Source pop-up
  4. Choose the ThoughtSpot ODBC Driver and select Finish.

    The system displays the Client Configuration Dialog.

    Client Configuration Dialog
  5. Enter your data source configuration.

    Configuration Property Value

    Data Source Name

    The name you want to call the data source.

    Description

    A description of the data source.

    Server IP

    A list of the IP addresses for each node, separated by commas.

    Server Port

    12345

    Idle Timeout

    Time in seconds after which an idle ODBC connection times out.

    Login Timeout

    Time in seconds after which a login request times out.

    Query Timeout

    Time in seconds after which a query times out.

  6. Configure custom properties by selecting Options.

    The system displays the Options dialog.

    Select Options > Add
  7. Add these properties using the Add to enter an option and select OK after to save an option.

    Option Value

    DATABASE

    The default database to connect to.

    SCHEMA

    The default schema to connect to. Use falcon_default_schema if you aren’t sure.

    CONNECTIONTIMEOUT

    Optional. Seconds before an idle connection times out.

    The key must be defined exactly as it appear here, using all capital letters. You can find other supported properties in ODBC and JDBC configuration properties.

  8. When you are done, select OK to save your new configuration.

  9. Select Test Connection to test your database connection. If your connection is successful, a Success pop-up appears

    Successful connection pop-up

    If your test connection fails, enable ODBC logging to troubleshoot.

  10. Select Cancel to close the DSN Configuration dialog.

  11. Select OK to close the Client Configuration Dialog the dialog.

  12. Select OK to close the ODBC Data Source Administrator (64-bit) application