To resolve the above error, you need to update the Microsoft SQL Server JDBC driver to a version which is compatible with the Java 11 version used by TSSS.
1. Download the latest JDBC driver bundle from Microsoft here:
https://docs.microsoft.com/en-us/sql/connect/jdbc/download-microsoft-jdbc-driver-for-sql-server?view=sql-server-ver15In the download, there will be several drivers:
- mssql-jdbc-8.4.1.jre8.jar
- mssql-jdbc-8.4.1.jre11.jar
- mssql-jdbc-8.4.1.jre14.jar
Place the jre11 jar file in the
SPSERVER_HOME/endorsed directory, or
SPSERVER_SHARE/endorsed for a clustered environment, of the Tibco Spotfire Statistics Services server.
2. Restart the Tibco Spotfire Statistics Services server.
For details, see
Configuring a non-default database and
Configuring the JDBC driver.