<?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: tfiledelete Strange behaviour in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tfiledelete-Strange-behaviour/m-p/2350153#M117036</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000004XsnJAAS"&gt;@shong&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;The files are generating in Runtime(During JobRun) by Talend. The Delete Job should be in PostJob. and My requirement is to delete the .zip files created by Child Jobs Flows in Parent Job. So in tpostjob I have scan that Directory and iterate tfilelist current filepath.&lt;/P&gt;</description>
    <pubDate>Tue, 10 Apr 2018 08:18:50 GMT</pubDate>
    <dc:creator>abhi90</dc:creator>
    <dc:date>2018-04-10T08:18:50Z</dc:date>
    <item>
      <title>tfiledelete Strange behaviour</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfiledelete-Strange-behaviour/m-p/2350128#M117011</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I want to delete some zip files after my Job completition process. I am taking a Path like "C:/Users/aghosh46/Desktop/SRCFILES" in the context Variable of Parent Job. and Now Passing that Value to ChildJob for File Deletions in tpostjob. Here in tfilelist giving Directory Name as context.FilePath+"/". In tfiledelete using filelist's Global Variable Current Filepath. Strange Part is when tpostjob starting that FileDeletion Child Job is failing saying Filename.zip can not be deleted. Whereas In a testJob without any contexts The Job is deleting the Zip Files.Dont know where I am missing something.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2018 17:45:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfiledelete-Strange-behaviour/m-p/2350128#M117011</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-04-04T17:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: tfiledelete Strange behaviour</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfiledelete-Strange-behaviour/m-p/2350129#M117012</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU"&gt;@rhall&lt;/A&gt;,&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKj7AAG"&gt;@TRF&lt;/A&gt;,&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLseAAG"&gt;@vboppudi&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2018 17:46:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfiledelete-Strange-behaviour/m-p/2350129#M117012</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-04-04T17:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: tfiledelete Strange behaviour</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfiledelete-Strange-behaviour/m-p/2350130#M117013</link>
      <description>&lt;P&gt;I cannot reproduce the issue. Maybe remove the&amp;nbsp;&lt;SPAN&gt;+"/" ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2018 18:08:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfiledelete-Strange-behaviour/m-p/2350130#M117013</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-04T18:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: tfiledelete Strange behaviour</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfiledelete-Strange-behaviour/m-p/2350131#M117014</link>
      <description>&lt;P&gt;getting error some thing like in attached.One More thing in tfilelist I gave context.filepath+"/" in my testJob. In there also it is working perfectly fine.&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000004XsnJAAS"&gt;@shong&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LsaX"&gt;tfiledelete.JPG&lt;/A&gt;</description>
      <pubDate>Wed, 04 Apr 2018 18:08:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfiledelete-Strange-behaviour/m-p/2350131#M117014</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-04-04T18:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: tfiledelete Strange behaviour</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfiledelete-Strange-behaviour/m-p/2350132#M117015</link>
      <description>&lt;P&gt;Also, if your parent job is passing the directory, it would more than likely pass it using "\" instead of "/." Under advanced settings in the tFileList, check "Format file path to slash(/) style"&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2018 18:13:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfiledelete-Strange-behaviour/m-p/2350132#M117015</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-04T18:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: tfiledelete Strange behaviour</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfiledelete-Strange-behaviour/m-p/2350133#M117016</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00570000004XKTeAAO"&gt;@yilengli&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;From My Parent job Directory passing like Value&amp;nbsp;"C:/Users/aghosh46/Desktop/SRCFILES" which is in context.filepath. Now This will be a user given Path.One More thing In the FileWatcher Component tWaitforFile I am using FilePath as context.filepath+"/" which is working absolutely fine. I have tried using that settings also which U mentioned.I also removed "/" in the tfilelist Directory. Not working still. &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt; still that same error is coming&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Exception in component tFileDelete_1 (J_CON_NADL_BRAND_EXTRACT_FILEDELETE)&lt;BR /&gt;java.lang.RuntimeException: File C:\Users\aghosh46\Desktop\SRCFILES\AVEENO_EMAIL_CAMP_SEND_OPENS_11012017_TO_12312017.zip can not be deleted.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2018 18:19:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfiledelete-Strange-behaviour/m-p/2350133#M117016</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-04-04T18:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: tfiledelete Strange behaviour</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfiledelete-Strange-behaviour/m-p/2350134#M117017</link>
      <description>&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;</description>
      <pubDate>Wed, 04 Apr 2018 19:39:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfiledelete-Strange-behaviour/m-p/2350134#M117017</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-04-04T19:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: tfiledelete Strange behaviour</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfiledelete-Strange-behaviour/m-p/2350135#M117018</link>
      <description>One thing i am not able to understand here is the Job is not taking the slash /. It is always picking the opposite one.</description>
      <pubDate>Wed, 04 Apr 2018 20:31:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfiledelete-Strange-behaviour/m-p/2350135#M117018</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-04-04T20:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: tfiledelete Strange behaviour</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfiledelete-Strange-behaviour/m-p/2350136#M117019</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please provide your job screen if possible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2018 20:40:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfiledelete-Strange-behaviour/m-p/2350136#M117019</guid>
      <dc:creator>vboppudi</dc:creator>
      <dc:date>2018-04-04T20:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: tfiledelete Strange behaviour</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfiledelete-Strange-behaviour/m-p/2350137#M117020</link>
      <description>&lt;P&gt;It is taking the slash /, but its printing the actual path recognized by the operating system. The "/" is just a java preference because "\" is an escape&amp;nbsp;character.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2018 20:46:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfiledelete-Strange-behaviour/m-p/2350137#M117020</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-04T20:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: tfiledelete Strange behaviour</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfiledelete-Strange-behaviour/m-p/2350138#M117021</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLs9AAG"&gt;@abhi90&lt;/A&gt;, you need to verify the the folder/file does have right permessionsto delete from Talend and also can you check that zip folder has not corrupted.&amp;nbsp;just for your information,you need to configure below way.&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 777px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LtVa.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147576i9BBB9F02DB2EAAE9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LtVa.png" alt="0683p000009LtVa.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 05:38:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfiledelete-Strange-behaviour/m-p/2350138#M117021</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-04-05T05:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: tfiledelete Strange behaviour</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfiledelete-Strange-behaviour/m-p/2350139#M117022</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;,&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00570000004XKTeAAO"&gt;@yilengli&lt;/A&gt;,&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLseAAG"&gt;@vboppudi&lt;/A&gt;,&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU"&gt;@rhall&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;I have attached my settings in this comment.Still the problem persists.&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lsam"&gt;Directory.jpg&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LsPa"&gt;Parent_Job_FilePathContextValue.JPG&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lsar"&gt;Passing_Value_to_ChildJob.JPG&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lsaw"&gt;tfiledelete_settings.JPG&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lsb1"&gt;tfilelist_settings.JPG&lt;/A&gt;</description>
      <pubDate>Thu, 05 Apr 2018 08:14:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfiledelete-Strange-behaviour/m-p/2350139#M117022</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-04-05T08:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: tfiledelete Strange behaviour</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfiledelete-Strange-behaviour/m-p/2350140#M117023</link>
      <description>&lt;P&gt;This *could* be related to the timing of the call. Does this work if not connected to a tPostJob?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 09:07:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfiledelete-Strange-behaviour/m-p/2350140#M117023</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-05T09:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: tfiledelete Strange behaviour</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfiledelete-Strange-behaviour/m-p/2350141#M117024</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU"&gt;@rhall&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;Yes when I am testing in my test job there it's perfectly working fine. Even I tried the same context settings and everything.There it is perfectly working fine.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 09:15:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfiledelete-Strange-behaviour/m-p/2350141#M117024</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-04-05T09:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: tfiledelete Strange behaviour</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfiledelete-Strange-behaviour/m-p/2350142#M117025</link>
      <description>&lt;P&gt;Connect it to a tPostJob in your test job and see if it fails. If it does, then you have found a bug.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 09:16:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfiledelete-Strange-behaviour/m-p/2350142#M117025</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-05T09:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: tfiledelete Strange behaviour</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfiledelete-Strange-behaviour/m-p/2350143#M117026</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU"&gt;@rhall&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;Yes You are right. This is a Bug. when I connected it to my tpostjob of my TestJob It failed again. Where as FilePath is printing.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000004XsnJAAS"&gt;@shong&lt;/A&gt;,&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000004XsaeAAC"&gt;@xdshi&lt;/A&gt;,&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000005HwoSAAS"&gt;@agershenson&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please let me know How to open this Issue in Bugtracker. I have attached settings,JobLog with this Comments.One More thing I tried tfiledelete in my SubJobs of main Job. There also it is not working.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LsVV"&gt;JobErrorLog.txt&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LsbG"&gt;testjob_context.JPG&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LsZL"&gt;TestJob_contextPassing.JPG&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LsbL"&gt;TestJobPrint_tfilelist.JPG&lt;/A&gt;</description>
      <pubDate>Thu, 05 Apr 2018 09:38:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfiledelete-Strange-behaviour/m-p/2350143#M117026</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-04-05T09:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: tfiledelete Strange behaviour</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfiledelete-Strange-behaviour/m-p/2350144#M117027</link>
      <description>&lt;P&gt;One More thing add over here.&lt;/P&gt;
