<?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: Connection Timeout Problemmmmmmmm... in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Connection-Timeout-Problemmmmmmmm/m-p/2289893#M63232</link>
    <description>Hi,&lt;BR /&gt;  Can anyone tell me the steps for importing data from csv file to our database in talend profiler.&lt;BR /&gt;thnaks&lt;BR /&gt;leena</description>
    <pubDate>Fri, 23 Jul 2010 06:01:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-07-23T06:01:18Z</dc:date>
    <item>
      <title>Connection Timeout Problemmmmmmmm...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connection-Timeout-Problemmmmmmmm/m-p/2289890#M63229</link>
      <description>Hi All, 
&lt;BR /&gt; I am trying to migrate the data from flat file to DB2 using Talend. 
&lt;BR /&gt;Following Components are used: 
&lt;BR /&gt; Tmap 
&lt;BR /&gt; TDb2output. 
&lt;BR /&gt; The problem i have is connection timeout on db2 server side. 
&lt;BR /&gt;There is no error. 
&lt;BR /&gt;Error message by Talend: 
&lt;BR /&gt;********************************************************************************* 
&lt;BR /&gt;Exception in component tDB2Input_1 
&lt;BR /&gt;Exception in component tDB2Input_1 
&lt;BR /&gt;Exception in component tDB2Input_1 
&lt;BR /&gt;com.ibm.db2.jcc.a.DisconnectException: java.net.ConnectException : Error opening socket to server BLREQR2008/129.1.32.16 on port 50000 with message : Connection timed out: connect DB2ConnectionCorrelator: null 
&lt;BR /&gt; at com.ibm.db2.jcc.b.fc.a(fc.java:371) 
&lt;BR /&gt; at com.ibm.db2.jcc.b.fc.&amp;lt;init&amp;gt;(fc.java:66) 
&lt;BR /&gt; at com.ibm.db2.jcc.b.a.v(a.java:254) 
&lt;BR /&gt; at com.ibm.db2.jcc.b.b.a(b.java:1792) 
&lt;BR /&gt; at com.ibm.db2.jcc.a.p.&amp;lt;init&amp;gt;(p.java:936) 
&lt;BR /&gt; at com.ibm.db2.jcc.b.b.&amp;lt;init&amp;gt;(b.java:324) 
&lt;BR /&gt; at com.ibm.db2.jcc.DB2Driver.connect(DB2Driver.java:165) 
&lt;BR /&gt; at java.sql.DriverManager.getConnection(DriverManager.java:525) 
&lt;BR /&gt; at java.sql.DriverManager.getConnection(DriverManager.java:171) 
&lt;BR /&gt; at datamigration.savtodb2_gld0data.SAVTODB2_GLD0DATA.tDB2Input_1Process(SAVTODB2_GLD0DATA.java:10877) 
&lt;BR /&gt; at datamigration.savtodb2_gld0data.SAVTODB2_GLD0DATA.tFileInputPositional_1Process(SAVTODB2_GLD0DATA.java:1542) 
&lt;BR /&gt; at datamigration.savtodb2_gld0data.SAVTODB2_GLD0DATA.tJava_1Process(SAVTODB2_GLD0DATA.java:10559) 
&lt;BR /&gt; at datamigration.savtodb2_gld0data.SAVTODB2_GLD0DATA.main(SAVTODB2_GLD0DATA.java:12837) 
&lt;BR /&gt;******************************************************************************************** 
&lt;BR /&gt;Question : how can i increase the connection timeout on Talend site or i do have to do on db2 server side. 
&lt;BR /&gt; this problem is very frequent. 
&lt;BR /&gt;plzzzzzz help me out.... 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Sat, 16 Nov 2024 14:33:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connection-Timeout-Problemmmmmmmm/m-p/2289890#M63229</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T14:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Connection Timeout Problemmmmmmmm...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connection-Timeout-Problemmmmmmmm/m-p/2289891#M63230</link>
      <description>yes.. i am also facing the same problem.. 
&lt;BR /&gt;if the db2 server is on the local machine, then we dont get this error..
&lt;BR /&gt;if the server is on the different machine, then we get this error very frequently..
&lt;BR /&gt;is this the problem with TALEND or with DB2?
&lt;BR /&gt;my second question is why do we need seperated connection for each DB2Out ??cant we have one connection for all output tables?</description>
      <pubDate>Mon, 12 Nov 2007 06:55:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connection-Timeout-Problemmmmmmmm/m-p/2289891#M63230</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2007-11-12T06:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Connection Timeout Problemmmmmmmm...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connection-Timeout-Problemmmmmmmm/m-p/2289892#M63231</link>
      <description>Hi 
