<?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 Problem with tSalesforceBulkExec component. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-tSalesforceBulkExec-component/m-p/2239061#M26973</link>
    <description>Hello, 
&lt;BR /&gt;I've encountered the following problem in several occasions and I don't know why it's happening. 
&lt;BR /&gt;I am sending records to Salesforce with a tSalesforceBulkExec; this is being run on an iSeries machine, and it needs to use a Proxy to connect to Salesforce. I'm using Talend DI 5.2.2. 
&lt;BR /&gt;This problem happens when processing around 5k records, which is not a high amount. However, if I run this from outside the iSeries machine, it works. 
&lt;BR /&gt;So my guess is that the Proxy is slowing down the process and the tSalesforceBulkExec component is not getting an answer back from the Salesforce API. 
&lt;BR /&gt;This is the Exception message I get: 
&lt;BR /&gt;Exception in component tSalesforceBulkExec_1 
&lt;BR /&gt;java.lang.IllegalArgumentException: input stream can not be null 
&lt;BR /&gt; at com.sforce.ws.parser.MXParser.setInput(MXParser.java:528) 
&lt;BR /&gt; at com.sforce.ws.parser.XmlInputStream.setInput(XmlInputStream.java:64) 
&lt;BR /&gt; at com.sforce.async.BulkConnection.parseAndThrowException(BulkConnection.java:107) 
&lt;BR /&gt; at com.sforce.async.BulkConnection.doHttpGet(BulkConnection.java:472) 
&lt;BR /&gt; at com.sforce.async.BulkConnection.getBatchInfoList(BulkConnection.java:309) 
&lt;BR /&gt; at org.talend.salesforceBulk.SalesforceBulkAPI.awaitCompletion(SalesforceBulkAPI.java:388) 
&lt;BR /&gt; at org.talend.salesforceBulk.SalesforceBulkAPI.executeBulk(SalesforceBulkAPI.java:120) 
&lt;BR /&gt; at transfer_instructions.transferinstructionstosalesforce_0_5.TransferInstructionsToSalesforce.tSalesforceBulkExec_1Process(TransferInstructionsToSalesforce.java:11473) 
&lt;BR /&gt; at transfer_instructions.transferinstructionstosalesforce_0_5.TransferInstructionsToSalesforce.tAS400Input_2Process(TransferInstructionsToSalesforce.java:7791) 
&lt;BR /&gt; at transfer_instructions.transferinstructionstosalesforce_0_5.TransferInstructionsToSalesforce.runJobInTOS(TransferInstructionsToSalesforce.java:18286) 
&lt;BR /&gt; at transfer_instructions.transferinstructionstosalesforce_0_5.TransferInstructionsToSalesforce.runJob(TransferInstructionsToSalesforce.java:17812) 
&lt;BR /&gt; at transfer_instructions.updatesalesforcewithinstructions_0_5.UpdateSalesforceWithInstructions.tRunJob_1Process(UpdateSalesforceWithInstructions.java:2525) 
&lt;BR /&gt; at transfer_instructions.updatesalesforcewithinstructions_0_5.UpdateSalesforceWithInstructions.tAS400Input_3Process(UpdateSalesforceWithInstructions.java:2283) 
&lt;BR /&gt; at transfer_instructions.updatesalesforcewithinstructions_0_5.UpdateSalesforceWithInstructions.runJobInTOS(UpdateSalesforceWithInstructions.java:4920) 
&lt;BR /&gt; at transfer_instructions.updatesalesforcewithinstructions_0_5.UpdateSalesforceWithInstructions.main(UpdateSalesforceWithInstructions.java:4440) 
&lt;BR /&gt;Exception in component tRunJob_1 
&lt;BR /&gt;java.lang.RuntimeException: Child job running failed 
&lt;BR /&gt; at transfer_instructions.updatesalesforcewithinstructions_0_5.UpdateSalesforceWithInstructions.tRunJob_1Process(UpdateSalesforceWithInstructions.java:2544) 
&lt;BR /&gt; at transfer_instructions.updatesalesforcewithinstructions_0_5.UpdateSalesforceWithInstructions.tAS400Input_3Process(UpdateSalesforceWithInstructions.java:2283) 
&lt;BR /&gt; at transfer_instructions.updatesalesforcewithinstructions_0_5.UpdateSalesforceWithInstructions.runJobInTOS(UpdateSalesforceWithInstructions.java:4920) 
&lt;BR /&gt; at transfer_instructions.updatesalesforcewithinstructions_0_5.UpdateSalesforceWithInstructions.main(UpdateSalesforceWithInstructions.java:4440) 
&lt;BR /&gt; 
&lt;BR /&gt;I have googled this and haven't found any explanations, could anyone let me know if I'm right assuming this is caused by the Proxy connection and the Salesforce API response timing out? Or is it caused by any other reason? 
&lt;BR /&gt;I would appreciate any comments. 
&lt;BR /&gt;Many thanks, 
&lt;BR /&gt;Julipool</description>
    <pubDate>Sat, 16 Nov 2024 11:48:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T11:48:13Z</dc:date>
    <item>
      <title>Problem with tSalesforceBulkExec component.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-tSalesforceBulkExec-component/m-p/2239061#M26973</link>
      <description>Hello, 
