<?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 components not doing anything after execution in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Talend-components-not-doing-anything-after-execution/m-p/2371346#M134297</link>
    <description>&lt;P&gt;it seems to be fine did you manage commit method?&lt;BR /&gt;can you run it on Traces Debug? (Run -&amp;gt; Debug Run -&amp;gt; Trace Debug)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Jun 2018 12:36:13 GMT</pubDate>
    <dc:creator>fdenis</dc:creator>
    <dc:date>2018-06-07T12:36:13Z</dc:date>
    <item>
      <title>Talend components not doing anything after execution</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-components-not-doing-anything-after-execution/m-p/2371343#M134294</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt; 
&lt;P&gt;I am new to Talend and try to understand how Talend works. I have created a job in Talend, but it's not doing anything. For ex: I have put Delete, Truncate Insert logic on Sql Server database. But when I check data after job execution, nothing is happening. Below is the screen shot of my job. Please help. Below is the flow of my job.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;1.I have used some gloabal variables in TSetGlobalVar&lt;/P&gt; 
&lt;P&gt;2. Then open a SQL server connection(tMSSqlConnection_1) on sub job ok&lt;/P&gt; 
&lt;P&gt;3. Then delete last three month data using above connection&amp;nbsp;&lt;SPAN&gt;on sub job ok&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;4. then truncate a table using same connection&amp;nbsp;&lt;SPAN&gt;on sub job ok&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;5. then use tFileList to loop through files in a directory&lt;/P&gt; 
&lt;P&gt;6. Fetch first row of file to get some header info.&lt;/P&gt; 
&lt;P&gt;7. Then use tMSSqlRow to fecth department from db&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;"select DeptCode from AccountDeptMapping where DeptCode = '"+((String)globalMap.get("Department"))+"'"&lt;/P&gt; 
&lt;P&gt;8. Then set a gloabal variable "CheckDepartment" in tJavaRow&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;if(row2.DeptCode == null || row2.DeptCode.isEmpty())&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;globalMap.put("CheckDepartment","true");&lt;BR /&gt;&amp;nbsp; &amp;nbsp;else&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; globalMap.put("CheckDepartment","false");&lt;/P&gt; 
&lt;P&gt;9. And then put a Run IF trigger and add a condition -&amp;nbsp;(String)globalMap.get("CheckDepartment") == "true"&lt;/P&gt; 
&lt;P&gt;10. Last, insert one record in log table if run condition is satisfied.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;But nothing happen in backend, although I m getting variable values if I print. But nothing happen on backend. Many thanks for reply&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Talend Error.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LyZQ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155343i70ACFD51984DF0B6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LyZQ.png" alt="0683p000009LyZQ.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:08:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-components-not-doing-anything-after-execution/m-p/2371343#M134294</guid>
      <dc:creator>dbindlish</dc:creator>
      <dc:date>2024-11-16T08:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Talend components not doing anything after execution</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-components-not-doing-anything-after-execution/m-p/2371344#M134295</link>
      <description>&lt;P&gt;did you have any exécution log?&lt;/P&gt;&lt;P&gt;find it under run button.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jun 2018 11:18:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-components-not-doing-anything-after-execution/m-p/2371344#M134295</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-06-07T11:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Talend components not doing anything after execution</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-components-not-doing-anything-after-execution/m-p/2371345#M134296</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This is the execution log. I printed the file directory path and another variable which is null.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Starting job FinalOCR at 12:35 07/06/2018.&lt;/P&gt;&lt;P&gt;[statistics] connecting to socket on port 3830&lt;BR /&gt;[statistics] connected&lt;BR /&gt;D:\Software\OCR process\OCR Reports for New Accounts in SAFE Part 1&lt;BR /&gt;null&lt;BR /&gt;[statistics] disconnected&lt;BR /&gt;Job FinalOCR ended at 12:35 07/06/2018. [exit code=0]&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jun 2018 12:20:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-components-not-doing-anything-after-execution/m-p/2371345#M134296</guid>
      <dc:creator>dbindlish</dc:creator>
      <dc:date>2018-06-07T12:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Talend components not doing anything after execution</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-components-not-doing-anything-after-execution/m-p/2371346#M134297</link>
      <description>&lt;P&gt;it seems to be fine did you manage commit method?&lt;BR /&gt;can you run it on Traces Debug? (Run -&amp;gt; Debug Run -&amp;gt; Trace Debug)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jun 2018 12:36:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-components-not-doing-anything-after-execution/m-p/2371346#M134297</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-06-07T12:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Talend components not doing anything after execution</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-components-not-doing-anything-after-execution/m-p/2371347#M134298</link>
      <description>thanks, after managing commit it's working fine.</description>
      <pubDate>Wed, 20 Jun 2018 13:04:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-components-not-doing-anything-after-execution/m-p/2371347#M134298</guid>
      <dc:creator>dbindlish</dc:creator>
      <dc:date>2018-06-20T13:04:11Z</dc:date>
    </item>
  </channel>
</rss>

