<?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: tSalesforceBulkExecute, 65000 row limit? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tSalesforceBulkExecute-65000-row-limit/m-p/2305973#M77552</link>
    <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi and thanks so much for the replies. There are no truncation errors present in the Talend console. I am outputting the results of the tSalesforceBulkExec component to success and error files. The issue is not really with some rows failing and some completing successfully, it's just that only 65k rows make it Salesforce. In the Salesforce bulk data load monitoring tool it shows 65k rows being processed, some failing and some successful and the results are consistent with the tSalesforceBulkExec output that I can see in Talend. The strange thing to me is that when I process a file with &amp;gt;200k rows with tSalesforceBulkExec, exactly 65k rows make it to the bulk load job in Salesforce. I'm beginning to think that maybe Salesforce has limited the data on input, but really wanted to see if any others have also seen this same behavior. Thanks, cheers!&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;I've loaded several millions of rows to Salesforce with the Bulk Loader, so if there is a fault, it may be an issue with later versions of Talend. 
&lt;BR /&gt;I believe that Talend Enterprise 5.1.1 was, at least, ok.</description>
    <pubDate>Mon, 23 Jun 2014 19:58:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-06-23T19:58:25Z</dc:date>
    <item>
      <title>tSalesforceBulkExecute, 65000 row limit?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSalesforceBulkExecute-65000-row-limit/m-p/2305969#M77548</link>
      <description>Hi, I have a job that uses tSalesforceOutputBulk and tSalesforceBulkExec to write data to Salesforce using the bulk API. I'm using TOS-DI 5.5 and for my Salesforce connection I'm using version 25. I'm reading from a MySQL table with 200k rows, mapping to a tSalesforceOutputBulk components which writes the data to a CSV files, then triggering a tSalesforceBulkExec component which reads the CSV file and performs the Salesforce inserts. The inserts are working correctly except that only 65000 of the 200000 rows are processed. Is this a limitation of Talend? CSV? Java? or am I missing a setting that would allow for all the rows to be processed?</description>
      <pubDate>Sat, 16 Nov 2024 11:36:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSalesforceBulkExecute-65000-row-limit/m-p/2305969#M77548</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: tSalesforceBulkExecute, 65000 row limit?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSalesforceBulkExecute-65000-row-limit/m-p/2305970#M77549</link>
      <description>Hi, &lt;BR /&gt;Is there any truncation error printed on console? Have you tried to use "Rejects" row from tSalesforceBulkExec to see if there is any rejected row?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 23 Jun 2014 04:06:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSalesforceBulkExecute-65000-row-limit/m-p/2305970#M77549</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-23T04:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: tSalesforceBulkExecute, 65000 row limit?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSalesforceBulkExecute-65000-row-limit/m-p/2305971#M77550</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Hi, &lt;BR /&gt;Is there any truncation error printed on console? Have you tried to use "Rejects" row from tSalesforceBulkExec to see if there is any rejected row?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;There is also a Salesforce console that you or your Salesforce Admin can log on to, to see what's happened with Bulk Loads. Sometimes this gives more information than Talend has. As said, Rejects are first port of call.</description>
      <pubDate>Mon, 23 Jun 2014 06:36:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSalesforceBulkExecute-65000-row-limit/m-p/2305971#M77550</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-23T06:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: tSalesforceBulkExecute, 65000 row limit?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSalesforceBulkExecute-65000-row-limit/m-p/2305972#M77551</link>
      <description>Hi and thanks so much for the replies. There are no truncation errors present in the Talend console. I am outputting the results of the tSalesforceBulkExec component to success and error files. The issue is not really with some rows failing and some completing successfully, it's just that only 65k rows make it Salesforce. In the Salesforce bulk data load monitoring tool it shows 65k rows being processed, some failing and some successful and the results are consistent with the tSalesforceBulkExec output that I can see in Talend. The strange thing to me is that when I process a file with &amp;gt;200k rows with tSalesforceBulkExec, exactly 65k rows make it to the bulk load job in Salesforce. I'm beginning to think that maybe Salesforce has limited the data on input, but really wanted to see if any others have also seen this same behavior. Thanks, cheers!</description>
      <pubDate>Mon, 23 Jun 2014 19:36:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSalesforceBulkExecute-65000-row-limit/m-p/2305972#M77551</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-23T19:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: tSalesforceBulkExecute, 65000 row limit?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSalesforceBulkExecute-65000-row-limit/m-p/2305973#M77552</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi and thanks so much for the replies. There are no truncation errors present in the Talend console. I am outputting the results of the tSalesforceBulkExec component to success and error files. The issue is not really with some rows failing and some completing successfully, it's just that only 65k rows make it Salesforce. In the Salesforce bulk data load monitoring tool it shows 65k rows being processed, some failing and some successful and the results are consistent with the tSalesforceBulkExec output that I can see in Talend. The strange thing to me is that when I process a file with &amp;gt;200k rows with tSalesforceBulkExec, exactly 65k rows make it to the bulk load job in Salesforce. I'm beginning to think that maybe Salesforce has limited the data on input, but really wanted to see if any others have also seen this same behavior. Thanks, cheers!&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;I've loaded several millions of rows to Salesforce with the Bulk Loader, so if there is a fault, it may be an issue with later versions of Talend. 
