Sidebar

Does Qvera support Microsoft SQL Server V8.0

0 votes
450 views
asked Aug 12, 2013 by brandon-w-8204 (33,270 points)
edited Aug 12, 2013 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

answered Aug 12, 2013 by brandon-w-8204 (33,270 points)
edited Dec 6, 2013 by michael-h-5027
...