Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to get up and running with Data Integration 7.2.1 (on Windows 10). As part of this, I am trying to import data via the SQL tBSInput node. I installed the JTDS as required but I am now running into another Java 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 57.0), this version of the Java Runtime only recognizes class file versions up to 52.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.access$100(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at ab_historical.ab_history_0_1.AB_History.tDBInput_1Process(AB_History.java:322) at ab_historical.ab_history_0_1.AB_History.runJobInTOS(AB_History.java:655) at ab_historical.ab_history_0_1.AB_History.main(AB_History.java:505)
I only have one version of Java installed, JRE 1.8.0_241. I think I have the settings as they should be...but clearly I do not. Any assistance would be much appreciated.
Hi
What is the JTDS driver version you are using? Have a try to use a more high version of JTDS driver.
Regards
Shong