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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
JBristow
Creator
Creator

7.2.1 Upgrade - Using SQL Server as the back end database

We're upgrading from 6.4.1 to 7.2.1 at the moment.

 

Currently we utilized a PostgreSQL database, but want to begin to utilize a MS SQL Server database. I've installed the drive; formatted the URL in the Database Configuration Dialog; the Driver and URL check off green but the login fails. I'm able to open the Studio and connect to the same database with the same credentials perfectly fine. My suspicion is that in the Studio we have "Additional JDBC Parameters" set to "domain=Corp;useNTLMv2=true;ssl=require" - and that allows me to access the database using a tMSSQLInput.

 

In our 7.2.1 upgrade - I've set the URL to jdbc:jtds:sqlserver://xxxxxxxbd001:1353/talend_administrator - and this is where I get a login error.

 

I then try adding the additional JDBC parameters jdbc:jtds:sqlserver://xxxxxxxbd001:1353/talend_administrator;domain=Corp;useNTLMv2=true;ssl=require - and this gives me a connection error after a few minutes - which leads me to believe it isn't connecting at all.

 

My question is - How do we add those JDBC parameters in the TAC database URL to establish this connection? Documentation other than a straight forward URL is light to non-existent.

 

Thanks! 

Labels (2)
1 Solution

Accepted Solutions
JBristow
Creator
Creator
Author

and of course as soon as I posted this and opened a case...I found the solution.

 

It appears the "ssl=require" which we used in my test connection with a tMSSQLInput component and worked fine does not work in the URL for the Database Configuration in the TAC. I removed it and everything connects fine - or at least passes the "Check":

 

jdbc:jtds:sqlserver://xxxxxxxbd001:1353/talend_administrator;domain=Corp;useNTLMv2=true 

 

 

View solution in original post

2 Replies
JBristow
Creator
Creator
Author

and of course as soon as I posted this and opened a case...I found the solution.

 

It appears the "ssl=require" which we used in my test connection with a tMSSQLInput component and worked fine does not work in the URL for the Database Configuration in the TAC. I removed it and everything connects fine - or at least passes the "Check":

 

jdbc:jtds:sqlserver://xxxxxxxbd001:1353/talend_administrator;domain=Corp;useNTLMv2=true 

 

 

Anonymous
Not applicable

Hello,

Thanks for letting us know you got the solution and sharing it with us on community.

Best regards

Sabrina