<?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: As400 connection problem in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/As400-connection-problem/m-p/2240925#M28245</link>
    <description>Which version of Talend are you using? There have been a lot of work on AS400 related issues between V2.1.4 and V2.2.1. I currently have had no problems with AS400 connections, except for tCreateTable component. The tCreateTable issue should be corrected in the next release. I would only use V2.2.1 for AS400 connections. 
&lt;BR /&gt;You didn't mention if the problem was with Metadata or a specific component. If you are having problems with the tAS400Output component, you might want to change the 'use commitment control' check box. If your file isn't set to use commitment control on the AS400 (journaled files) the box should not be checked. If they are under commitment control, check that box. I think the defaults were changed in Talend V2.2.1 to not use commitment control by default. 
&lt;BR /&gt;Hope that helps, and if it doesn't, leave a bit more detail about what component you are using and when the error occurs. 
&lt;BR /&gt;Jerry Leeper</description>
    <pubDate>Tue, 13 Nov 2007 19:01:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2007-11-13T19:01:53Z</dc:date>
    <item>
      <title>As400 connection problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/As400-connection-problem/m-p/2240924#M28244</link>
      <description>hi,&lt;BR /&gt;i have a problem with my AS400 connection, it is not possible to be connected with talend.&lt;BR /&gt;I use jt400 in other app (/ex ireport) and it's work fine but i get an SQL error with Talend.&lt;BR /&gt;it's SQL901 error, this mean that connection is done but not a correct "communication"&lt;BR /&gt;i don't know where i can found log for this error in my AS400.&lt;BR /&gt;i don't understand why it's working with ireport and not with talend.&lt;BR /&gt;i need help &lt;BR /&gt;thanks</description>
      <pubDate>Sat, 16 Nov 2024 14:31:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/As400-connection-problem/m-p/2240924#M28244</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: As400 connection problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/As400-connection-problem/m-p/2240925#M28245</link>
      <description>Which version of Talend are you using? There have been a lot of work on AS400 related issues between V2.1.4 and V2.2.1. I currently have had no problems with AS400 connections, except for tCreateTable component. The tCreateTable issue should be corrected in the next release. I would only use V2.2.1 for AS400 connections. 
&lt;BR /&gt;You didn't mention if the problem was with Metadata or a specific component. If you are having problems with the tAS400Output component, you might want to change the 'use commitment control' check box. If your file isn't set to use commitment control on the AS400 (journaled files) the box should not be checked. If they are under commitment control, check that box. I think the defaults were changed in Talend V2.2.1 to not use commitment control by default. 
&lt;BR /&gt;Hope that helps, and if it doesn't, leave a bit more detail about what component you are using and when the error occurs. 
&lt;BR /&gt;Jerry Leeper</description>
      <pubDate>Tue, 13 Nov 2007 19:01:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/As400-connection-problem/m-p/2240925#M28245</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-13T19:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: As400 connection problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/As400-connection-problem/m-p/2240926#M28246</link>
      <description>hi, thanks to reply jerry&lt;BR /&gt;ver 2.2.1 &lt;BR /&gt;On my PC or any other metadata connection or tdbinput connection or dbjdbcinput give me the same bad result.&lt;BR /&gt;jdbc connection work very well with other app : ireport, kettle, jasperserver...&lt;BR /&gt;does i need a special setup with my as400 to work with talend ?</description>
      <pubDate>Wed, 14 Nov 2007 15:43:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/As400-connection-problem/m-p/2240926#M28246</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-14T15:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: As400 connection problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/As400-connection-problem/m-p/2240927#M28247</link>
      <description>1) Are you using a Perl or Java Project. The Java project have AS400 specific connectors, tAS400Input and tAS400Output. And the Metadata create connection wizard will create AS400 specific connections. 
&lt;BR /&gt;I don't think Perl projects are really set up to handle AS400. If you are able to get to an AS400 in a Perl project, I think you end up going through the JDBC 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA5A.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143082iB236712184B767DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA5A.png" alt="0683p000009MA5A.png" /&gt;&lt;/span&gt;DBC bridge; something that APITA as far as I'm concerned. Java Projects will give you direct connections through the JT400 JDBC driver which probably is what's working fine for you with other products. 
&lt;BR /&gt;I didn't need any special setup. I would guess that all the applications you have made AS400 jdbc connections use the JT400 driver, just like Java project do in Talend. 
&lt;BR /&gt;If you really, really want to work in a Perl project, I'd start by creating an OBDC connection to the AS400. Once you get that working, then I'd try setting up a generic OBDC connection in Metadata. I wouldn't recommend it though... 
&lt;BR /&gt;jerry leeper</description>
      <pubDate>Thu, 15 Nov 2007 23:44:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/As400-connection-problem/m-p/2240927#M28247</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-15T23:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: As400 connection problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/As400-connection-problem/m-p/2240928#M28248</link>
      <description>hi,&lt;BR /&gt;java project &lt;BR /&gt;jt400 is not working wih talend, i work now in odbc, i will open a bug report.</description>
      <pubDate>Fri, 16 Nov 2007 09:21:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/As400-connection-problem/m-p/2240928#M28248</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-16T09:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: As400 connection problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/As400-connection-problem/m-p/2240929#M28249</link>
      <description>Hello 
