<?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: Problem in Talend Open Studio 4.2.3.r67267 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Problem-in-Talend-Open-Studio-4-2-3-r67267/m-p/2357630#M122856</link>
    <description>Thanks for the reply. I was able to locate the commits and increase it to 50000 and it worked! It still doesn't make sence to me that why this works on older version and not on the new one. I can't simply go to each job and change the commit and batch base to 50000 to get them to work, while older version works just fine. I am pretty sure some kind of bug has been introduced with the new version. I'll look at the generated code to see the differences.</description>
    <pubDate>Fri, 23 Sep 2011 16:34:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-09-23T16:34:59Z</dc:date>
    <item>
      <title>Problem in Talend Open Studio 4.2.3.r67267</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-in-Talend-Open-Studio-4-2-3-r67267/m-p/2357628#M122854</link>
      <description>Currently I am using Talend pen Studio 4.1.2.r53616. I downloaded Talend Open Studio 4.2.3.r67267 and imported the same jobs to the new version, but the jobs that are running on the older version, are not running on the new version. I get the following error when it is trying to insert data to an Oracle instance from a tOracleInput. 
&lt;BR /&gt;Exception in component tOracleOutput_1 
&lt;BR /&gt;java.lang.ArrayIndexOutOfBoundsException: -32683 
&lt;BR /&gt; at oracle.jdbc.driver.OraclePreparedStatement.setupBindBuffers(OraclePreparedStatement.java:2673) 
&lt;BR /&gt; at oracle.jdbc.driver.OraclePreparedStatement.executeBatch(OraclePreparedStatement.java:10689) 
&lt;BR /&gt; at dw_staging.dwdev_student_acad_cred_ls_prod_job_0_1.DWDEV_STUDENT_ACAD_CRED_LS_PROD_JOB.tOracleInput_1Process(DWDEV_STUDENT_ACAD_CRED_LS_PROD_JOB.java:1369) 
&lt;BR /&gt; at dw_staging.dwdev_student_acad_cred_ls_prod_job_0_1.DWDEV_STUDENT_ACAD_CRED_LS_PROD_JOB.tChronometerStart_1Process(DWDEV_STUDENT_ACAD_CRED_LS_PROD_JOB.java:466) 
&lt;BR /&gt; at dw_staging.dwdev_student_acad_cred_ls_prod_job_0_1.DWDEV_STUDENT_ACAD_CRED_LS_PROD_JOB.runJobInTOS(DWDEV_STUDENT_ACAD_CRED_LS_PROD_JOB.java:4001) 
&lt;BR /&gt; at dw_staging.dwdev_student_acad_cred_ls_prod_job_0_1.DWDEV_STUDENT_ACAD_CRED_LS_PROD_JOB.main(DWDEV_STUDENT_ACAD_CRED_LS_PROD_JOB.java:3862) 
&lt;BR /&gt;Also, when I try to email the results I get the permission error: 
&lt;BR /&gt; java.net.SocketException: Permission denied: connect 
&lt;BR /&gt; at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1934) 
&lt;BR /&gt; at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:638) 
&lt;BR /&gt; at javax.mail.Service.connect(Service.java:295) 
&lt;BR /&gt; at javax.mail.Service.connect(Service.java:176) 
&lt;BR /&gt; at javax.mail.Service.connect(Service.java:125) 
&lt;BR /&gt; at javax.mail.Transport.send0(Transport.java:194) 
&lt;BR /&gt; at javax.mail.Transport.send(Transport.java:124) 
&lt;BR /&gt;The Java version for both is 1.6 and as far as I can see the set up is the same in both. It looks like the second commit fails, since I see the first commit was successful and some data are inserted in the table. I am not sure where to set the number on rows in each commit too. 
&lt;BR /&gt;Do you have any idea why the tOracleOutput fails on the second commit and where i can change the number of rows for each commit?</description>
      <pubDate>Sat, 16 Nov 2024 12:39:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-in-Talend-Open-Studio-4-2-3-r67267/m-p/2357628#M122854</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Talend Open Studio 4.2.3.r67267</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-in-Talend-Open-Studio-4-2-3-r67267/m-p/2357629#M122855</link>
      <description>Hi 
&lt;BR /&gt;On the advanced setting tab of tOracleOutput, you can set the 'commit every' value, what are the value you set now? Please see a related topic: 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCoc5CAC" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/Oracle-Load-errors-out-after-10000-records/td-p/95827&lt;/A&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 23 Sep 2011 02:17:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-in-Talend-Open-Studio-4-2-3-r67267/m-p/2357629#M122855</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-23T02:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Talend Open Studio 4.2.3.r67267</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-in-Talend-Open-Studio-4-2-3-r67267/m-p/2357630#M122856</link>
      <description>Thanks for the reply. I was able to locate the commits and increase it to 50000 and it worked! It still doesn't make sence to me that why this works on older version and not on the new one. I can't simply go to each job and change the commit and batch base to 50000 to get them to work, while older version works just fine. I am pretty sure some kind of bug has been introduced with the new version. I'll look at the generated code to see the differences.</description>
      <pubDate>Fri, 23 Sep 2011 16:34:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-in-Talend-Open-Studio-4-2-3-r67267/m-p/2357630#M122856</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-23T16:34:59Z</dc:date>
    </item>
  </channel>
</rss>

