[jira] [Commented] (KYLIN-3798) SQL Server cannot list databases

2019-01-29 Thread XiaoXiang Yu (JIRA)


[ 
https://issues.apache.org/jira/browse/KYLIN-3798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16755634#comment-16755634
 ] 

XiaoXiang Yu commented on KYLIN-3798:
-

h2. Test Result

 

!image-2019-01-30-11-25-47-946.png!

 

 

> SQL Server cannot list databases
> 
>
> Key: KYLIN-3798
> URL: https://issues.apache.org/jira/browse/KYLIN-3798
> Project: Kylin
>  Issue Type: Bug
>  Components: RDBMS Source
>Reporter: XiaoXiang Yu
>Assignee: XiaoXiang Yu
>Priority: Major
> Attachments: image-2019-01-30-11-14-11-939.png, 
> image-2019-01-30-11-16-16-975.png, image-2019-01-30-11-16-41-320.png, 
> image-2019-01-30-11-25-47-946.png
>
>
> User report sqlserver as data source didn't show databases. Following is his 
> email:
>  
> {quote}Hi,
> {quote}
> {quote}    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.
>   
>  kylin.properties:
>   
> {quote}
> {quote}kylin.source.default=8
>  
> kylin.source.jdbc.connection-url=jdbc:sqlserver://hostname:1433;database=sample
>  kylin.source.jdbc.driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
>  kylin.source.jdbc.dialect=mssql
>  kylin.source.jdbc.user=user
>  kylin.source.jdbc.pass=pass
>  kylin.source.jdbc.sqoop-home=sqoophome
>  kylin.source.jdbc.filed-delimiter=|
>  kylin.source.jdbc.sqoop-mapper-num=4
> {quote}
> I reproduce this bug in my dev env. And I find this question was caused by 
> SQLServerJdbcMetadata. I have modified  SQLServerJdbcMetadata and databases 
> could be showed.
>  
> My env: SqlServer version is 2017, and JDBC Driver version is 
> {quote}
>  com.microsoft.sqlserver
>  mssql-jdbc
>  6.4.0.jre8
> 
> {quote}
>  
>  
>   !image-2019-01-30-11-14-11-939.png!
>  
>  
> !image-2019-01-30-11-16-41-320.png!
>  
>    



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KYLIN-3798) SQL Server cannot list databases

2019-01-31 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/KYLIN-3798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16757072#comment-16757072
 ] 

ASF GitHub Bot commented on KYLIN-3798:
---

hit-lacus commented on pull request #459: KYLIN-3798 SQL Server cannot show 
databases
URL: https://github.com/apache/kylin/pull/459
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> SQL Server cannot list databases
> 
>
> Key: KYLIN-3798
> URL: https://issues.apache.org/jira/browse/KYLIN-3798
> Project: Kylin
>  Issue Type: Bug
>  Components: RDBMS Source
>Reporter: XiaoXiang Yu
>Assignee: XiaoXiang Yu
>Priority: Major
> Attachments: image-2019-01-30-11-14-11-939.png, 
> image-2019-01-30-11-16-16-975.png, image-2019-01-30-11-16-41-320.png, 
> image-2019-01-30-11-25-47-946.png
>
>
> User report sqlserver as data source didn't show databases. Following is his 
> email:
>  
> {quote}Hi,
> {quote}
> {quote}    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.
>   
>  kylin.properties:
>   
> {quote}
> {quote}kylin.source.default=8
>  
> kylin.source.jdbc.connection-url=jdbc:sqlserver://hostname:1433;database=sample
>  kylin.source.jdbc.driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
>  kylin.source.jdbc.dialect=mssql
>  kylin.source.jdbc.user=user
>  kylin.source.jdbc.pass=pass
>  kylin.source.jdbc.sqoop-home=sqoophome
>  kylin.source.jdbc.filed-delimiter=|
>  kylin.source.jdbc.sqoop-mapper-num=4
> {quote}
> I reproduce this bug in my dev env. And I find this question was caused by 
> SQLServerJdbcMetadata. I have modified  SQLServerJdbcMetadata and databases 
> could be showed.
>  
> My env: SqlServer version is 2017, and JDBC Driver version is 
> {quote}
>  com.microsoft.sqlserver
>  mssql-jdbc
>  6.4.0.jre8
> 
> {quote}
>  
>  
>   !image-2019-01-30-11-14-11-939.png!
>  
>  
> !image-2019-01-30-11-16-41-320.png!
>  
>    



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KYLIN-3798) SQL Server cannot list databases

2019-02-10 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/KYLIN-3798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16764678#comment-16764678
 ] 

ASF subversion and git services commented on KYLIN-3798:


Commit 5e9d53311637efcb04fc8529f6682d17a6f08968 in kylin's branch 
refs/heads/master from hit-lacus
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=5e9d533 ]

KYLIN-3798 SQL Server cannot show databases


