<?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 Re: [resolved] tAS400Input FILE not found in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-tAS400Input-FILE-not-found/m-p/2207006#M6829</link>
    <description>Hi kendraks,&lt;BR /&gt;Please open a new topic for your another issue.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
    <pubDate>Wed, 10 Dec 2014 07:35:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-12-10T07:35:55Z</dc:date>
    <item>
      <title>[resolved] tAS400Input FILE not found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tAS400Input-FILE-not-found/m-p/2206998#M6821</link>
      <description>I have set up a simple job to import some data from AS400 to DB2 on Windows. As far as I can tell everything looks good and I get good connections, but when I debug run the job there is a tAS400Input File not found error. Here is the environment info:
&lt;BR /&gt;Talend Open Studio for Data Integration 5.6.0RC1 (had to use this RC version to connect to AS400 on V7R1)
&lt;BR /&gt;AS400 V7R1 using Talend's AS400 V6R1 to V7R2 Connector - successful connection
&lt;BR /&gt;DB2 LUW v10.5 on Windows 2008 using Talend's DB2 Connector - successful connection
&lt;BR /&gt;Using tAS400Input from an AS400 table to tDB2Output table with tMap to map two fields - a key field and a name field matching data types. Successful mapping and connections.
&lt;BR /&gt;When I run the debug job it fails:
&lt;BR /&gt;Starting job Accounts at 09:57 24/11/2014.
&lt;BR /&gt;
&lt;BR /&gt; connecting to socket on port 3877
&lt;BR /&gt; connected
&lt;BR /&gt; connecting to socket on port 4373
&lt;BR /&gt; connected
&lt;BR /&gt;Exception in component tAS400Input_1
&lt;BR /&gt;java.sql.SQLException: CIP010CRM in S100B805 type *FILE not found.
&lt;BR /&gt; at com.ibm.as400.access.JDError.throwSQLException(JDError.java:705)
&lt;BR /&gt; at com.ibm.as400.access.JDError.throwSQLException(JDError.java:671)
&lt;BR /&gt; at com.ibm.as400.access.AS400JDBCStatement.commonPrepare(AS400JDBCStatement.java:1784)
&lt;BR /&gt; at com.ibm.as400.access.AS400JDBCStatement.executeQuery(AS400JDBCStatement.java:2392)
&lt;BR /&gt; at as400test.products_0_1.Products.tAS400Input_1Process(Products.java:1574)
&lt;BR /&gt; at as400test.products_0_1.Products.runJobInTOS(Products.java:3051)
&lt;BR /&gt; at as400test.products_0_1.Products.main(Products.java:2903)
&lt;BR /&gt; disconnected
&lt;BR /&gt; disconnected
&lt;BR /&gt;Job Accounts ended at 09:57 24/11/2014. 
&lt;BR /&gt;Attached is a screenshot of the job. This error also happens on an AS400 view.&amp;nbsp;</description>
      <pubDate>Mon, 24 Nov 2014 15:01:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tAS400Input-FILE-not-found/m-p/2206998#M6821</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-24T15:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tAS400Input FILE not found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tAS400Input-FILE-not-found/m-p/2206999#M6822</link>
      <description>Hi,&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;java.sql.SQLException:  CIP010CRM in S100B805 type *FILE not found.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;For your issue, could you please take a look at :&lt;A href="http://www-01.ibm.com/support/knowledgecenter/SSEPGG_9.1.0/com.ibm.db2.udb.msg.doc/doc/sql0204.htm?lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www-01.ibm.com/support/knowledgecenter/SSEPGG_9.1.0/com.ibm.db2.udb.msg.doc/doc/sql0204.htm?lang=en&lt;/A&gt;?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 26 Nov 2014 03:49:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tAS400Input-FILE-not-found/m-p/2206999#M6822</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-26T03:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tAS400Input FILE not found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tAS400Input-FILE-not-found/m-p/2207000#M6823</link>
      <description>This makes sense because when I set up the AS400 Database Connection there is no place for the Schema to be entered as it is in DB2 Database Connection. When I typically run SQL queries to the AS400 I have to include the schema in my query (SELECT * FROM SCHEMA.TABLE). If only query like this: SELECT * FROM TABLE - I get "file not found".&amp;nbsp;&lt;BR /&gt;Once I get the database connection set up and I configure "Retrieve Schema" there is no place to enter the schema either. Maybe I am just missing where to do this?&amp;nbsp;</description>
      <pubDate>Wed, 26 Nov 2014 19:51:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tAS400Input-FILE-not-found/m-p/2207000#M6823</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-26T19:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tAS400Input FILE not found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tAS400Input-FILE-not-found/m-p/2207001#M6824</link>
      <description>Hi, 
&lt;BR /&gt;Could you please set your SCHEMA in DB connection? 
&lt;BR /&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBea.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150678iE86F8A7A29D8F821/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBea.png" alt="0683p000009MBea.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 27 Nov 2014 10:51:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tAS400Input-FILE-not-found/m-p/2207001#M6824</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-27T10:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tAS400Input FILE not found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tAS400Input-FILE-not-found/m-p/2207002#M6825</link>
      <description>Hi kendraks,
&lt;BR /&gt;Is there any update for your issue?&amp;nbsp; Can we consider this topic as resolved?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Sun, 30 Nov 2014 16:10:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tAS400Input-FILE-not-found/m-p/2207002#M6825</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-30T16:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tAS400Input FILE not found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tAS400Input-FILE-not-found/m-p/2207003#M6826</link>
      <description>Unfortunately this is still not resolved. I set the schema as instructed and I see where the objects are being filtered down to the schema in the "Retrieve Schema". But I still get FILE not found error same error output as the original post.&amp;nbsp;</description>
      <pubDate>Mon, 01 Dec 2014 16:14:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tAS400Input-FILE-not-found/m-p/2207003#M6826</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-01T16:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tAS400Input FILE not found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tAS400Input-FILE-not-found/m-p/2207004#M6827</link>
      <description>Hi,&amp;nbsp;
&lt;BR /&gt;Can you repro this issue in Talend Open Studio 5.6(
&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;RC is Release&amp;nbsp;Candidate&amp;nbsp;edition&lt;/FONT&gt;&lt;/FONT&gt;)?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 02 Dec 2014 08:59:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tAS400Input-FILE-not-found/m-p/2207004#M6827</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-02T08:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tAS400Input FILE not found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tAS400Input-FILE-not-found/m-p/2207005#M6828</link>
      <description>I downloaded the official 5.6.0 version and still same problem. But what I discovered is "Database" should be the Library. Many other tools I enter the AS400 machine id into that field, the server for DNS purposes, and library is schema. But for Talend, there is no need for the machine ID. So when I entered the library name into the database field, the FILE not found error was resolved.&amp;nbsp;&lt;BR /&gt;I get a different error now, but should I start a new thread - it may be totally different solution.</description>
      <pubDate>Tue, 02 Dec 2014 17:16:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tAS400Input-FILE-not-found/m-p/2207005#M6828</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-02T17:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tAS400Input FILE not found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tAS400Input-FILE-not-found/m-p/2207006#M6829</link>
      <description>Hi kendraks,&lt;BR /&gt;Please open a new topic for your another issue.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 10 Dec 2014 07:35:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tAS400Input-FILE-not-found/m-p/2207006#M6829</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-10T07:35:55Z</dc:date>
    </item>
  </channel>
</rss>

