<?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: java.sql.BatchUpdateException: error occurred during batching: in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/java-sql-BatchUpdateException-error-occurred-during-batching/m-p/2303089#M75008</link>
    <description>Hi 
&lt;BR /&gt;Can you check if there is a firewall or antivirus software block the connection to Oracle on the specific client location? Create a oracle connection in metadata and check if it is successful?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
    <pubDate>Tue, 09 Aug 2011 02:01:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-08-09T02:01:23Z</dc:date>
    <item>
      <title>java.sql.BatchUpdateException: error occurred during batching:</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-sql-BatchUpdateException-error-occurred-during-batching/m-p/2303088#M75007</link>
      <description>I'm getting this error when running a Talend job that reads from an Oracle db table and writes to several Oracle db tables: 
&lt;BR /&gt;Exception in component tELTAggregate_2 
&lt;BR /&gt; java.sql.BatchUpdateException: error occurred during batching: No more data to read from socket 
&lt;BR /&gt; at oracle.jdbc.dbaccess.DBError.throwBatchUpdateException(DBError.java:571) 
&lt;BR /&gt; at oracle.jdbc.dbaccess.DBError.throwBatchUpdateException(DBError.java:626) 
&lt;BR /&gt; at oracle.jdbc.driver.OracleStatement.executeBatch(OracleStatement.java:6841) 
&lt;BR /&gt; at pat_utilization.patutilizfinal_0_1.PatUtilizFinal.tELTAggregate_2Process(PatUtilizFinal.java:2050) 
&lt;BR /&gt; at pat_utilization.patutilizfinal_0_1.PatUtilizFinal.tELTAggregate_1Process(PatUtilizFinal.java:1544) 
&lt;BR /&gt; at pat_utilization.patutilizfinal_0_1.PatUtilizFinal.tOracleConnection_1Process(PatUtilizFinal.java:1016) 
&lt;BR /&gt; at pat_utilization.patutilizfinal_0_1.PatUtilizFinal.tFileInputDelimited_1Process(PatUtilizFinal.java:894) 
&lt;BR /&gt; at pat_utilization.patutilizfinal_0_1.PatUtilizFinal.runJobInTOS(PatUtilizFinal.java:5791) 
&lt;BR /&gt; at pat_utilization.patutilizfinal_0_1.PatUtilizFinal.main(PatUtilizFinal.java:5644) 
&lt;BR /&gt;This job runs fine at other locations, but I'm getting this every time I run it at a specific client location. I can hit the database and read and write w/o problem (using Oracle SQL Developer) at that location, but the Talend job keeps dying. I can send the exported job if needed. 
&lt;BR /&gt;The step at which it goes belly up is the second of a series of db read/writes. The first step succeeds, it consistently fails at the 2nd step. 
&lt;BR /&gt;This job was developed in Talend v4.1.1. Please let me know what other information i can provide to help troubleshoot this. 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Bruce McDougald</description>
      <pubDate>Sat, 16 Nov 2024 12:45:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-sql-BatchUpdateException-error-occurred-during-batching/m-p/2303088#M75007</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: java.sql.BatchUpdateException: error occurred during batching:</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-sql-BatchUpdateException-error-occurred-during-batching/m-p/2303089#M75008</link>
      <description>Hi 
&lt;BR /&gt;Can you check if there is a firewall or antivirus software block the connection to Oracle on the specific client location? Create a oracle connection in metadata and check if it is successful?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 09 Aug 2011 02:01:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-sql-BatchUpdateException-error-occurred-during-batching/m-p/2303089#M75008</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-09T02:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: java.sql.BatchUpdateException: error occurred during batching:</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-sql-BatchUpdateException-error-occurred-during-batching/m-p/2303090#M75009</link>
      <description>The Oracle connection is successful, and the first leg of DB processing completes, it's only when trying to complete the second leg of processing that this error occurs.&lt;BR /&gt;Steps:&lt;BR /&gt;1. File A is read from, and aggregated into File B&lt;BR /&gt;2. File B is read from, and aggregated into File C&lt;BR /&gt;The remaining steps all read from File C and perform other functions into various other files.&lt;BR /&gt;It's during Step 2 that the error occurs, after File B has been populated (verified through Oracle SQL Developer), when trying to read from File B and aggregate into File C.</description>
      <pubDate>Wed, 10 Aug 2011 13:56:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-sql-BatchUpdateException-error-occurred-during-batching/m-p/2303090#M75009</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-10T13:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: java.sql.BatchUpdateException: error occurred during batching:</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-sql-BatchUpdateException-error-occurred-during-batching/m-p/2303091#M75010</link>
      <description>hi 