&lt;P&gt;When I am using tfilelist and tfiledelete in my Parent without creating a ChildJob then after 35 File Deletion same issue is coming in tfiledelete. which should not be the case.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 12:03:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfiledelete-Strange-behaviour/m-p/2350144#M117027</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-04-05T12:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: tfiledelete Strange behaviour</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfiledelete-Strange-behaviour/m-p/2350145#M117028</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000004XsnJAAS"&gt;@shong&lt;/A&gt;,&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000004XsaeAAC"&gt;@xdshi&lt;/A&gt;,&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000005HwoSAAS"&gt;@agershenson&lt;/A&gt;&amp;nbsp;can u let me know how to open a bug?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 12:43:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfiledelete-Strange-behaviour/m-p/2350145#M117028</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-04-05T12:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: tfiledelete Strange behaviour</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfiledelete-Strange-behaviour/m-p/2350146#M117029</link>
      <description>&lt;P&gt;One thing to update over here is,&lt;/P&gt; 
&lt;P&gt;My Delete Job is working deactivating other Child Jobs keeping old files. But when I am activating the SubJobs the .zip files Talend is creating in runtime tfiledelete is failing only that time.&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU"&gt;@rhall&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 13:45:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfiledelete-Strange-behaviour/m-p/2350146#M117029</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-04-05T13:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: tfiledelete Strange behaviour</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tfiledelete-Strange-behaviour/m-p/2350147#M117030</link>
      <description>&lt;P&gt;it is happening in Talend 6.4&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 14:22:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tfiledelete-Strange-behaviour/m-p/2350147#M117030</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-04-05T14:22:32Z</dc:date>
    </item>
  </channel>
</rss>