&lt;BR /&gt;I have been recently able to connect succesfully to a few AS400 with Talend.
&lt;BR /&gt;Talend was fully able to work conect and execute request to AS400.
&lt;BR /&gt;May you post your full error message ? 
&lt;BR /&gt;Regards,
&lt;BR /&gt;Michaël.</description>
      <pubDate>Fri, 16 Nov 2007 18:43:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/As400-connection-problem/m-p/2240929#M28249</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-16T18:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: As400 connection problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/As400-connection-problem/m-p/2240930#M28250</link>
      <description>hi&lt;BR /&gt;thanks to reply&lt;BR /&gt;i can't explain this kind of error&lt;BR /&gt;here is my setup an the error</description>
      <pubDate>Mon, 19 Nov 2007 15:45:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/As400-connection-problem/m-p/2240930#M28250</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-19T15:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: As400 connection problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/As400-connection-problem/m-p/2240931#M28251</link>
      <description>hi,
&lt;BR /&gt;is there a place where i can look for a more detailled log, in talend or on my as400</description>
      <pubDate>Mon, 26 Nov 2007 12:37:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/As400-connection-problem/m-p/2240931#M28251</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-26T12:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: As400 connection problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/As400-connection-problem/m-p/2240932#M28252</link>
      <description>There is a log, but I think that the simples solution is to try to connect directly a tAS400Input component.
&lt;BR /&gt;I'm interested by your results.
&lt;BR /&gt;Regards,</description>
      <pubDate>Mon, 26 Nov 2007 17:31:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/As400-connection-problem/m-p/2240932#M28252</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-26T17:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: As400 connection problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/As400-connection-problem/m-p/2240933#M28253</link>
      <description>it's ok like this&lt;BR /&gt;i just connect a tinputas400 and toutputdelimited, run it ..............&lt;BR /&gt;and it's work.&lt;BR /&gt;the probleme is just at the connection test ?&lt;BR /&gt;i am not able to open the tinputas400's sql builder.&lt;BR /&gt;i am not able to define a data connection.&lt;BR /&gt;thanks for help</description>
      <pubDate>Wed, 28 Nov 2007 09:12:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/As400-connection-problem/m-p/2240933#M28253</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-28T09:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: As400 connection problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/As400-connection-problem/m-p/2240934#M28254</link>
      <description>Which version of AS400 you use ?&lt;BR /&gt;It seems there was some problems before with the version V5R3, but it was ok for the version V5R4.</description>
      <pubDate>Thu, 29 Nov 2007 06:11:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/As400-connection-problem/m-p/2240934#M28254</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-29T06:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: As400 connection problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/As400-connection-problem/m-p/2240935#M28255</link>
      <description>it's a V5R3 version&lt;BR /&gt;is there a way to bypass the problem or am i obliged to migrate to V5R4 ?</description>
      <pubDate>Thu, 29 Nov 2007 08:38:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/As400-connection-problem/m-p/2240935#M28255</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-29T08:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: As400 connection problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/As400-connection-problem/m-p/2240936#M28256</link>
      <description>In fact it seems there is a problem either in the V5R3 or in the jt400 driver with the V5R3 with the option "libraries". (this option should be the same it seems for R3 &amp;amp; R4 version)
&lt;BR /&gt;To keep the compatiblity with the V5R3, we "must" remove the option "libraries" used in the connection or sql builder.
&lt;BR /&gt;The problem is that if we do that, when you will list all the tables from the connection, it will list all the tables from all the libraries.
&lt;BR /&gt;So instead of have for example 10 tables listed in the selected library, you will see maybe 500.. 1000 tables maybe (or far more depends your system), so of course it's not really convenient to select the table you want.
&lt;BR /&gt;So either:
&lt;BR /&gt;- We add a "flag" to be able to keep the compatibility with R3 version (remove the option libraries for connection/sqlbuilder).
&lt;BR /&gt;- We "force" to use the R4 version. (difficult to know if there is the same problems in R2 or lower versions)
&lt;BR /&gt;The problem you had is described here in fact: 
&lt;A href="http://talendforge.org/bugs/view.php?id=1996" rel="nofollow noopener noreferrer"&gt;http://talendforge.org/bugs/view.php?id=1996&lt;/A&gt;
&lt;BR /&gt;jsleeper had the same problem before, but after he changed to version R4 it works.</description>
      <pubDate>Thu, 29 Nov 2007 09:53:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/As400-connection-problem/m-p/2240936#M28256</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-29T09:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: As400 connection problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/As400-connection-problem/m-p/2240937#M28257</link>
      <description>hi,
