<?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: Salesforce Upload Process in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Salesforce-Upload-Process/m-p/2318343#M88697</link>
    <description>&lt;P&gt;Hey,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have tried that but no luck, the job stuck at first part when updating the database.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to update the SFID in the database table as you can see the job, it updates one row and stuck there. The database field is not the primary key but i am making it a key in the job. The reason it is not a primary key because it has nulls and i want to update only row which has values. Any thoughts on this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 29 Aug 2017 12:05:33 GMT</pubDate>
    <dc:creator>ishchopra</dc:creator>
    <dc:date>2017-08-29T12:05:33Z</dc:date>
    <item>
      <title>Salesforce Upload Process</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Salesforce-Upload-Process/m-p/2318336#M88690</link>
      <description>&lt;P&gt;Hello there,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am tying to build a job which loads data into salesforce regularly - the job is divided into three parts:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;- Import of CSV into Database&lt;/P&gt; 
&lt;P&gt;- Matching of data in Salesforce&lt;/P&gt; 
&lt;P&gt;- UPSERT&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am able to complete the first job, however running into random problems in the second job. Surprisingly the component works sometimes but most of the times struck and ultimately i have to kill the job (screen shot attached).&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The second problem on the same job is it process more records but only report very less in the Error and Success files after UPSERTING.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;please help&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:21:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Salesforce-Upload-Process/m-p/2318336#M88690</guid>
      <dc:creator>ishchopra</dc:creator>
      <dc:date>2024-11-16T09:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce Upload Process</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Salesforce-Upload-Process/m-p/2318337#M88691</link>
      <description>&lt;P&gt;Attachments&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LrkE"&gt;Stuck_Job.JPG&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Ls77"&gt;TMap_for_Matching.JPG&lt;/A&gt;</description>
      <pubDate>Mon, 28 Aug 2017 14:46:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Salesforce-Upload-Process/m-p/2318337#M88691</guid>
      <dc:creator>ishchopra</dc:creator>
      <dc:date>2017-08-28T14:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce Upload Process</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Salesforce-Upload-Process/m-p/2318338#M88692</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try to&amp;nbsp;connect subjobs using "OnSubjob OK" link &amp;nbsp;between both tXxxxxInput components.&lt;/P&gt;
&lt;P&gt;However, maybe a problem due to your network connection (a microcut&amp;nbsp;and your job will wait for the response which will never arrive).&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 10:10:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Salesforce-Upload-Process/m-p/2318338#M88692</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-08-29T10:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce Upload Process</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Salesforce-Upload-Process/m-p/2318339#M88693</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;thanks for your reply, really appreciate you time.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I just wanted to say that this sound familier because job runs fine sometimes. for example i ran the job today and it worked fine but stuck again.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If i remove oracleoutput and connect it to tlogrow then it shows the expected result. (even if i run the job 10 times) can you please tell me the way i can find out if problem is related to network?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Ankur&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 10:16:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Salesforce-Upload-Process/m-p/2318339#M88693</guid>
      <dc:creator>ishchopra</dc:creator>
      <dc:date>2017-08-29T10:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce Upload Process</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Salesforce-Upload-Process/m-p/2318340#M88694</link>
      <description>&lt;P&gt;Maybe a deadlock problem on Oracle side.&lt;/P&gt;&lt;P&gt;Can you 1st change the design as suggested previously?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 10:22:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Salesforce-Upload-Process/m-p/2318340#M88694</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-08-29T10:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce Upload Process</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Salesforce-Upload-Process/m-p/2318341#M88695</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please tell me how to do that, i am pretty new to talend. this will be massive help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 10:29:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Salesforce-Upload-Process/m-p/2318341#M88695</guid>
      <dc:creator>ishchopra</dc:creator>
      <dc:date>2017-08-29T10:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce Upload Process</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Salesforce-Upload-Process/m-p/2318342#M88696</link>
      <description>&lt;P&gt;Delete the "On Component OK" on tOracleOutput component.&lt;/P&gt;&lt;P&gt;Right click on 1st tOracleInput component&amp;nbsp;then Trigger, click on the "On Subjob OK" &amp;nbsp;and drag the link to then 2nd&amp;nbsp;&lt;SPAN&gt;tOracleInput.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 10:35:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Salesforce-Upload-Process/m-p/2318342#M88696</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-08-29T10:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce Upload Process</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Salesforce-Upload-Process/m-p/2318343#M88697</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have tried that but no luck, the job stuck at first part when updating the database.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to update the SFID in the database table as you can see the job, it updates one row and stuck there. The database field is not the primary key but i am making it a key in the job. The reason it is not a primary key because it has nulls and i want to update only row which has values. Any thoughts on this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 12:05:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Salesforce-Upload-Process/m-p/2318343#M88697</guid>
      <dc:creator>ishchopra</dc:creator>
      <dc:date>2017-08-29T12:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce Upload Process</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Salesforce-Upload-Process/m-p/2318344#M88698</link>
      <description>It seems you have a dead lock on oracle side. Try to open a connection at the beginning of the job, then reuse this connection in the tOracleXxxx components. This way all operations will be realized within the same session. I suggest you to try this as in any case it is a best practice to reuse connection when possible.</description>
      <pubDate>Wed, 30 Aug 2017 14:24:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Salesforce-Upload-Process/m-p/2318344#M88698</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-08-30T14:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce Upload Process</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Salesforce-Upload-Process/m-p/2318345#M88699</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks for drawing me to the right direction, it was indeed a dead lock in the database side. I clicked commit on the oracle side and problem was resolved. Now i am following your instructions to avoid the same situation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks again&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 09:14:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Salesforce-Upload-Process/m-p/2318345#M88699</guid>
      <dc:creator>ishchopra</dc:creator>
      <dc:date>2017-08-31T09:14:26Z</dc:date>
    </item>
  </channel>
</rss>

