0

I want to setup a netezza connection using gradle. I have added this:

compile group: 'net.sf.squirrel-sql.plugins', name: 'netezza' , version: '3.5.0' 

And the application properties file looks as follows:

# Connection Details for Netezza. Below given contains connection details.
netezza.driverClassName=org.netezza.Driver 
netezza.url=jdbc:netezza://NZ72.XYZ.COM:4487/ABCD
netezza.username=72
netezza.password=726

But I get this exception:

"Could not get JDBC Connection; nested exception is org.apache.commons.dbcp.SQLNestedException: Cannot load JDBC driver class 'org.netezza.Driver '"

0m3r
  • 12,286
  • 15
  • 35
  • 71
lalet scaria
  • 87
  • 2
  • 9

0 Answers0