<?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: Getting Connection timed out error when deploying Talend jobs through Unix server in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Getting-Connection-timed-out-error-when-deploying-Talend-jobs/m-p/2295714#M147312</link>
    <description>&lt;P&gt;Can you ping the MSSQL Server host from UNIX? and, it seems to be MSSQl input component. What is the size of input data?&lt;/P&gt;</description>
    <pubDate>Thu, 11 May 2017 10:28:54 GMT</pubDate>
    <dc:creator>DilipSonar</dc:creator>
    <dc:date>2017-05-11T10:28:54Z</dc:date>
    <item>
      <title>Getting Connection timed out error when deploying Talend jobs through Unix server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-Connection-timed-out-error-when-deploying-Talend-jobs/m-p/2295713#M147311</link>
      <description>&lt;P&gt;Hi Talend Team, I need a quick help , We are deploying our talend jobs through Unix server , our source is MSsql server and target is Oracle. we are passing the DB connection through a DB properties file to the context variables. When we build and deploy it in Unix server is taking some time and saying Connection time out error ?!! using the same DB connection details we can able to connect sql server in Talend Metadata, usually we deploy the jobs only with Oracle connections So no problem in that. we have copied all our job related lib files into the unix server, but still we are not able to achieve the result. Is that we are missing something ? Please find the error message for your reference. Exception in component tMSSqlInput_7 Exception in component tMSSqlInput_2 Exception in component tMSSqlInput_4 java.sql.SQLException: Network error IOException: Connection timed out at net.sourceforge.jtds.jdbc.JtdsConnection.(JtdsConnection.java:436) at net.sourceforge.jtds.jdbc.Driver.connect(Driver.java:184) at java.sql.DriverManager.getConnection(DriverManager.java:664) at java.sql.DriverManager.getConnection(DriverManager.java:247) at data_migration_sit.archival_blob_data_parallel_childjob_1_0_1.ARCHIVAL_BLOB_DATA_PARALLEL_CHILDJOB_1.tMSSqlInput_4Process(ARCHIVAL_BLOB_DATA_PARALLEL_CHILDJOB_1.java:5108) at data_migration_sit.archival_blob_data_parallel_childjob_1_0_1.ARCHIVAL_BLOB_DATA_PARALLEL_CHILDJOB_1$9.run(ARCHIVAL_BLOB_DATA_PARALLEL_CHILDJOB_1.java:27135) Caused by: java.net.ConnectException: Connection timed out at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at net.sourceforge.jtds.jdbc.SharedSocket.createSocketForJDBC3(SharedSocket.java:288) at net.sourceforge.jtds.jdbc.SharedSocket.(SharedSocket.java:251) at net.sourceforge.jtds.jdbc.JtdsConnection.(JtdsConnection.java:331) ... 5 more&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:47:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-Connection-timed-out-error-when-deploying-Talend-jobs/m-p/2295713#M147311</guid>
      <dc:creator>TamilM</dc:creator>
      <dc:date>2024-11-16T09:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Connection timed out error when deploying Talend jobs through Unix server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-Connection-timed-out-error-when-deploying-Talend-jobs/m-p/2295714#M147312</link>
      <description>&lt;P&gt;Can you ping the MSSQL Server host from UNIX? and, it seems to be MSSQl input component. What is the size of input data?&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 10:28:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-Connection-timed-out-error-when-deploying-Talend-jobs/m-p/2295714#M147312</guid>
      <dc:creator>DilipSonar</dc:creator>
      <dc:date>2017-05-11T10:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Connection timed out error when deploying Talend jobs through Unix server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-Connection-timed-out-error-when-deploying-Talend-jobs/m-p/2295715#M147313</link>
      <description>I can able to ping to MSSQL server from Unix server its responding well, we are loading some 32k rows of BLOB data from source MSSQL server to Oracle target, we are executing our job through scripts in Unix server. the DB connection details are passing correctly but we are not able to connect to MSSQL server getting Connection timed out after 2 mins of wait. The same job running fine in the studio and loading into target perfectly. !!!!! Thanks</description>
      <pubDate>Thu, 11 May 2017 14:12:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-Connection-timed-out-error-when-deploying-Talend-jobs/m-p/2295715#M147313</guid>
      <dc:creator>TamilM</dc:creator>
      <dc:date>2017-05-11T14:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Connection timed out error when deploying Talend jobs through Unix server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-Connection-timed-out-error-when-deploying-Talend-jobs/m-p/2295716#M147314</link>
      <description>Hi Talend Team, Any help on the below request ? Exception in component tMSSqlInput_4 java.sql.SQLException: Network error IOException: Connection timed out at net.sourceforge.jtds.jdbc.JtdsConnection.(JtdsConnection.java:436) at net.sourceforge.jtds.jdbc.Driver.connect(Driver.java:184) at java.sql.DriverManager.getConnection(DriverManager.java:664) at java.sql.DriverManager.getConnection(DriverManager.java:247)</description>
      <pubDate>Tue, 16 May 2017 10:37:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-Connection-timed-out-error-when-deploying-Talend-jobs/m-p/2295716#M147314</guid>
      <dc:creator>TamilM</dc:creator>
      <dc:date>2017-05-16T10:37:04Z</dc:date>
    </item>
  </channel>
</rss>

