<?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: tMysqlOutputBulkExec Error &amp;quot;you cannot send more than 4GB of data&amp;quot; in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tMysqlOutputBulkExec-Error-quot-you-cannot-send-more-than-4GB-of/m-p/2315868#M86474</link>
    <description>&lt;P&gt;this is MySQL/MariaDB problem&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in theory You can try play with max_allowed_packets, network buffer and other settings (no warranty for success)&lt;/P&gt;&lt;P&gt;or just split file for 3 chunk by 10M each and load file in 3 iterations&lt;/P&gt;</description>
    <pubDate>Fri, 13 Jul 2018 13:11:57 GMT</pubDate>
    <dc:creator>vapukov</dc:creator>
    <dc:date>2018-07-13T13:11:57Z</dc:date>
    <item>
      <title>tMysqlOutputBulkExec Error "you cannot send more than 4GB of data"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMysqlOutputBulkExec-Error-quot-you-cannot-send-more-than-4GB-of/m-p/2315867#M86473</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;i found this thread &lt;A href="https://community.qlik.com/s/feed/0D53p00007vCkgHCAS" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Getting-error-while-running-tMysqlOutputBulkExec/m-p/75310&lt;/A&gt; where is sadly not a follow-up from the OP. So lets not make this a &lt;A href="https://xkcd.com/979/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://xkcd.com/979/&lt;/A&gt; situation and find an answer &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;I encountered the same problem while trying to insert 32.000.000 rows from a XML-File to a MariaDB database.&lt;/P&gt; 
&lt;P&gt;The job runes fine with a "normal" tMysqlOutput - but takes a really, really long time. There are no problems with schemata or datatypes whatsoever&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have included&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;- View of Job (really simple - just passing data from xml to DB, no transformation needed)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;- Advanced Settings of XML Component&lt;/P&gt; 
&lt;P&gt;- Basic Settings of tMysqlOutputBulkExec&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;- Advanced Settings of tMysqlOutputBulkExec&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;- Advanced Settings of Job itself (8GB JVM Argument)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;My Version is 6.4.1.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Is this a Talend Settings Problem or a MySQL(/MariaDB) Settings Problem?&lt;/P&gt; 
&lt;P&gt;If there are any additional ressources / information needed to answer, pls tell me&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Greetings from Germany&lt;/P&gt; 
&lt;P&gt;Stefan&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jul 2018 15:50:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMysqlOutputBulkExec-Error-quot-you-cannot-send-more-than-4GB-of/m-p/2315867#M86473</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-12T15:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: tMysqlOutputBulkExec Error "you cannot send more than 4GB of data"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMysqlOutputBulkExec-Error-quot-you-cannot-send-more-than-4GB-of/m-p/2315868#M86474</link>
      <description>&lt;P&gt;this is MySQL/MariaDB problem&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in theory You can try play with max_allowed_packets, network buffer and other settings (no warranty for success)&lt;/P&gt;&lt;P&gt;or just split file for 3 chunk by 10M each and load file in 3 iterations&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2018 13:11:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMysqlOutputBulkExec-Error-quot-you-cannot-send-more-than-4GB-of/m-p/2315868#M86474</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2018-07-13T13:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: tMysqlOutputBulkExec Error "you cannot send more than 4GB of data"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMysqlOutputBulkExec-Error-quot-you-cannot-send-more-than-4GB-of/m-p/2315869#M86475</link>
      <description>&lt;P&gt;So,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;i would like to reply to my own question. I have actually redone my Job in Talend Open Studio for Data Integration 7.01 (previous try was on 6.4.1)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;And it works just like that! Just remember to set your XML-File to "Less Memory Usage (SAX)" in the Advanced Settings.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Hope this helps someone in the future!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Greetings from Germany&lt;/P&gt; 
&lt;P&gt;Stefan&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 14:52:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMysqlOutputBulkExec-Error-quot-you-cannot-send-more-than-4GB-of/m-p/2315869#M86475</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-31T14:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: tMysqlOutputBulkExec Error "you cannot send more than 4GB of data"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMysqlOutputBulkExec-Error-quot-you-cannot-send-more-than-4GB-of/m-p/2315870#M86476</link>
      <description>&lt;P&gt;Hello stefan,&lt;/P&gt;
&lt;P&gt;Thanks for your feedback and sharing your solution with us.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 17:43:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMysqlOutputBulkExec-Error-quot-you-cannot-send-more-than-4GB-of/m-p/2315870#M86476</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-31T17:43:12Z</dc:date>
    </item>
  </channel>
</rss>

