<?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] Problem with connection to as400 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-connection-to-as400/m-p/2226916#M18679</link>
    <description>Hi
&lt;BR /&gt;You have to specify the database name and get it from db administrator.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
    <pubDate>Wed, 20 Apr 2011 02:16:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-04-20T02:16:28Z</dc:date>
    <item>
      <title>[resolved] Problem with connection to as400</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-connection-to-as400/m-p/2226915#M18678</link>
      <description>Good day, 
&lt;BR /&gt; I have a problem to connect to as400, the error I get is: "connection failure. You Most change the Database Settings. " 
&lt;BR /&gt; My connection string is: jdbc: as400: / / xxx.xxx.x.xxx /????????; libraries = MyLibrary, prompt = false 
&lt;BR /&gt; Apparently I need to know which is the name of the database, only know the libraries but not the name of the database. How I can get the name of the database on the AS400?, I have access to the AS400 but do not know how to get the name of the database. 
&lt;BR /&gt; Anybody can help me? 
&lt;BR /&gt; Thanks!</description>
      <pubDate>Sat, 16 Nov 2024 12:58:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-connection-to-as400/m-p/2226915#M18678</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Problem with connection to as400</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-connection-to-as400/m-p/2226916#M18679</link>
      <description>Hi
&lt;BR /&gt;You have to specify the database name and get it from db administrator.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 20 Apr 2011 02:16:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-connection-to-as400/m-p/2226916#M18679</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-20T02:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Problem with connection to as400</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-connection-to-as400/m-p/2226917#M18680</link>
      <description>hello 
&lt;BR /&gt;Now I can make the connection to AS400, I did a test and was successful, but when running the job get the following error: 
&lt;BR /&gt; Connecting to socket on port 3950 
&lt;BR /&gt;java.net.ConnectException: Connection refused: connect 
&lt;BR /&gt;java.net.PlainSocketImpl.socketConnect at (Native Method) 
&lt;BR /&gt;java.net.PlainSocketImpl.doConnect at (Unknown Source) 
&lt;BR /&gt;java.net.PlainSocketImpl.connectToAddress at (Unknown Source) 
&lt;BR /&gt;java.net.PlainSocketImpl.connect at (Unknown Source) 
&lt;BR /&gt;java.net.SocksSocketImpl.connect at (Unknown Source) 
&lt;BR /&gt;at java.net.Socket.connect (Unknown Source) 
&lt;BR /&gt;at java.net.Socket.connect (Unknown Source) 
&lt;BR /&gt;at java.net.Socket. &amp;lt;init&amp;gt; (Unknown Source) 
&lt;BR /&gt;at java.net.Socket. &amp;lt;init&amp;gt; (Unknown Source) 
&lt;BR /&gt;at routines.system.RunStat.startThreadStat (RunStat.java: 195) 
&lt;BR /&gt;at reportes.prueba_0_1.prueba.runJobInTOS (prueba.java: 457) 
&lt;BR /&gt;at reportes.prueba_0_1.prueba.main (prueba.java: 343) 
&lt;BR /&gt;Exception in component tAS400Connection_1 
&lt;BR /&gt;java.sql.SQLException: The application requester Can not ESTABLISH the connection. (Connection refused: connect) 
&lt;BR /&gt;at com.ibm.as400.access.JDError.throwSQLException (JDError.java: 528) 
&lt;BR /&gt;at com.ibm.as400.access.AS400JDBCConnection.setProperties (AS400JDBCConnection.java: 2873) 
&lt;BR /&gt;at com.ibm.as400.access.AS400JDBCDriver.prepareConnection (AS400JDBCDriver.java: 1242) 
&lt;BR /&gt;at com.ibm.as400.access.AS400JDBCDriver.initializeConnection (AS400JDBCDriver.java: 1105) 
&lt;BR /&gt;at com.ibm.as400.access.AS400JDBCDriver.connect (AS400JDBCDriver.java: 355) 
&lt;BR /&gt;at java.sql.DriverManager.getConnection (Unknown Source) 
&lt;BR /&gt;at java.sql.DriverManager.getConnection (Unknown Source) 
&lt;BR /&gt;at reportes.prueba_0_1.prueba.tAS400Connection_1Process (prueba.java: 253) 
&lt;BR /&gt;at reportes.prueba_0_1.prueba.runJobInTOS (prueba.java: 477) 
&lt;BR /&gt;at reportes.prueba_0_1.prueba.main (prueba.java: 343) 
&lt;BR /&gt;Any ideas?</description>
      <pubDate>Wed, 20 Apr 2011 16:19:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-connection-to-as400/m-p/2226917#M18680</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-20T16:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Problem with connection to as400</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-connection-to-as400/m-p/2226918#M18681</link>
      <description>Hi
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt; Connecting to socket on port 3950 &lt;BR /&gt;java.net.ConnectException: Connection refused: connect&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;This is because the port 3950 is refused by local machine, please verify 
&lt;BR /&gt;- Go to windows--&amp;gt;preference--&amp;gt;talend--&amp;gt;run/debug and check the port 3950 is in the stats port range, increase the range if possible.
&lt;BR /&gt;- Can you execute other jobs?
&lt;BR /&gt;- The firewall or other anti-virus software on local machine allows the stats port range?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 21 Apr 2011 07:49:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-connection-to-as400/m-p/2226918#M18681</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-21T07:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Problem with connection to as400</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-connection-to-as400/m-p/2226919#M18682</link>
      <description>Shong thank you very much, you're right, the problem was the firewall.
&lt;BR /&gt;It need your permission to enable Talend.
&lt;BR /&gt; Thanks!</description>
      <pubDate>Fri, 06 May 2011 19:07:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-connection-to-as400/m-p/2226919#M18682</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-06T19:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Problem with connection to as400</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-connection-to-as400/m-p/2226920#M18683</link>
      <description>Hi
&lt;BR /&gt;Thanks for your feedback! It will be helpful for other users if they meet the same problem.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Sat, 07 May 2011 15:30:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-connection-to-as400/m-p/2226920#M18683</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-07T15:30:12Z</dc:date>
    </item>
  </channel>
</rss>