> SQL Server cannot list databases
> 
>
> Key: KYLIN-3798
> URL: https://issues.apache.org/jira/browse/KYLIN-3798
> Project: Kylin
>  Issue Type: Bug
>  Components: RDBMS Source
>Reporter: XiaoXiang Yu
>Assignee: XiaoXiang Yu
>Priority: Major
> Attachments: image-2019-01-30-11-14-11-939.png, 
> image-2019-01-30-11-16-16-975.png, image-2019-01-30-11-16-41-320.png, 
> image-2019-01-30-11-25-47-946.png
>
>
> User report sqlserver as data source didn't show databases. Following is his 
> email:
>  
> {quote}Hi,
> {quote}
> {quote}    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.
>   
>  kylin.properties:
>   
> {quote}
> {quote}kylin.source.default=8
>  
> kylin.source.jdbc.connection-url=jdbc:sqlserver://hostname:1433;database=sample
>  kylin.source.jdbc.driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
>  kylin.source.jdbc.dialect=mssql
>  kylin.source.jdbc.user=user
>  kylin.source.jdbc.pass=pass
>  kylin.source.jdbc.sqoop-home=sqoophome
>  kylin.source.jdbc.filed-delimiter=|
>  kylin.source.jdbc.sqoop-mapper-num=4
> {quote}
> I reproduce this bug in my dev env. And I find this question was caused by 
> SQLServerJdbcMetadata. I have modified  SQLServerJdbcMetadata and databases 
> could be showed.
>  
> My env: SqlServer version is 2017, and JDBC Driver version is 
> {quote}
>  com.microsoft.sqlserver
>  mssql-jdbc
>  6.4.0.jre8
> 
> {quote}
>  
>  
>   !image-2019-01-30-11-14-11-939.png!
>  
>  
> !image-2019-01-30-11-16-41-320.png!
>  
>    



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KYLIN-3798) SQL Server cannot list databases

2019-02-10 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/KYLIN-3798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16764677#comment-16764677
 ] 

ASF GitHub Bot commented on KYLIN-3798:
---

shaofengshi commented on pull request #459: KYLIN-3798 SQL Server cannot show 
databases
URL: https://github.com/apache/kylin/pull/459
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> SQL Server cannot list databases
> 
>
> Key: KYLIN-3798
> URL: https://issues.apache.org/jira/browse/KYLIN-3798
> Project: Kylin
>  Issue Type: Bug
>  Components: RDBMS Source
>Reporter: XiaoXiang Yu
>Assignee: XiaoXiang Yu
>Priority: Major
> Attachments: image-2019-01-30-11-14-11-939.png, 
> image-2019-01-30-11-16-16-975.png, image-2019-01-30-11-16-41-320.png, 
> image-2019-01-30-11-25-47-946.png
>
>
> User report sqlserver as data source didn't show databases. Following is his 
> email:
>  
> {quote}Hi,
> {quote}
> {quote}    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.
>   
>  kylin.properties:
>   
> {quote}
> {quote}kylin.source.default=8
>  
> kylin.source.jdbc.connection-url=jdbc:sqlserver://hostname:1433;database=sample
>  kylin.source.jdbc.driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
>  kylin.source.jdbc.dialect=mssql
>  kylin.source.jdbc.user=user
>  kylin.source.jdbc.pass=pass
>  kylin.source.jdbc.sqoop-home=sqoophome
>  kylin.source.jdbc.filed-delimiter=|
>  kylin.source.jdbc.sqoop-mapper-num=4
> {quote}
> I reproduce this bug in my dev env. And I find this question was caused by 
> SQLServerJdbcMetadata. I have modified  SQLServerJdbcMetadata and databases 
> could be showed.
>  
> My env: SqlServer version is 2017, and JDBC Driver version is 
> {quote}
>  com.microsoft.sqlserver
>  mssql-jdbc
>  6.4.0.jre8
> 
> {quote}
>  
>  
>   !image-2019-01-30-11-14-11-939.png!
>  
>  
> !image-2019-01-30-11-16-41-320.png!
>  
>    



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KYLIN-3798) SQL Server cannot list databases

2019-02-18 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/KYLIN-3798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16771646#comment-16771646
 ] 

ASF subversion and git services commented on KYLIN-3798:


Commit 0f431ec174b46c8d94bb4052fc0c13580e860830 in kylin's branch 
refs/heads/2.6.x from hit-lacus
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=0f431ec ]

KYLIN-3798 SQL Server cannot show databases


> SQL Server cannot list databases
> 
>
> Key: KYLIN-3798
> URL: https://issues.apache.org/jira/browse/KYLIN-3798
> Project: Kylin
>  Issue Type: Bug
>  Components: RDBMS Source
>Reporter: XiaoXiang Yu
>Assignee: XiaoXiang Yu
>Priority: Major
> Fix For: v2.6.1
>
> Attachments: image-2019-01-30-11-14-11-939.png, 
> image-2019-01-30-11-16-16-975.png, image-2019-01-30-11-16-41-320.png, 
> image-2019-01-30-11-25-47-946.png
>
>
> User report sqlserver as data source didn't show databases. Following is his 
> email:
>  
> {quote}Hi,
> {quote}
> {quote}    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.
>   
>  kylin.properties:
>   
> {quote}
> {quote}kylin.source.default=8
>  
> kylin.source.jdbc.connection-url=jdbc:sqlserver://hostname:1433;database=sample
>  kylin.source.jdbc.driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
>  kylin.source.jdbc.dialect=mssql
>  kylin.source.jdbc.user=user
>  kylin.source.jdbc.pass=pass
>  kylin.source.jdbc.sqoop-home=sqoophome
>  kylin.source.jdbc.filed-delimiter=|
>  kylin.source.jdbc.sqoop-mapper-num=4
> {quote}
> I reproduce this bug in my dev env. And I find this question was caused by 
> SQLServerJdbcMetadata. I have modified  SQLServerJdbcMetadata and databases 
> could be showed.
>  
> My env: SqlServer version is 2017, and JDBC Driver version is 
> {quote}
>  com.microsoft.sqlserver
>  mssql-jdbc
>  6.4.0.jre8
> 
> {quote}
>  
>  
>   !image-2019-01-30-11-14-11-939.png!
>  
>  
> !image-2019-01-30-11-16-41-320.png!
>  
>    



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)