Installing the Microsoft SQL server JDBC Driver

If you are using the Microsoft SQL Server database, you must install the proper Java Database Connectivity (JDBC) driver file.

  1. Obtain a copy of the Microsoft SQL JDBC driver file, which is typically named mssql-jdbc-9.2.*.jre8.jar. Download jar from: https://docs.microsoft.com/en-us/sql/connect/jdbc/system-requirements-for-the-jdbc-driver?view=sql-server-2019.

    Choose the jar:

    1. That supports Java 8
    2. That has version Microsoft JDBC Driver 9.2 for SQL Server

  2. Copy the file into the <SEE_install_dir>/config/tomcat/lib/ directory of the SIMULIA Execution Engine installation.