Hi, I'm trying to configure data source in the most basic way as jdbc. My postgres database is on the same server as Knowage application. I put postgre driver in lib directory: /opt/knowage6/Knowage-Server-CE/lib/postgresql-42.1.4.jar
I make installation on root account if its matter. I'm getting error: Driver not found
This is from knowage.log
[http-bio-8080-exec-3] 06 Jan 2018 21:18:19,413 ERROR it.eng.spagobi.rest.interceptors.RestExceptionMapper.toResponseFromGenericException:73 - Catched service error:
it.eng.spagobi.utilities.exceptions.SpagoBIRestServiceException: Driver not found: postgresql-42.1.4.jar
Please help - it should be simple but it's not working. I add /opt/knowage6/Knowage-Server-CE/lib to PATH but it didn't work also.