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: 
_AnonymousUser
Specialist III
Specialist III

[resolved] Unable to download and install mssql-jdbc.jar in talend

Hi,
I'm unable to download and install mssql-jdbc.jar in talend. In the "list of modules to be downloaded automatically or imported manually" pop up, I couldn't see download and install button instead i could see a jar symbol.
Please guide me on this issue.
I use talend 6.3 big data open studio.
Thanks,
Nithin2790
Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Already found the solution on another blog post:
https://community.talend.com/t5/Design-and-Development/tMSSQLInput-Missing-mssql-jdbc-jar/td-p/76763
Download sqljdbc_6.0.7728.100_enu.tar.gz
This will download a tar.gz archive, which contains 4 different drivers in the enu folder 
Rename sqljdbc42.jar to mssql-jdbc.jar
Then, to install it in Talend Studio, the simplest solution is : Window -> Show View -> Talend -> Modules -> Click the white bottle / jar and pick-up mssql-jdbc.jar on your hard drive.

View solution in original post

5 Replies
Anonymous
Not applicable

Hi,
Did you follow up document about  TalendHelpCenter:Install external modules to install your external jar file?
Best regards
Sabrina
Anonymous
Not applicable

I tried it but I couldn't see download option for this jar. Please see the below screen shot.
Image1
0683p000009MCtE.jpg
When I am trying to retrieve schema from MS SQL Database, I'm receiving below pop up.
Image2
0683p000009MCtJ.jpg

Thanks,
Anonymous
Not applicable

Hi there,
Same issue here:
0683p000009MCs7.png
Unable to download & install de plugin.
Thanks,
Bruno
Anonymous
Not applicable

Already found the solution on another blog post:
https://community.talend.com/t5/Design-and-Development/tMSSQLInput-Missing-mssql-jdbc-jar/td-p/76763
Download sqljdbc_6.0.7728.100_enu.tar.gz
This will download a tar.gz archive, which contains 4 different drivers in the enu folder 
Rename sqljdbc42.jar to mssql-jdbc.jar
Then, to install it in Talend Studio, the simplest solution is : Window -> Show View -> Talend -> Modules -> Click the white bottle / jar and pick-up mssql-jdbc.jar on your hard drive.
Anonymous
Not applicable

Thanks for the response...!!