Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
+1 vote
1 view
HI, I'd like to know if it's possible to enable a debug dialog for the 'test' button on 'Data Source' (promting the java stacktrace would be enough). Now I press the button and nothing happen. I'm using MSSQL drivers through JDBC.
Environment 6.1.1 -4.15.0-20-generic #21-Ubuntu 18:04 LTS, MSSQL
in General Configuration by (710 points)

1 Answer

0 votes

The full Java stack error of the database connection problem is probably recorded inside knowage.log. Have a look here.

Also, i end up to setup the database connection always with JNDI contexts instead of direct JDBC, because, aditional parameters may be required (for example oracle.jdbc.timezoneAsRegion=false for my Oracle database). Maybe there is a similar requirement for MSSQL databases.

by (2.3k points)
...