<?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: TALEND UPDATE JOB in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/TALEND-UPDATE-JOB/m-p/2366063#M129596</link>
    <description>&lt;P&gt;Any update?&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jan 2024 05:58:43 GMT</pubDate>
    <dc:creator>TBates1683209008</dc:creator>
    <dc:date>2024-01-09T05:58:43Z</dc:date>
    <item>
      <title>TALEND UPDATE JOB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TALEND-UPDATE-JOB/m-p/2366059#M129592</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a job that does the update to a dboutput. The job was working perfectly. Now I am facing a strange problem: the job doesn't update anymore, i rechecked everything, the data, the keys, the join... still no updates and with no errors.&lt;/P&gt;&lt;P&gt;I am working with Talend studio 7.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for your help&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:10:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TALEND-UPDATE-JOB/m-p/2366059#M129592</guid>
      <dc:creator>ML1702493884</dc:creator>
      <dc:date>2024-11-15T21:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: TALEND UPDATE JOB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TALEND-UPDATE-JOB/m-p/2366060#M129593</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I will suggest you to check:&lt;/P&gt;&lt;P&gt;1- If the DBOutput component use an existing connection, make sure the changes have been commit using tDBCommit component. &lt;/P&gt;&lt;P&gt;2- Print the global variable which counts the total number of updated records to see how many records have been updated.&lt;/P&gt;&lt;P&gt;((Integer)globalMap.get("tDBOutput_1_NB_LINE_UPDATED"))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 07:19:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TALEND-UPDATE-JOB/m-p/2366060#M129593</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-12-14T07:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: TALEND UPDATE JOB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TALEND-UPDATE-JOB/m-p/2366061#M129594</link>
      <description>&lt;P&gt;Hi Shong,&lt;/P&gt;&lt;P&gt;Thank you for your answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the number of records updated, it still gives 0.&lt;/P&gt;&lt;P&gt;I will add the tDBCommit and run it again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 07:26:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TALEND-UPDATE-JOB/m-p/2366061#M129594</guid>
      <dc:creator>ML1702493884</dc:creator>
      <dc:date>2023-12-14T07:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: TALEND UPDATE JOB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TALEND-UPDATE-JOB/m-p/2366062#M129595</link>
      <description>&lt;P&gt;the number 0 explains why you can't see the data are updated from DB side.  For testing, check the 'Die on error' option on tDBOutput, the job will throw out the Java exception error if an error occurs and stop to run. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 08:34:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TALEND-UPDATE-JOB/m-p/2366062#M129595</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-12-14T08:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: TALEND UPDATE JOB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TALEND-UPDATE-JOB/m-p/2366063#M129596</link>
      <description>&lt;P&gt;Any update?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2024 05:58:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TALEND-UPDATE-JOB/m-p/2366063#M129596</guid>
      <dc:creator>TBates1683209008</dc:creator>
      <dc:date>2024-01-09T05:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: TALEND UPDATE JOB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TALEND-UPDATE-JOB/m-p/2366064#M129597</link>
      <description>&lt;P&gt;@Tyler Bates&amp;nbsp; have you tried that checking the 'die on error' option on tDBOutput and see any error was throw out? the global variable shows 0 means no data was updated.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2024 07:07:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TALEND-UPDATE-JOB/m-p/2366064#M129597</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-01-09T07:07:44Z</dc:date>
    </item>
  </channel>
</rss>

