<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Error trying to read data form a DB2 file on an AS400 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Error-trying-to-read-data-form-a-DB2-file-on-an-AS400/m-p/2347995#M115180</link>
    <description>When I try to read data from a DB2 file (to the tLogRow) I am getting the errors below.
&lt;BR /&gt;I connect OK (the Check is successful) using an ODBC connection (defined on my computer) and also when I use the AS400 connection that comes with open studio.
&lt;BR /&gt;(I never got the two "DB2" types of connections to pass the check). 
&lt;BR /&gt;Any help would be appreciated. Thank you.
&lt;BR /&gt;Errors:
&lt;BR /&gt;1)
&lt;BR /&gt;Starting job ReadAS400 at 14:02 28/10/2009.
&lt;BR /&gt; connecting to socket on port 4072
&lt;BR /&gt; connected
&lt;BR /&gt; connecting to socket on port 5026
&lt;BR /&gt; connected
&lt;BR /&gt;Exception in component tDBInput_2
&lt;BR /&gt;java.sql.SQLException: SQL0204 - KMASTER in QGPL type *FILE not found.
&lt;BR /&gt; at sun.jdbc.odbc.JdbcOdbc.createSQLException(Unknown Source)
&lt;BR /&gt; at sun.jdbc.odbc.JdbcOdbc.standardError(Unknown Source)
&lt;BR /&gt; at sun.jdbc.odbc.JdbcOdbc.SQLExecDirect(Unknown Source)
&lt;BR /&gt; at sun.jdbc.odbc.JdbcOdbcStatement.execute(Unknown Source)
&lt;BR /&gt; at sun.jdbc.odbc.JdbcOdbcStatement.executeQuery(Unknown Source)
&lt;BR /&gt; at test1.readas400_0_1.ReadAS400.tDBInput_2Process(ReadAS400.java:3966)
&lt;BR /&gt; at test1.readas400_0_1.ReadAS400.runJobInTOS(ReadAS400.java:6779)
&lt;BR /&gt; at test1.readas400_0_1.ReadAS400.main(ReadAS400.java:6682)
&lt;BR /&gt; disconnected
&lt;BR /&gt; disconnected
&lt;BR /&gt;Job ReadAS400 ended at 14:02 28/10/2009. 
&lt;BR /&gt;Alternatively, I get 
&lt;BR /&gt;2)
&lt;BR /&gt;Starting job ReadAS400 at 11:12 27/10/2009.
&lt;BR /&gt;Exception in component tAS400Input_1
&lt;BR /&gt;java.sql.SQLException: Token . was not valid. Valid tokens: + - AS &amp;lt;IDENTIFIER&amp;gt;.
&lt;BR /&gt; at com.ibm.as400.access.JDError.throwSQLException(JDError.java:650)
&lt;BR /&gt; at com.ibm.as400.access.JDError.throwSQLException(JDError.java:621)
&lt;BR /&gt; at com.ibm.as400.access.AS400JDBCStatement.commonPrepare(AS400JDBCStatement.java:1578)
&lt;BR /&gt; at com.ibm.as400.access.AS400JDBCStatement.executeQuery(AS400JDBCStatement.java:2136)
&lt;BR /&gt; at test1.readas400_0_1.ReadAS400.tAS400Input_1Process(ReadAS400.java:2321)
&lt;BR /&gt; at test1.readas400_0_1.ReadAS400.runJobInTOS(ReadAS400.java:3951)
&lt;BR /&gt; at test1.readas400_0_1.ReadAS400.main(ReadAS400.java:3868)
&lt;BR /&gt;Job ReadAS400 ended at 11:12 27/10/2009.</description>
    <pubDate>Sat, 16 Nov 2024 13:42:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T13:42:44Z</dc:date>
    <item>
      <title>Error trying to read data form a DB2 file on an AS400</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-trying-to-read-data-form-a-DB2-file-on-an-AS400/m-p/2347995#M115180</link>
      <description>When I try to read data from a DB2 file (to the tLogRow) I am getting the errors below.