&lt;BR /&gt;I've encountered the following problem in several occasions and I don't know why it's happening. 
&lt;BR /&gt;I am sending records to Salesforce with a tSalesforceBulkExec; this is being run on an iSeries machine, and it needs to use a Proxy to connect to Salesforce. I'm using Talend DI 5.2.2. 
&lt;BR /&gt;This problem happens when processing around 5k records, which is not a high amount. However, if I run this from outside the iSeries machine, it works. 
&lt;BR /&gt;So my guess is that the Proxy is slowing down the process and the tSalesforceBulkExec component is not getting an answer back from the Salesforce API. 
&lt;BR /&gt;This is the Exception message I get: 
&lt;BR /&gt;Exception in component tSalesforceBulkExec_1 
&lt;BR /&gt;java.lang.IllegalArgumentException: input stream can not be null 
&lt;BR /&gt; at com.sforce.ws.parser.MXParser.setInput(MXParser.java:528) 
&lt;BR /&gt; at com.sforce.ws.parser.XmlInputStream.setInput(XmlInputStream.java:64) 
&lt;BR /&gt; at com.sforce.async.BulkConnection.parseAndThrowException(BulkConnection.java:107) 
&lt;BR /&gt; at com.sforce.async.BulkConnection.doHttpGet(BulkConnection.java:472) 
&lt;BR /&gt; at com.sforce.async.BulkConnection.getBatchInfoList(BulkConnection.java:309) 
&lt;BR /&gt; at org.talend.salesforceBulk.SalesforceBulkAPI.awaitCompletion(SalesforceBulkAPI.java:388) 
&lt;BR /&gt; at org.talend.salesforceBulk.SalesforceBulkAPI.executeBulk(SalesforceBulkAPI.java:120) 
&lt;BR /&gt; at transfer_instructions.transferinstructionstosalesforce_0_5.TransferInstructionsToSalesforce.tSalesforceBulkExec_1Process(TransferInstructionsToSalesforce.java:11473) 
&lt;BR /&gt; at transfer_instructions.transferinstructionstosalesforce_0_5.TransferInstructionsToSalesforce.tAS400Input_2Process(TransferInstructionsToSalesforce.java:7791) 
&lt;BR /&gt; at transfer_instructions.transferinstructionstosalesforce_0_5.TransferInstructionsToSalesforce.runJobInTOS(TransferInstructionsToSalesforce.java:18286) 
&lt;BR /&gt; at transfer_instructions.transferinstructionstosalesforce_0_5.TransferInstructionsToSalesforce.runJob(TransferInstructionsToSalesforce.java:17812) 
&lt;BR /&gt; at transfer_instructions.updatesalesforcewithinstructions_0_5.UpdateSalesforceWithInstructions.tRunJob_1Process(UpdateSalesforceWithInstructions.java:2525) 
&lt;BR /&gt; at transfer_instructions.updatesalesforcewithinstructions_0_5.UpdateSalesforceWithInstructions.tAS400Input_3Process(UpdateSalesforceWithInstructions.java:2283) 
&lt;BR /&gt; at transfer_instructions.updatesalesforcewithinstructions_0_5.UpdateSalesforceWithInstructions.runJobInTOS(UpdateSalesforceWithInstructions.java:4920) 
&lt;BR /&gt; at transfer_instructions.updatesalesforcewithinstructions_0_5.UpdateSalesforceWithInstructions.main(UpdateSalesforceWithInstructions.java:4440) 
&lt;BR /&gt;Exception in component tRunJob_1 
&lt;BR /&gt;java.lang.RuntimeException: Child job running failed 
&lt;BR /&gt; at transfer_instructions.updatesalesforcewithinstructions_0_5.UpdateSalesforceWithInstructions.tRunJob_1Process(UpdateSalesforceWithInstructions.java:2544) 
&lt;BR /&gt; at transfer_instructions.updatesalesforcewithinstructions_0_5.UpdateSalesforceWithInstructions.tAS400Input_3Process(UpdateSalesforceWithInstructions.java:2283) 
&lt;BR /&gt; at transfer_instructions.updatesalesforcewithinstructions_0_5.UpdateSalesforceWithInstructions.runJobInTOS(UpdateSalesforceWithInstructions.java:4920) 
&lt;BR /&gt; at transfer_instructions.updatesalesforcewithinstructions_0_5.UpdateSalesforceWithInstructions.main(UpdateSalesforceWithInstructions.java:4440) 
&lt;BR /&gt; 
&lt;BR /&gt;I have googled this and haven't found any explanations, could anyone let me know if I'm right assuming this is caused by the Proxy connection and the Salesforce API response timing out? Or is it caused by any other reason? 
&lt;BR /&gt;I would appreciate any comments. 
&lt;BR /&gt;Many thanks, 
&lt;BR /&gt;Julipool</description>
      <pubDate>Sat, 16 Nov 2024 11:48:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-tSalesforceBulkExec-component/m-p/2239061#M26973</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with tSalesforceBulkExec component.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-tSalesforceBulkExec-component/m-p/2239062#M26974</link>
      <description>Hi, 
