VeselovAlex.github.io

ODBC-JDBC Bridge

Overview

This document describes how to install an ODBC-JDBC bridge on a Windows machine. The bridge serves as a data link between the Axibase Time Series Database and Windows applications that do not support JDBC driver technology.

The bridge intercepts SQL queries from the client applications via the Microsoft ODBC protocol and transmits the queries into ATSD using the ATSD JDBC driver.

Prerequisites

Downloads

  1. Download and install Java 7. Note that Java 8 is not fully supported by the ODBC-JDBC bridge vendor.
  2. Register an account with the bridge vendor. The account is required for trial license activation.
  3. Download the trial version of the ODBC-JDBC bridge.
  4. Download ATSD JDBC driver with dependencies.

Bridge Installation

Install and activate the bridge:

License Activation

A license manager window will appear after exiting from the installation wizard. If the window fails to appear go to Start and search for License Manager. Fill out the form fields as entered in the registered account and click Request License

Configure ODBC Data Source

DSN         :   ATSD
User name   :   <atsd username>
Password    :   <atsd password>
Driver class:   com.axibase.tsd.driver.jdbc.AtsdDriver
Class Path  :   <path to ATSD driver, e.g. C:\drivers\atsd-jdbc-1.3.2-DEPS.jar>
URL         :   jdbc:atsd://atsd_hostname:8443

Refer to ATSD JDBC documentation for additional details about the URL format and the driver properties.

In case of ‘Unable to create JVM’ error, run a Repair task in Windows Program for the bridge program. The error may occur if the bridge was installed prior to Java installation.