
Anonymous
Not applicable
2011-06-28
11:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
[resolved] Netezza connection error for TOP 4.2.2
Hi,
Trying create netezza connection on TOP 4.2.2 and got a driver not found error. Is there a location like TOS lib/java where I can drop the netezza jdbc jar file?
Trying create netezza connection on TOP 4.2.2 and got a driver not found error. Is there a location like TOS lib/java where I can drop the netezza jdbc jar file?
201 Views
1 Solution
Accepted Solutions

Anonymous
Not applicable
2011-06-28
12:31 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm not familiar with Netazza, but you can try the following if you have the jdbc driver (I used the procedure a while back when I tried to connect to another database).
- put your driver in the folder /plugins
- open TOP and go into the preference menu (Window->Preferences)
- on the left side under Data Explorer select JDBC Drivers
- in the right window select Netazza and click on Edit
- In the Driver Window click on the "Extra Class Path"
- click on "Add" and point to the /plugins/****.jar file - and the Open
- select the Driver Class Name from the drop down (should be already filled)
- click OK
Hope that helps.
- put your driver in the folder /plugins
- open TOP and go into the preference menu (Window->Preferences)
- on the left side under Data Explorer select JDBC Drivers
- in the right window select Netazza and click on Edit
- In the Driver Window click on the "Extra Class Path"
- click on "Add" and point to the /plugins/****.jar file - and the Open
- select the Driver Class Name from the drop down (should be already filled)
- click OK
Hope that helps.
201 Views
2 Replies

Anonymous
Not applicable
2011-06-28
12:31 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm not familiar with Netazza, but you can try the following if you have the jdbc driver (I used the procedure a while back when I tried to connect to another database).
- put your driver in the folder /plugins
- open TOP and go into the preference menu (Window->Preferences)
- on the left side under Data Explorer select JDBC Drivers
- in the right window select Netazza and click on Edit
- In the Driver Window click on the "Extra Class Path"
- click on "Add" and point to the /plugins/****.jar file - and the Open
- select the Driver Class Name from the drop down (should be already filled)
- click OK
Hope that helps.
- put your driver in the folder /plugins
- open TOP and go into the preference menu (Window->Preferences)
- on the left side under Data Explorer select JDBC Drivers
- in the right window select Netazza and click on Edit
- In the Driver Window click on the "Extra Class Path"
- click on "Add" and point to the /plugins/****.jar file - and the Open
- select the Driver Class Name from the drop down (should be already filled)
- click OK
Hope that helps.
202 Views

Anonymous
Not applicable
2011-06-28
01:03 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks. That works!
201 Views
