Cannot load drivers for SQL Server on WSO2 Data Services Server

I am trying to create a new data service in WSO2 Data Services Server to connect to SQL Server 2005. However, every time I test the connection, I get the error "Driver class com.microsoft.jdbc.sqlserver.SQLServerDriver may not load."

Data Source Type: RDBMS, Non-XA-DataSource
Database Engine: Microsoft SQL Server
Driver: com.microsoft.jdbc.sqlserver.SQLServerDriver 
...

      

I don't think my connection string or credentials are the problem as it doesn't work when loading the driver.

What is the step I am missing in this process?

+3


source to share


1 answer


To load the driver class, you must place the Microsoft SQL jar inside the / components / lib repository of the DSS distribution.



+6


source







All Articles