Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Cannot connect to MS SQL Server

Hi

 

I cannot connect to a Microsoft SQL Server. Using tMSSqlInput I get the following error:

 

Exception in component tMSSqlInput_1
java.sql.SQLException: Unknown server host name 'EDGEPASTEL\EDGEPASTEL2016'.
at net.sourceforge.jtds.jdbc.JtdsConnection.<init>(JtdsConnection.java:427)

How can I resolve this?

 

Thanks

Labels (5)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Try adding .....

 

instance=EDGEPASTEL2016

....to your additional JDBC Parameters on the Advanced settings tab. Leave your host as ....

EDGEPASTEL

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Try adding .....

 

instance=EDGEPASTEL2016

....to your additional JDBC Parameters on the Advanced settings tab. Leave your host as ....

EDGEPASTEL
Anonymous
Not applicable
Author

Thanks it worked!!