&lt;BR /&gt;Please upload your job design and tSalesforceBulkExec component setting screenshots into forum so that we can address your issue quickly.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 13 Dec 2013 02:13:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-tSalesforceBulkExec-component/m-p/2239062#M26974</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-13T02:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with tSalesforceBulkExec component.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-tSalesforceBulkExec-component/m-p/2239063#M26975</link>
      <description>Hi xdshi, 
&lt;BR /&gt;Thanks for your response. Sorry I didn't include that before... 
&lt;BR /&gt;Please have a look at the design and the configuration for the tSalesforceBulkExec_1 component. You can also find the basic settings and advanced settings tabs attached. 
&lt;BR /&gt;The Exception is thrown on the tSalesforceBulkExec_1 component, so neither the success or Error files get created, and therefore I don't have any information about what the outcome of the load is. I don't know what records succeeded or which failed. 
&lt;BR /&gt;That is why I think there must be some kind of timeout that is stopping my job from getting the response from the Salesforce API. 
&lt;BR /&gt;I hope this makes more sense and helps to understand the scenario I am working on. 
&lt;BR /&gt;Many thanks. 
&lt;BR /&gt;Julipool 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MC8Z.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147301i71A31701BF1A7746/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MC8Z.png" alt="0683p000009MC8Z.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCC6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149279i43B824B5B6FE4C9C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCC6.png" alt="0683p000009MCC6.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCCB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147409iEA54E94CD196A8CF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCCB.png" alt="0683p000009MCCB.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 13 Dec 2013 10:11:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-tSalesforceBulkExec-component/m-p/2239063#M26975</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-13T10:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with tSalesforceBulkExec component.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-tSalesforceBulkExec-component/m-p/2239064#M26976</link>
      <description>I have now better analysed the problem I am getting.
&lt;BR /&gt;The thing is that the Bulk API takes around 7 or 8 minutes to process the number of records I am sending to Salesforce from my tSalesforceBulkExec component.
&lt;BR /&gt;I noticed that my qshell job on the iSeries gets killed after 5 minutes of inactivity, and Salesforce is still processing the records, so it hasn't sent a response back to my tSalesforceBulkExec component.
&lt;BR /&gt;Does anyone know any remedy for this? Is there any way of keeping the qshell job alive?
&lt;BR /&gt;Any suggestions are welcome.
&lt;BR /&gt;Many thanks,
&lt;BR /&gt;Julipool</description>
      <pubDate>Wed, 18 Dec 2013 16:21:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-tSalesforceBulkExec-component/m-p/2239064#M26976</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-18T16:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with tSalesforceBulkExec component.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-tSalesforceBulkExec-component/m-p/2239065#M26977</link>
      <description>&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Hello All,&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;I am facing issue with tSalesforceBulExec Component. I don't see Quote Object in the drop down for "Module". I am using talend 5.4/ Same happens in 5.5 as well. Please help me how to do this. We are doing a data migration where we will have to upload Quote to salesforce.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Thanks,&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Fri, 29 Aug 2014 17:33:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-tSalesforceBulkExec-component/m-p/2239065#M26977</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-29T17:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with tSalesforceBulkExec component.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-tSalesforceBulkExec-component/m-p/2239066#M26978</link>
      <description>Hi Team,&lt;BR /&gt;Can anyone provide the solution to this problem as mentioned by julipool.&lt;BR /&gt;Many thanks,&lt;BR /&gt;Devanshu</description>
      <pubDate>Thu, 07 Apr 2016 06:50:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-tSalesforceBulkExec-component/m-p/2239066#M26978</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-04-07T06:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with tSalesforceBulkExec component.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-tSalesforceBulkExec-component/m-p/2239067#M26979</link>
      <description>Hi,&amp;nbsp;
