I Am running NIFI under windows . trying to connect to sql server and i got the following error java.lang.UnsupportedOperationException: Java Runtime Environment Version1.8 is not supported by this driver. Use the sqljdbc4.jar class library, which provides support to JDBC 4.0: java.lang.Unsuppo......
my configuration for DBCPConnection pool (that is working for another Linux installation) Database Connection Url: jdbc:sqlserver://NEX-ETL-42;databaseName=etl_catalog Database Driver Class Name: com.microsoft.sqlserver.jdbc.SQLServerDriver Database Driver Location(s) : /enu/sqljdbc4.jar for the driver location i tried C:\enu\sqljdbc4.jar i tried file:///C:\enu\sqljdbc4.jar i tried the default path when the sqljdbc4.jar is initially installed ...... nothing is working i get same issue when i run PUTSQL -- View this message in context: http://apache-nifi-developer-list.39713.n7.nabble.com/NIFI-java-lang-UnsupportedOperationException-tp13392.html Sent from the Apache NiFi Developer List mailing list archive at Nabble.com.