&lt;BR /&gt;about the first question, we have tested DB2 components to connect to different machine and they run fine, so I think it's depend on your machine or connection timeout. you can try to change your timeout on DB2 server.
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;why do we need seperated connection for each DB2Out ??cant we have one connection for all output tables?&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;we have created the connection component for the main databases, such as: tMySQLConnection, about this kind component for DB2, please report a new features in our bugtracker.
&lt;BR /&gt;Thanks for your support !
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Mon, 12 Nov 2007 08:41:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connection-Timeout-Problemmmmmmmm/m-p/2289892#M63231</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-12T08:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Connection Timeout Problemmmmmmmm...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connection-Timeout-Problemmmmmmmm/m-p/2289893#M63232</link>
      <description>Hi,&lt;BR /&gt;  Can anyone tell me the steps for importing data from csv file to our database in talend profiler.&lt;BR /&gt;thnaks&lt;BR /&gt;leena</description>
      <pubDate>Fri, 23 Jul 2010 06:01:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connection-Timeout-Problemmmmmmmm/m-p/2289893#M63232</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-07-23T06:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Connection Timeout Problemmmmmmmm...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connection-Timeout-Problemmmmmmmm/m-p/2289894#M63233</link>
      <description>I am facing same exception though i am using tMySqlConnection component .I am trying to connect to remote server and session is getting removed</description>
      <pubDate>Wed, 01 Sep 2010 02:11:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connection-Timeout-Problemmmmmmmm/m-p/2289894#M63233</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2010-09-01T02:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Connection Timeout Problemmmmmmmm...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connection-Timeout-Problemmmmmmmm/m-p/2289895#M63234</link>
      <description>Please help me with the solution to the session time out problem uasing Talend</description>
      <pubDate>Wed, 01 Sep 2010 02:12:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connection-Timeout-Problemmmmmmmm/m-p/2289895#M63234</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2010-09-01T02:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Connection Timeout Problemmmmmmmm...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connection-Timeout-Problemmmmmmmm/m-p/2289896#M63235</link>
      <description>I found this info. Don't know if it helps at all. 
&lt;BR /&gt; 
&lt;A href="http://publib.boulder.ibm.com/infocenter/tamit721/v7r2m1/index.jsp?topic=/com.ibm.license.mgmt.probdet.doc/r_probs_databaseinstall.html" rel="nofollow noopener noreferrer"&gt;http://publib.boulder.ibm.com/infocenter/tamit721/v7r2m1/index.jsp?topic=/com.ibm.license.mgmt.probdet.doc/r_probs_databaseinstall.html&lt;/A&gt; 
&lt;BR /&gt;The connection with the database cannot be established despite the fact that the values specified for the tlmsrv user, host name and port number are correct. The &amp;lt;temp_dir&amp;gt;/tad4d721/Server.log contains the following error message: A SQLException caught: java.net.ConnectException : Error opening socket to server &amp;lt;db2_host&amp;gt; on port &amp;lt;db2_port&amp;gt; with message : Connection timed out DB2ConnectionCorrelator: null. 
&lt;BR /&gt;Try to connect to the database using the DB2 client to find out more about the problem. 
&lt;BR /&gt; 
&lt;BR /&gt;Also found info suggesting you need to use a DB2 type 4 driver.</description>
      <pubDate>Wed, 01 Sep 2010 09:08:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connection-Timeout-Problemmmmmmmm/m-p/2289896#M63235</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2010-09-01T09:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Connection Timeout Problemmmmmmmm...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connection-Timeout-Problemmmmmmmm/m-p/2289897#M63236</link>
      <description>How about the issue i am facing using the tMySqlConnection.&lt;BR /&gt;I observed that after a period of time database connection session is lossed.&lt;BR /&gt;Please suggest</description>
      <pubDate>Wed, 01 Sep 2010 19:05:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connection-Timeout-Problemmmmmmmm/m-p/2289897#M63236</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2010-09-01T19:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Connection Timeout Problemmmmmmmm...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connection-Timeout-Problemmmmmmmm/m-p/2289898#M63237</link>
      <description>Please help I'm getting this error message..
