Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Netezza Connection

I am trying to connect to a Netezza DB and just do a simple query.
I am getting a successful connection in my tNetezzaInput component, because when I click the Table Name selector, I can choose my table from the database.
When I click "Guess Schema" it spins for a second and then I get an error "Failed to Generate Code".
If I put in my own query: "SELECT COL1 FROM RS_TEST2" and try and run the job, I get an error:
Execution failed : Failed to generate code.


------------------
Any help would be much appreciated!
Frank
Labels (2)
16 Replies
Anonymous
Not applicable
Author

Here is the output component.
0683p000009MDzc.jpg
Anonymous
Not applicable
Author

Port number is integer column and not a string... remove double quotes
Is there any specific reason for having double quotes around col1??
Can you bring a query on single line and test again?
Anonymous
Not applicable
Author

Removed double quotes from port number.
Removed double quotes from COL1 and put all all same line.
I still get the same error message.
Anonymous
Not applicable
Author

Is Talend BD compatible with Java JRE 1.8?
Anonymous
Not applicable
Author

Anonymous
Not applicable
Author

The simple answer for anyone else following...
Talend BD is not compatible with Java 1.8. Uninstall all other versions of Java and Re-install 1.7 and this now works fine.
Frank
Anonymous
Not applicable
Author

Thanks for BIG conclusion Frank.