&lt;BR /&gt;We're also having this issue. Is there a way to increase the bulk API connection timeout? OR is this a network issue? Any solution or suggestion would be greatly appreciated.
&lt;BR /&gt;Thanks,
&lt;BR /&gt;James</description>
      <pubDate>Thu, 28 Apr 2016 12:42:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-tSalesforceBulkExec-component/m-p/2239067#M26979</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-04-28T12:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with tSalesforceBulkExec component.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-tSalesforceBulkExec-component/m-p/2239068#M26980</link>
      <description>Hi xdshi,
&lt;BR /&gt;can you please help me with the query mentioned by julipool on 2013-12-18 17:21:48.
&lt;BR /&gt;Regards,
&lt;BR /&gt;sateesh</description>
      <pubDate>Wed, 18 May 2016 23:04:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-tSalesforceBulkExec-component/m-p/2239068#M26980</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-05-18T23:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with tSalesforceBulkExec component.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-tSalesforceBulkExec-component/m-p/2239069#M26981</link>
      <description>Hi&amp;nbsp;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;sateesh,&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;Would you mind giving us some information about your current situation? Did you get some problem on tSalesforceBulkExec?&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Wed, 29 Jun 2016 10:32:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-tSalesforceBulkExec-component/m-p/2239069#M26981</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-29T10:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with tSalesforceBulkExec component.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-tSalesforceBulkExec-component/m-p/2239070#M26982</link>
      <description>Hi Xdshi, 
&lt;BR /&gt;Me and Sateesh are from the same team. The problem we are facing is described by Julipool in the comments below. 
&lt;BR /&gt;Can you please provide some assistance on the below issue -&amp;nbsp; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;We are sending records to Salesforce with a tSalesforceBulkExec; this is being run on an iSeries machine and we are using Talend DI 5.2.2.&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;This problem happens when processing around 2k records, the tSalesforceBulkExec component is not getting an answer back from the Salesforce API.&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;This is the Exception message we get:&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Exception in component tSalesforceBulkExec_1&lt;BR /&gt;java.lang.IllegalArgumentException: input stream can not be null&lt;BR /&gt;&amp;nbsp; &amp;nbsp; at com.sforce.ws.parser.MXParser.setInput(MXParser.java:528)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; at com.sforce.ws.parser.XmlInputStream.setInput(XmlInputStream.java:64)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; at com.sforce.async.BulkConnection.parseAndThrowException(BulkConnection.java:107)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; at com.sforce.async.BulkConnection.doHttpGet(BulkConnection.java:472)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; at com.sforce.async.BulkConnection.getBatchInfoList(BulkConnection.java:309)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; at org.talend.salesforceBulk.SalesforceBulkAPI.awaitCompletion(SalesforceBulkAPI.java:388)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; at org.talend.salesforceBulk.SalesforceBulkAPI.executeBulk(SalesforceBulkAPI.java:120)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; at transfer_instructions.transferinstructionstosalesforce_0_5.TransferInstructionsToSalesforce.tSalesforceBulkExec_1Process(TransferInstructionsToSalesforce.java:11473)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; at transfer_instructions.transferinstructionstosalesforce_0_5.TransferInstructionsToSalesforce.tAS400Input_2Process(TransferInstructionsToSalesforce.java:7791)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; at transfer_instructions.transferinstructionstosalesforce_0_5.TransferInstructionsToSalesforce.runJobInTOS(TransferInstructionsToSalesforce.java:18286)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; at transfer_instructions.transferinstructionstosalesforce_0_5.TransferInstructionsToSalesforce.runJob(TransferInstructionsToSalesforce.java:17812)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; at transfer_instructions.updatesalesforcewithinstructions_0_5.UpdateSalesforceWithInstructions.tRunJob_1Process(UpdateSalesforceWithInstructions.java:2525)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; at transfer_instructions.updatesalesforcewithinstructions_0_5.UpdateSalesforceWithInstructions.tAS400Input_3Process(UpdateSalesforceWithInstructions.java:2283)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; at transfer_instructions.updatesalesforcewithinstructions_0_5.UpdateSalesforceWithInstructions.runJobInTOS(UpdateSalesforceWithInstructions.java:4920)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; at transfer_instructions.updatesalesforcewithinstructions_0_5.UpdateSalesforceWithInstructions.main(UpdateSalesforceWithInstructions.java:4440)&lt;BR /&gt;Exception in component tRunJob_1&lt;BR /&gt;java.lang.RuntimeException: Child job running failed&lt;BR /&gt;&amp;nbsp; &amp;nbsp; at transfer_instructions.updatesalesforcewithinstructions_0_5.UpdateSalesforceWithInstructions.tRunJob_1Process(UpdateSalesforceWithInstructions.java:2544)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; at transfer_instructions.updatesalesforcewithinstructions_0_5.UpdateSalesforceWithInstructions.tAS400Input_3Process(UpdateSalesforceWithInstructions.java:2283)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; at transfer_instructions.updatesalesforcewithinstructions_0_5.UpdateSalesforceWithInstructions.runJobInTOS(UpdateSalesforceWithInstructions.java:4920)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; at transfer_instructions.updatesalesforcewithinstructions_0_5.Update&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt;Julipool has also attached the job design in the comments below. 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Devanshu</description>
      <pubDate>Wed, 16 Nov 2016 07:50:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-tSalesforceBulkExec-component/m-p/2239070#M26982</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-11-16T07:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with tSalesforceBulkExec component.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-tSalesforceBulkExec-component/m-p/2239071#M26983</link>
      <description>Hi, I'm new to Talend and I have the same issue. 
