Driver Not found JDBC

I’m sure I’ve missed something here…

I’m trying to add an MsSQL datasource in ReportsServer that exists elsewhere on the network, I’ve got the URL to add it, but the error its giving me is ‘Driver not found: com.microsoft.sqlserver.jdbc.SQLServerDriver’

I’m running this straight out of the Bitnami VM, so if I do have to install anything, how would I do it? I’m assuming I can’t simply do an apt-install.

Hi Gary,

since MsSQL is not freely available we cannot ship the JDBC driver with ReportServer. You’ll need to place the jar-file containing the driver (for example, download from MSDN) into the WEB-INF/lib directory and restart Tomcat/ReportServer.

Hope this helps,
Arno

I’ll give it a go! Thanks very much :slight_smile: