Re: SQL Server JDBC Datasource doesnt list tables.

2019-01-29 Thread Xiaoxiang Yu
Hi Gladson, I reproduce the same situation in my dev env,. The question is caused by org.apache.kylin.source.jdbc.metadata.SQLServerJdbcMetadata.java(Line:53) didn't report null in "TABLE_CATALOG" column. This can be verified by following code: String

SQL Server JDBC Datasource doesnt list tables.

2019-01-29 Thread Gladson Vas
Hi,     I followed all the steps in this url  http://kylin.apache.org/docs/tutorial/setup_jdbc_datasource.html , but when i click on Load table button or Load table from tree i don't seem to have any tables loaded from the SQL Server data source.There are no errors/exceptions in the logs too.