&lt;BR /&gt;I believe that Talend Enterprise 5.1.1 was, at least, ok.</description>
      <pubDate>Mon, 23 Jun 2014 19:58:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSalesforceBulkExecute-65000-row-limit/m-p/2305973#M77552</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-23T19:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: tSalesforceBulkExecute, 65000 row limit?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSalesforceBulkExecute-65000-row-limit/m-p/2305974#M77553</link>
      <description>Hi, &lt;BR /&gt;Could you please show us your job design screenshots? Did you use tMap in your work flow?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 24 Jun 2014 04:20:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSalesforceBulkExecute-65000-row-limit/m-p/2305974#M77553</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-24T04:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: tSalesforceBulkExecute, 65000 row limit?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSalesforceBulkExecute-65000-row-limit/m-p/2305975#M77554</link>
      <description>I'm going to run some more tests and get screenshots together but short answer is yes my job goes like this:
&lt;BR /&gt;tSalesforceConnection -&amp;gt; tFileInputDelim -&amp;gt; tMap -&amp;gt; tSalesforceOutputBulk -&amp;gt; (on component ok) -&amp;gt; tSalesforceOutputBulkExec -&amp;gt; tFileOutputDelim (success) &amp;amp; tfileOutputDelim (error)</description>
      <pubDate>Tue, 24 Jun 2014 16:48:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSalesforceBulkExecute-65000-row-limit/m-p/2305975#M77554</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-24T16:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: tSalesforceBulkExecute, 65000 row limit?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSalesforceBulkExecute-65000-row-limit/m-p/2305976#M77555</link>
      <description>Very possible that you are exceeding the limits and being throttled.&lt;BR /&gt;&lt;A href="http://www.salesforce.com/us/developer/docs/api_asynch/Content/asynch_api_concepts_limits.htm" rel="nofollow noopener noreferrer"&gt;http://www.salesforce.com/us/developer/docs/api_asynch/Content/asynch_api_concepts_limits.htm&lt;/A&gt;</description>
      <pubDate>Tue, 24 Jun 2014 21:41:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSalesforceBulkExecute-65000-row-limit/m-p/2305976#M77555</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-24T21:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: tSalesforceBulkExecute, 65000 row limit?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSalesforceBulkExecute-65000-row-limit/m-p/2305977#M77556</link>
      <description>Hi plsteffens, 
&lt;BR /&gt;Is there any update for your issue?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 25 Jun 2014 09:53:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSalesforceBulkExecute-65000-row-limit/m-p/2305977#M77556</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-25T09:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: tSalesforceBulkExecute, 65000 row limit?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSalesforceBulkExecute-65000-row-limit/m-p/2305978#M77557</link>
      <description>It would be nice to get an update on this issue.
&lt;BR /&gt;.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Derek</description>
      <pubDate>Wed, 25 Mar 2015 14:37:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSalesforceBulkExecute-65000-row-limit/m-p/2305978#M77557</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-03-25T14:37:32Z</dc:date>
    </item>
  </channel>
</rss>