&lt;BR /&gt; 
&lt;BR /&gt;i am loading data from tool to vertica database using tvericaoutput component but getting following error 
&lt;BR /&gt;Exception in component tVerticaOutput_1 
&lt;BR /&gt;java.sql.BatchUpdateException: (100172) One or more rows were rejected by the server. 
&lt;BR /&gt; at com.vertica.jdbc.SStatement.processBatchResults(Unknown Source) 
&lt;BR /&gt; at com.vertica.jdbc.SPreparedStatement.executeBatch(Unknown Source) 
&lt;BR /&gt; at master_project.lookup_operation_0_1.LOOKUP_OPERATION.tFileList_1Process(LOOKUP_OPERATION.java:9603) 
&lt;BR /&gt; at master_project.lookup_operation_0_1.LOOKUP_OPERATION.runJobInTOS(LOOKUP_OPERATION.java:10636) 
&lt;BR /&gt; at master_project.lookup_operation_0_1.LOOKUP_OPERATION.main(LOOKUP_OPERATION.java:10504) 
&lt;BR /&gt; 
&lt;BR /&gt;what might be wrong</description>
      <pubDate>Thu, 31 Oct 2013 10:13:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-sql-BatchUpdateException-error-occurred-during-batching/m-p/2303091#M75010</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-10-31T10:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: java.sql.BatchUpdateException: error occurred during batching:</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-sql-BatchUpdateException-error-occurred-during-batching/m-p/2303092#M75011</link>
      <description>hi&lt;BR /&gt;i have checked connection to database its working fine the job has to read around 16,000 files im using tfilelist its giving the above error,if i give 10 files name its loading properly .</description>
      <pubDate>Thu, 31 Oct 2013 10:52:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-sql-BatchUpdateException-error-occurred-during-batching/m-p/2303092#M75011</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-10-31T10:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: java.sql.BatchUpdateException: error occurred during batching:</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-sql-BatchUpdateException-error-occurred-during-batching/m-p/2303093#M75012</link>
      <description>Hi, 
&lt;BR /&gt;Is there any "reject" row in tVerticaOutput? 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDRv.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151390iD3BC8280CF5780C1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDRv.png" alt="0683p000009MDRv.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 01 Nov 2013 03:40:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-sql-BatchUpdateException-error-occurred-during-batching/m-p/2303093#M75012</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-01T03:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: java.sql.BatchUpdateException: error occurred during batching:</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-sql-BatchUpdateException-error-occurred-during-batching/m-p/2303094#M75013</link>
      <description>hi 
&lt;BR /&gt; 
&lt;BR /&gt;No ,reject link was not used but die on error was checked. 
&lt;BR /&gt;Anyhow got the error it was column data type problem relating to length of data 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 05 Nov 2013 05:27:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-sql-BatchUpdateException-error-occurred-during-batching/m-p/2303094#M75013</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-11-05T05:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: java.sql.BatchUpdateException: error occurred during batching:</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-sql-BatchUpdateException-error-occurred-during-batching/m-p/2303095#M75014</link>
      <description>is the issue resolved?</description>
      <pubDate>Tue, 26 Apr 2016 13:07:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-sql-BatchUpdateException-error-occurred-during-batching/m-p/2303095#M75014</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-04-26T13:07:49Z</dc:date>
    </item>
  </channel>
</rss>