&lt;BR /&gt;it's me again.
&lt;BR /&gt;i'm now on V5R4, and i still have the same problem</description>
      <pubDate>Thu, 24 Jan 2008 10:40:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/As400-connection-problem/m-p/2240937#M28257</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-01-24T10:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: As400 connection problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/As400-connection-problem/m-p/2240938#M28258</link>
      <description>up</description>
      <pubDate>Tue, 05 Feb 2008 15:34:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/As400-connection-problem/m-p/2240938#M28258</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-05T15:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: As400 connection problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/As400-connection-problem/m-p/2240939#M28259</link>
      <description>RESOLVED&lt;BR /&gt;The problem is a bad SQL package on QGPL.&lt;BR /&gt;if you got the same error ask for your ibm support.</description>
      <pubDate>Wed, 20 Feb 2008 15:25:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/As400-connection-problem/m-p/2240939#M28259</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-20T15:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: As400 connection problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/As400-connection-problem/m-p/2240940#M28260</link>
      <description>Hello -I'm trying to connect to an AS400 database but I'm running into the following error (using TOS 5.3.1): 
&lt;BR /&gt; 
&lt;FONT color="#3366cc"&gt;&lt;I&gt; connecting to socket on port 3550&lt;BR /&gt;&lt;/I&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#3366cc"&gt;&lt;I&gt; connected&lt;/I&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#3366cc"&gt;&lt;I&gt;Exception in component tAS400Connection_1&lt;/I&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#3366cc"&gt;&lt;I&gt;java.sql.SQLException: &lt;B&gt; &amp;nbsp;library(s) not added to the library list.&lt;/B&gt;&lt;/I&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#3366cc"&gt;&lt;I&gt; at com.ibm.as400.access.JDError.throwSQLException(JDError.java:650)&lt;/I&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#3366cc"&gt;&lt;I&gt; at com.ibm.as400.access.AS400JDBCConnection.setServerAttributes(AS400JDBCConnection.java:4031)&lt;/I&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#3366cc"&gt;&lt;I&gt; at com.ibm.as400.access.AS400JDBCConnection.setProperties(AS400JDBCConnection.java:3273)&lt;/I&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#3366cc"&gt;&lt;I&gt; at com.ibm.as400.access.AS400JDBCConnection.setProperties(AS400JDBCConnection.java:3160)&lt;/I&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#3366cc"&gt;&lt;I&gt; at com.ibm.as400.access.AS400JDBCConnection.setProperties(AS400JDBCConnection.java:3153)&lt;/I&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#3366cc"&gt;&lt;I&gt; at com.ibm.as400.access.AS400JDBCDriver.prepareConnection(AS400JDBCDriver.java:1360)&lt;/I&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#3366cc"&gt;&lt;I&gt; at com.ibm.as400.access.AS400JDBCDriver.initializeConnection(AS400JDBCDriver.java:1211)&lt;/I&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#3366cc"&gt;&lt;I&gt; at com.ibm.as400.access.AS400JDBCDriver.connect(AS400JDBCDriver.java:352)&lt;/I&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#3366cc"&gt;&lt;I&gt; at java.sql.DriverManager.getConnection(Unknown Source)&lt;/I&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#3366cc"&gt;&lt;I&gt; at java.sql.DriverManager.getConnection(Unknown Source)&lt;/I&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#3366cc"&gt;&lt;I&gt; at billsletters.as400test_0_1.as400test.tAS400Connection_1Process(as400test.java:286)&lt;/I&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#3366cc"&gt;&lt;I&gt; at billsletters.as400test_0_1.as400test.runJobInTOS(as400test.java:517)&lt;/I&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#3366cc"&gt;&lt;I&gt; disconnected&lt;/I&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#3366cc"&gt;&lt;I&gt; at billsletters.as400test_0_1.as400test.main(as400test.java:383)&lt;/I&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#3366cc"&gt;&lt;I&gt;Job as400test ended at 23:28 19/08/2014. &lt;/I&gt;&lt;/FONT&gt; 
&lt;BR /&gt;I'm currently installing all missing modules (jars) into my instance of Talend. But I'd like to know if I should expect to have this resolved by downloading these jars - or would I have to resort to some 3rd party jar like JT400? 
&lt;BR /&gt;Thank you</description>
      <pubDate>Wed, 20 Aug 2014 04:33:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/As400-connection-problem/m-p/2240940#M28260</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-08-20T04:33:53Z</dc:date>
    </item>
  </channel>
</rss>

