1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
0 votes
534 views
by brandon-w-8204 (34.1k points)
edited by mike-r-7535

I am trying to connect to a Microsoft SQL Version 8.0 server and it is failing to connect.

The Log file shows the following error: SQL Server version 8 is not supported by this driver.

Cannot create PoolableConnectionFactory (SQL Server version 8 is not supported by this driver. ClientConnectionId:a77c41f3-c3ca-47fc-8c31-5f036d46706e)

1 Answer

+1 vote
 
Best answer

Qvera Interface Engine includes the Microsoft JDBC driver from microsoft. The Current Microsoft JDBC jar file does not support version 8.0 of the Microsoft SQL server.

To resolve this issue you have 2 options.

1. Update the SQL server to a newer version or Microsofts SQL Server.

2. Find a JDBC jar file that supports version 8.0 of Microsofts SQL Server. For example the following link from Microsoft:

http://www.microsoft.com/en-us/download/details.aspx?id=2505

by brandon-w-8204 (34.1k points)
edited by michael-h-5027
...