&lt;BR /&gt;This is the error log that I obtain from Talend log: 
&lt;BR /&gt;Exception in component tSalesforceOutputBulkExec_1_tSBE 
&lt;BR /&gt;java.lang.IllegalArgumentException: input stream can not be null 
&lt;BR /&gt;at com.sforce.ws.parser.MXParser.setInput(MXParser.java:554) 
&lt;BR /&gt;at com.sforce.ws.parser.XmlInputStream.setInput(XmlInputStream.java:65) 
&lt;BR /&gt;at com.sforce.async.BulkConnection.parseAndThrowException(BulkConnection.java:129) 
&lt;BR /&gt;at com.sforce.async.BulkConnection.doHttpGet(BulkConnection.java:615) 
&lt;BR /&gt;at com.sforce.async.BulkConnection.getBatchInfoList(BulkConnection.java:439) 
&lt;BR /&gt;at org.talend.salesforceBulk.SforceBulkConnection.getBatchInfoList(SforceBulkConnection.java:82) 
&lt;BR /&gt;at org.talend.salesforceBulk.SalesforceBulkAPI.awaitCompletion(SalesforceBulkAPI.java:256) 
&lt;BR /&gt;at org.talend.salesforceBulk.SalesforceBulkAPI.executeBulk(SalesforceBulkAPI.java:99) 
&lt;BR /&gt;... 
&lt;BR /&gt;java.lang.RuntimeException: Child job running failed 
&lt;BR /&gt;The input file is not null.I launch the job, it runs correctly for some operations and this error happens every time in a different tSalesforceOutputBulkExec component. Can be a problem related to the connection? 
&lt;BR /&gt;Thank you in advance</description>
      <pubDate>Mon, 06 Feb 2017 10:38:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-tSalesforceBulkExec-component/m-p/2239071#M26983</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-06T10:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with tSalesforceBulkExec component.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-tSalesforceBulkExec-component/m-p/2239072#M26984</link>
      <description>I too am facing the same issue 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/profile/0053p000007LLfuAAG"&gt;@Moe&lt;/A&gt; 
&lt;A href="https://community.qlik.com/s/profile/00539000004XsaeAAC"&gt;@xdshi&lt;/A&gt; 
&lt;BR /&gt;Have you found solution? 
&lt;BR /&gt;If yes, can you please share with me? 
&lt;BR /&gt; 
&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Wed, 20 Nov 2019 04:51:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-tSalesforceBulkExec-component/m-p/2239072#M26984</guid>
      <dc:creator>KrupalGharat</dc:creator>
      <dc:date>2019-11-20T04:51:33Z</dc:date>
    </item>
  </channel>
</rss>