&lt;BR /&gt;Exception in component tMysqlInput_11
&lt;BR /&gt;com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
&lt;BR /&gt;The last packet successfully received from the server was 1,148 milliseconds ago. The last packet sent successfully to the server was 421,259 milliseconds ago.
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
&lt;BR /&gt; at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
&lt;BR /&gt; at java.lang.reflect.Constructor.newInstance(Unknown Source)
&lt;BR /&gt; at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
&lt;BR /&gt; at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1117)
&lt;BR /&gt; at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3589)
&lt;BR /&gt; at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3478)
&lt;BR /&gt; at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4019)
&lt;BR /&gt; at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:919)
&lt;BR /&gt; at com.mysql.jdbc.MysqlIO.nextRow(MysqlIO.java:1929)
&lt;BR /&gt; at com.mysql.jdbc.RowDataDynamic.nextRecord(RowDataDynamic.java:417)</description>
      <pubDate>Wed, 17 Apr 2013 23:09:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connection-Timeout-Problemmmmmmmm/m-p/2289898#M63237</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-17T23:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Connection Timeout Problemmmmmmmm...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connection-Timeout-Problemmmmmmmm/m-p/2289899#M63238</link>
      <description>Hi rockysree
&lt;BR /&gt;Search forum topics with key word "Communications link failure", you will find many similar topics, that provide the possible causes and solutions. 
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 18 Apr 2013 03:46:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connection-Timeout-Problemmmmmmmm/m-p/2289899#M63238</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-18T03:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Connection Timeout Problemmmmmmmm...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connection-Timeout-Problemmmmmmmm/m-p/2289900#M63239</link>
      <description>I can confirm, the tDB2 components works well even if the DB2 server is not the on the same machine. The mentioned error is a misconfiguration in the server or in the connection properties.</description>
      <pubDate>Thu, 18 Apr 2013 17:47:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connection-Timeout-Problemmmmmmmm/m-p/2289900#M63239</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-18T17:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Connection Timeout Problemmmmmmmm...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connection-Timeout-Problemmmmmmmm/m-p/2289901#M63240</link>
      <description>Thank you guys, I will check on the suggestions, Thanks again</description>
      <pubDate>Fri, 19 Apr 2013 00:06:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connection-Timeout-Problemmmmmmmm/m-p/2289901#M63240</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-19T00:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Connection Timeout Problemmmmmmmm...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connection-Timeout-Problemmmmmmmm/m-p/2289902#M63241</link>
      <description>Bonojur 
