Hi folks, I am using putsql on nifi-0.6.1 to connect to teradata and getting the below error
2016-05-19 20:06:33,230 ERROR [Timer-Driven Process Thread-4] o.apache.nifi.processors.standard.PutSQL java.lang.NoClassDefFoundError: Could not initialize class com.teradata.tdgss.jtdgss.TdgssManager The Teradata JDBC driver comes with two files, tdgssconfig.jar and terajdbc4.jar and i have specified the terajdbc4.jar in the DBCPConnectionPool reading about the error it seems like there's a dependent (tdgssconfig.jar) JAR file which its not able to find. both files were copied in the nifi Lib directory but that didn't help Because of this dependent driver can we use this method to connect to Teradata ? Anuj
