JTDS Driver

The JTDS driver provides connections for MSSQL databases.

To install the JDBC driver:

  1. Download the JTDS.zip archive.

    For other drivers, see the list of supported drivers.

  2. Extract the ZIP file.

  3. Copy the jtds-x.x.x.jar file to the bin/ext folder of your ReadyAPI installation.

    The JTDS driver in the ReadyAPI installation directory

    Note

    You need to restart ReadyAPI upon installing a .jar file.

Connection String Template

To authenticate correctly, you need to add a connection string. You can do this in the ReadyAPI Preferences menu.

  1. Click preferences.png Preferences on the toolbar.

    ReadyAPI: Opening the preferences menu from the toolbar
  2. Open the JDBC Drivers settings.

  3. Click add.png.

  4. Enter a descriptive name for the driver.

    ReadyAPI: Entering the JDBC connection name

    You can use the following name for now: MSSQL/net.sourceforge.jtds.jdbc.Driver.

  5. A new connection will appear at the end of the list.

    ReadyAPI: The JDBC connections list with the new connection
  6. Add a connection string template. It should look like this:

    jdbc:jtds:sqlserver://<HOST:127.0.0.1>:<PORT:1433>/<DB>;domain=
    <yourdomain>;trusted_connection=yes

    Replace <yourdomain> with your domain name. The PORT should be the fixed port you have set up on the server.

    ReadyAPI: The new JDBC connection with the connection string

Configuring Windows Authorization

To use Windows (NTLM) authorization with JTDS:

  1. Open the extracted JTDS archive.

  2. Open the directory that is appropriate for your operating system: x86 or x64.

  3. Open the SSO directory.

  4. Copy the ntlmauth.dll file and place it the bin folder of your ReadyAPI installation.

The ntlmauth.dll file in the ReadyAPI installation directory

Note

If ReadyAPI is running, you need to restart it.

See Also

Publication date: