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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

AS400 - Talend cannot find table

Hello to all!

 

I need to make an insert into an AS400 table, the same operation I've already done in a different job, but these time Talend cannot find the specified table in the database to retrieve it's schema.

 

The funny thing is that I'm able to select it from the Talend SQL Builder and from DBeaver.

 

Things I've already tried, that I found on the Talend Community:

- When retrieving the schema in the metadata, check connection buttom doesn't help.

When retrieving the schema in the metadata, select all that appear and then next. The table doesn't appear in the next screen.

 

The database name is 'LHDADDBPD' and the table is 'EIPDPCV'.

 

I'm using Talend DI Open Studio v7.0.1. 

 

Attached are some prints, showing that the table does not appear in the metadata retrieve schema but I can load it in the SQL Builder and, when I search by name, Talend doesn't find it.

  

Thanks so much for the help!

Labels (2)
3 Replies
vapukov
Master II
Master II

we have same issue - jdbc driver included with Talend not show all tables

solution - use jdbc connection and jdbc driver ver 9.5

 

http://jt400.sourceforge.net

fdenis
Master
Master

some years ago we solve this problem using a jdbc driver.
DB2 and DB2 400 are not using the same system tables.
vapukov
Master II
Master II

yes, it may depend from AS400/DB2 version (or settings)

 

on other site - all perfect work with Talend AS400 components