&lt;BR /&gt;Quand j'exécute, mon job talend, je reçois l'erreur suivante : 
&lt;BR /&gt;Exception in component tDB2Input_3 
&lt;BR /&gt;com.ibm.db2.jcc.a.DisconnectException: java.net.BindException : Error opening socket to server VMERMAC/56.45.118.86 on port 50000 with message : Address already in use: connect &amp;nbsp;DB2ConnectionCorrelator: null 
&lt;BR /&gt;at com.ibm.db2.jcc.b.fc.a(fc.java:371) 
&lt;BR /&gt;at com.ibm.db2.jcc.b.fc.&amp;lt;init&amp;gt;(fc.java:66) 
&lt;BR /&gt;at com.ibm.db2.jcc.b.a.v(a.java:254) 
&lt;BR /&gt;at com.ibm.db2.jcc.b.b.a(b.java:1792) 
&lt;BR /&gt;at com.ibm.db2.jcc.a.p.&amp;lt;init&amp;gt;(p.java:936) 
&lt;BR /&gt;at com.ibm.db2.jcc.b.b.&amp;lt;init&amp;gt;(b.java:324) 
&lt;BR /&gt;at com.ibm.db2.jcc.DB2Driver.connect(DB2Driver.java:165) 
&lt;BR /&gt;at java.sql.DriverManager.getConnection(Unknown Source) 
&lt;BR /&gt;at java.sql.DriverManager.getConnection(Unknown Source) 
&lt;BR /&gt;at cocpit_homol.alimentation_lot1_tables_base1_si_0_1.Alimentation_lot1_tables_base1_SI.tDB2Input_3Process(Alimentation_lot1_tables_base1_SI.java:13649) 
&lt;BR /&gt;at cocpit_homol.alimentation_lot1_tables_base1_si_0_1.Alimentation_lot1_tables_base1_SI.tDB2Input_1Process(Alimentation_lot1_tables_base1_SI.java:8275) 
&lt;BR /&gt;at cocpit_homol.alimentation_lot1_tables_base1_si_0_1.Alimentation_lot1_tables_base1_SI.runJobInTOS(Alimentation_lot1_tables_base1_SI.java:14019) 
&lt;BR /&gt; disconnected 
&lt;BR /&gt;at cocpit_homol.alimentation_lot1_tables_base1_si_0_1.Alimentation_lot1_tables_base1_SI.runJob(Alimentation_lot1_tables_base1_SI.java:13866) 
&lt;BR /&gt;at cocpit_homol.job_dwh_master_0_1.JOB_DWH_MASTER.tRunJob_1Process(JOB_DWH_MASTER.java:963) 
&lt;BR /&gt;at cocpit_homol.job_dwh_master_0_1.JOB_DWH_MASTER.tRunJob_19Process(JOB_DWH_MASTER.java:842) 
&lt;BR /&gt;at cocpit_homol.job_dwh_master_0_1.JOB_DWH_MASTER.runJobInTOS(JOB_DWH_MASTER.java:4521) 
&lt;BR /&gt;at cocpit_homol.job_dwh_master_0_1.JOB_DWH_MASTER.main(JOB_DWH_MASTER.java:4362) 
&lt;BR /&gt;Exception in component tRunJob_1 
&lt;BR /&gt;java.lang.RuntimeException: Child job running failed 
&lt;BR /&gt;at cocpit_homol.job_dwh_master_0_1.JOB_DWH_MASTER.tRunJob_1Process(JOB_DWH_MASTER.java:982) 
&lt;BR /&gt;at cocpit_homol.job_dwh_master_0_1.JOB_DWH_MASTER.tRunJob_19Process(JOB_DWH_MASTER.java:842) 
&lt;BR /&gt;at cocpit_homol.job_dwh_master_0_1.JOB_DWH_MASTER.runJobInTOS(JOB_DWH_MASTER.java:4521) 
&lt;BR /&gt;at cocpit_homol.job_dwh_master_0_1.JOB_DWH_MASTER.main(JOB_DWH_MASTER.java:4362) 
&lt;BR /&gt;Job JOB_DWH_MASTER terminé à 12:31 12/09/2014. 
&lt;BR /&gt;est ce que quelqu'un peut m'aider ? 
&lt;BR /&gt;Merci&amp;nbsp;</description>
      <pubDate>Fri, 12 Sep 2014 18:19:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connection-Timeout-Problemmmmmmmm/m-p/2289902#M63241</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-09-12T18:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Connection Timeout Problemmmmmmmm...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connection-Timeout-Problemmmmmmmm/m-p/2289903#M63242</link>
      <description>Hi ilhamiss, 
&lt;BR /&gt;This is an international forum and English is the language we use. Posting in English will allow you to get more visibility and more help. Thanks for your understanding! 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Exception in component tDB2Input_3&lt;BR /&gt;com.ibm.db2.jcc.a.DisconnectException: java.net.BindException : Error opening socket to server VMERMAC/56.45.118.86 on port 50000 with message : Address already in use: connect &amp;nbsp;DB2ConnectionCorrelator: null&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;For your issue, is port 50000 (the default DB2 port)&amp;nbsp; the right one? Can you connect to DB2 server without using Talend Tool? Please verify that the credentials you've used in the component are right. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 15 Sep 2014 08:42:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connection-Timeout-Problemmmmmmmm/m-p/2289903#M63242</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-15T08:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Connection Timeout Problemmmmmmmm...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connection-Timeout-Problemmmmmmmm/m-p/2289904#M63243</link>
      <description>I work every week since 3 years with Talend and DB2 and it works well. This problem is definitely not caused by Talend because at this time the JDBC driver tries to establish the connection and this functionality is not changed or manipulated by Talend Studio.&amp;nbsp;&lt;BR /&gt;I guess you are unable to establish a connection with any other JDBC based database tool like SQLDeveloper or SQuirrel or DBVisualizer etc.&lt;BR /&gt;Please post us the connection properties.&amp;nbsp;</description>
      <pubDate>Mon, 15 Sep 2014 11:02:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connection-Timeout-Problemmmmmmmm/m-p/2289904#M63243</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-15T11:02:48Z</dc:date>
    </item>
  </channel>
</rss>

