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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
RFAM1
Contributor III
Contributor III

mssql-jdbc.jar file installation issue

Hi,

I need to install mssql-jdbc.jar file for tDBCConnection(Microsoft SQL Server). I couldn't install it through the talend studio(7.3.1)

Manually installed and pointed it in the studio to the file. But still getting "List of modules not installed for current operation" error but this time, it is showing Network is unavailable.

I am connected to the network. To repoint the small icon that is used to browse the file under Action is disabled

0695b00000JMVMmAAP.jpg

In the modules, it is showing as installed.

0695b00000JMVO4AAP.png

Labels (2)
7 Replies
Anonymous
Not applicable

Hi

About the error, network is unavailable, please take a look at this related topic. If the modules shows the jar as installed, but studio still ask you to install the jar, have a try to remove the jar from <studio installation directory>\configuration\.m2\repository\mssql\ and reinstall manually it from Modules views if the network is unavailable.

 

Regards

Shong

 

RFAM1
Contributor III
Contributor III
Author

I reinstalled the jar file. Now when I run the job I am getting this error.

 

Exception in thread "main" java.lang.UnsupportedClassVersionError: com/microsoft/sqlserver/jdbc/SQLServerDriver has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 52.0

 

The jar file window in the first screenshot in above post required version 6.0.0 and I installed the same.

Can you help me understand which version I should be using.

gjeremy1617088143

Hi @Rekha Padala​ , could you check this article :

https://help.talend.com/r/en-US/7.2/studio-user-guide-open-studio-for-esb/setting-compiler-compliance-level

and see if your compiler compliance level is 1.8?

Send me love and kudos

RFAM1
Contributor III
Contributor III
Author

@guenneguez jeremy​ Yes. The compliance level is 1.8

Anonymous
Not applicable

Take a look at this topic, if your Java version is 8, you need to downgrade the jar version.

 

RFAM1
Contributor III
Contributor III
Author

Thank you all. This issue is resolved when I updated the jar file. Initial jar file is newer version which didnt comply

gjeremy1617088143

I'm happy you find a solution @Rekha Padala​