I try to create a new data source using both Oracle and Microsoft Sql Server databases, but i don't know how to understand wich jdbc driver the server use and what i have to set the value for "driver".
For example i tried this for Sqlserver:
url: jdbc:jtds:sqlserver://emanager3.galliera.it:1433/emanager
driver: net.sourceforge.jtds.jdbc.Driver
The Error in logs/knowage.out is :
[http-bio-8080-exec-4] 21 giu 2019 15:47:22,526 ERROR it.eng.spagobi.tools.datasource.service.rest.TestConnection.testDataSourceNew:200 - Error testing datasources
java.lang.ClassNotFoundException: net.sourceforge.jtds.jdbc.Driver
Sorry, but I'm not so friendly with java's proejcts...
Thanks