&lt;BR /&gt;I connect OK (the Check is successful) using an ODBC connection (defined on my computer) and also when I use the AS400 connection that comes with open studio.
&lt;BR /&gt;(I never got the two "DB2" types of connections to pass the check). 
&lt;BR /&gt;Any help would be appreciated. Thank you.
&lt;BR /&gt;Errors:
&lt;BR /&gt;1)
&lt;BR /&gt;Starting job ReadAS400 at 14:02 28/10/2009.
&lt;BR /&gt; connecting to socket on port 4072
&lt;BR /&gt; connected
&lt;BR /&gt; connecting to socket on port 5026
&lt;BR /&gt; connected
&lt;BR /&gt;Exception in component tDBInput_2
&lt;BR /&gt;java.sql.SQLException: SQL0204 - KMASTER in QGPL type *FILE not found.
&lt;BR /&gt; at sun.jdbc.odbc.JdbcOdbc.createSQLException(Unknown Source)
&lt;BR /&gt; at sun.jdbc.odbc.JdbcOdbc.standardError(Unknown Source)
&lt;BR /&gt; at sun.jdbc.odbc.JdbcOdbc.SQLExecDirect(Unknown Source)
&lt;BR /&gt; at sun.jdbc.odbc.JdbcOdbcStatement.execute(Unknown Source)
&lt;BR /&gt; at sun.jdbc.odbc.JdbcOdbcStatement.executeQuery(Unknown Source)
&lt;BR /&gt; at test1.readas400_0_1.ReadAS400.tDBInput_2Process(ReadAS400.java:3966)
&lt;BR /&gt; at test1.readas400_0_1.ReadAS400.runJobInTOS(ReadAS400.java:6779)
&lt;BR /&gt; at test1.readas400_0_1.ReadAS400.main(ReadAS400.java:6682)
&lt;BR /&gt; disconnected
&lt;BR /&gt; disconnected
&lt;BR /&gt;Job ReadAS400 ended at 14:02 28/10/2009. 
&lt;BR /&gt;Alternatively, I get 
&lt;BR /&gt;2)
&lt;BR /&gt;Starting job ReadAS400 at 11:12 27/10/2009.
&lt;BR /&gt;Exception in component tAS400Input_1
&lt;BR /&gt;java.sql.SQLException: Token . was not valid. Valid tokens: + - AS &amp;lt;IDENTIFIER&amp;gt;.
&lt;BR /&gt; at com.ibm.as400.access.JDError.throwSQLException(JDError.java:650)
&lt;BR /&gt; at com.ibm.as400.access.JDError.throwSQLException(JDError.java:621)
&lt;BR /&gt; at com.ibm.as400.access.AS400JDBCStatement.commonPrepare(AS400JDBCStatement.java:1578)
&lt;BR /&gt; at com.ibm.as400.access.AS400JDBCStatement.executeQuery(AS400JDBCStatement.java:2136)
&lt;BR /&gt; at test1.readas400_0_1.ReadAS400.tAS400Input_1Process(ReadAS400.java:2321)
&lt;BR /&gt; at test1.readas400_0_1.ReadAS400.runJobInTOS(ReadAS400.java:3951)
&lt;BR /&gt; at test1.readas400_0_1.ReadAS400.main(ReadAS400.java:3868)
&lt;BR /&gt;Job ReadAS400 ended at 11:12 27/10/2009.</description>
      <pubDate>Sat, 16 Nov 2024 13:42:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-trying-to-read-data-form-a-DB2-file-on-an-AS400/m-p/2347995#M115180</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error trying to read data form a DB2 file on an AS400</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-trying-to-read-data-form-a-DB2-file-on-an-AS400/m-p/2347996#M115181</link>
      <description>I found a solution.</description>
      <pubDate>Thu, 29 Oct 2009 13:30:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-trying-to-read-data-form-a-DB2-file-on-an-AS400/m-p/2347996#M115181</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-29T13:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error trying to read data form a DB2 file on an AS400</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-trying-to-read-data-form-a-DB2-file-on-an-AS400/m-p/2347997#M115182</link>
      <description>Hello
&lt;BR /&gt;Please share your solution with other users.
&lt;BR /&gt;Thanks for your support!
&lt;BR /&gt;Best regards
&lt;BR /&gt; shong</description>
      <pubDate>Thu, 29 Oct 2009 13:42:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-trying-to-read-data-form-a-DB2-file-on-an-AS400/m-p/2347997#M115182</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-29T13:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error trying to read data form a DB2 file on an AS400</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-trying-to-read-data-form-a-DB2-file-on-an-AS400/m-p/2347998#M115183</link>
      <description>I'm not sure what Shlomo's solution was, but I can provide mine. I was also getting the "*FILE not found" error with an ODBC connection to JD Edwards' DB2. I was using the "iSeries Access for ODBC Driver". When I changed the driver to the "Client Access ODBC Driver (32 bit)" the error did not come up.
&lt;BR /&gt;Hope this helps 
&lt;BR /&gt;- Russell</description>
      <pubDate>Tue, 23 Feb 2010 21:56:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-trying-to-read-data-form-a-DB2-file-on-an-AS400/m-p/2347998#M115183</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2010-02-23T21:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Error trying to read data form a DB2 file on an AS400</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-trying-to-read-data-form-a-DB2-file-on-an-AS400/m-p/2347999#M115184</link>
      <description>Why didn't you use the AS400 component and jdbc ?</description>
      <pubDate>Wed, 24 Feb 2010 07:56:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-trying-to-read-data-form-a-DB2-file-on-an-AS400/m-p/2347999#M115184</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-02-24T07:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error trying to read data form a DB2 file on an AS400</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-trying-to-read-data-form-a-DB2-file-on-an-AS400/m-p/2348000#M115185</link>
      <description>Neth - I'm experienced with ODBC but fairly new to AS/400... I originally tried the AS/400 component and once I saw that hex values were coming back decided to try the iSeries ODBC driver. Since the output was clean it made my decision.</description>
      <pubDate>Wed, 24 Feb 2010 18:03:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-trying-to-read-data-form-a-DB2-file-on-an-AS400/m-p/2348000#M115185</guid>
      <dc:creator>rlmagidson</dc:creator>
      <dc:date>2010-02-24T18:03:39Z</dc:date>
    </item>
  </channel>
</rss>

