<?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: Unable to delete files in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-delete-files/m-p/2236050#M24892</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000004XsaeAAC"&gt;@xdshi&lt;/A&gt;&amp;nbsp;,&lt;BR /&gt;If I check the Fail on error box then the job say's the file is being used you cannot delete the file.&lt;/P&gt;</description>
    <pubDate>Thu, 18 Jul 2019 13:16:44 GMT</pubDate>
    <dc:creator>kuwaryogi27</dc:creator>
    <dc:date>2019-07-18T13:16:44Z</dc:date>
    <item>
      <title>Unable to delete files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-delete-files/m-p/2236041#M24883</link>
      <description>&lt;P&gt;Hello All,&lt;BR /&gt;&lt;BR /&gt;I am trying to delete some json files after they are pushed into ActiveMQ in the below subjob but the files are not getting deleted.&lt;BR /&gt;Attached is the screenshot of the talend job please have a look.&lt;BR /&gt;Could you please guide me how to solve this.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Yogesh.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 08:34:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-delete-files/m-p/2236041#M24883</guid>
      <dc:creator>kuwaryogi27</dc:creator>
      <dc:date>2019-07-18T08:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to delete files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-delete-files/m-p/2236042#M24884</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Did you want to delete json files from your local machine after they are pushed into ActiveMQ or from MQ server?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 09:32:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-delete-files/m-p/2236042#M24884</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-18T09:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to delete files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-delete-files/m-p/2236043#M24885</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000004XsaeAAC"&gt;@xdshi&lt;/A&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;I want to delete this files from local machine.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 09:49:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-delete-files/m-p/2236043#M24885</guid>
      <dc:creator>kuwaryogi27</dc:creator>
      <dc:date>2019-07-18T09:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to delete files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-delete-files/m-p/2236044#M24886</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Please make sure you tick on check box ("Delete File or Folder") in tFileDelete.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 10:01:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-delete-files/m-p/2236044#M24886</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-18T10:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to delete files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-delete-files/m-p/2236045#M24887</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000004XsaeAAC"&gt;@xdshi&lt;/A&gt;&amp;nbsp;,&lt;BR /&gt;This configuration has been done then also it's not deleting the files&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 10:08:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-delete-files/m-p/2236045#M24887</guid>
      <dc:creator>kuwaryogi27</dc:creator>
      <dc:date>2019-07-18T10:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to delete files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-delete-files/m-p/2236046#M24888</link>
      <description>Hi Kuwaryogi27 
&lt;BR /&gt;Do you use an existing connection on tMomOutput component? If so, you should use tMomCommit to commit the change and close the connection before deleting the file. eg: 
&lt;BR /&gt;tfileList_1--onsubjobok--tMomCommit--onsubjobok--&amp;gt;tFileList_2--iterate--tFileDelete. 
&lt;BR /&gt; 
&lt;BR /&gt;Please try and let me know if it works. 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 18 Jul 2019 10:18:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-delete-files/m-p/2236046#M24888</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-18T10:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to delete files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-delete-files/m-p/2236047#M24889</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000004XsnJAAS"&gt;@shong&lt;/A&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;After doing the suggested changes still we are unable to delete the files.&lt;BR /&gt;Attached is the screenshot after modification.&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lvt7"&gt;18_7_19_1.PNG&lt;/A&gt;</description>
      <pubDate>Thu, 18 Jul 2019 10:53:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-delete-files/m-p/2236047#M24889</guid>
      <dc:creator>kuwaryogi27</dc:creator>
      <dc:date>2019-07-18T10:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to delete files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-delete-files/m-p/2236048#M24890</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Please let us know your tfilelist_2 and tfiledelete component setting screenshots.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="deletefile2.jfif" style="width: 515px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6di.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151407i2F16306B3F1076B4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6di.jpg" alt="0683p000009M6di.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 10:58:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-delete-files/m-p/2236048#M24890</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-18T10:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to delete files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-delete-files/m-p/2236049#M24891</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000004XsaeAAC"&gt;@xdshi&lt;/A&gt;&amp;nbsp;,&lt;BR /&gt;I have attached the screenshots please have a look.&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LwI3"&gt;tFileDelete_1.PNG&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LwI8"&gt;tFileList_2.PNG&lt;/A&gt;</description>
      <pubDate>Thu, 18 Jul 2019 12:31:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-delete-files/m-p/2236049#M24891</guid>
      <dc:creator>kuwaryogi27</dc:creator>
      <dc:date>2019-07-18T12:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to delete files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-delete-files/m-p/2236050#M24892</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000004XsaeAAC"&gt;@xdshi&lt;/A&gt;&amp;nbsp;,&lt;BR /&gt;If I check the Fail on error box then the job say's the file is being used you cannot delete the file.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 13:16:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-delete-files/m-p/2236050#M24892</guid>
      <dc:creator>kuwaryogi27</dc:creator>
      <dc:date>2019-07-18T13:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to delete files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-delete-files/m-p/2236051#M24893</link>
      <description>&lt;P&gt;Hello &lt;A href="https://community.qlik.com/s/profile/0053p000007LPQjAAO"&gt;@ykasture&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Could you please try to do tfilelist--&amp;gt;tfiledelete in a child job and the main job calls the child job with option 'independent process' checked to see if it works?&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2019 03:29:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-delete-files/m-p/2236051#M24893</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-19T03:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to delete files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-delete-files/m-p/2236052#M24894</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000004XsaeAAC"&gt;@xdshi&lt;/A&gt;&amp;nbsp;,&lt;BR /&gt;I tried the way suggested by you, but this option is still not working for me.&amp;nbsp;&lt;BR /&gt;Below are the screenshots of the modified job.&lt;BR /&gt;Please have a look.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LwEv"&gt;1.PNG&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LwIr"&gt;3.PNG&lt;/A&gt;</description>
      <pubDate>Fri, 19 Jul 2019 12:38:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-delete-files/m-p/2236052#M24894</guid>
      <dc:creator>kuwaryogi27</dc:creator>
      <dc:date>2019-07-19T12:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to delete files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-delete-files/m-p/2236053#M24895</link>
      <description>&lt;P&gt;Hello All,&lt;BR /&gt;Please let me know if anyone has a solution over this topic.&lt;BR /&gt;Regards,&lt;BR /&gt;Yogesh.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2019 04:59:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-delete-files/m-p/2236053#M24895</guid>
      <dc:creator>kuwaryogi27</dc:creator>
      <dc:date>2019-07-23T04:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to delete files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-delete-files/m-p/2236054#M24896</link>
      <description>&lt;P&gt;Hi kuwaryogi27&lt;BR /&gt;Are you sure there is no other applications or program are accessing the file at the same time. In this job, only tfileinputRaw component is reading the file, for testing, remove tMOMOutput component from the job to see if tfiledelete can delete the file in the end.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 09:27:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-delete-files/m-p/2236054#M24896</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-24T09:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to delete files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-delete-files/m-p/2236055#M24897</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000004XsnJAAS"&gt;@shong&lt;/A&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Apologies for the late reply.&lt;BR /&gt;I tried the same suggested by you it did not work.&lt;BR /&gt;Let me explain the complete scenario:&lt;BR /&gt;1] JSON files are created in this particular job by reading an excel.&lt;BR /&gt;2] Those JSON files are fetched by tFileOutputRaw -&amp;gt; .. -&amp;gt; tMomOutput&lt;BR /&gt;3] Need to delete those JSON files&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;When the files are sent to tMomOutput the files are consumed by a JMS consumer in our application.&lt;BR /&gt;&lt;BR /&gt;I have made a small configuration change in tFileDelete and selected the Fail on error checkbox.&lt;BR /&gt;It gave me the error that I have attached in the attachments, please have a look.&lt;BR /&gt;&lt;BR /&gt;Quick questions:&lt;BR /&gt;1] So since the files are used by the JMS consumer is the reason to unable to delete those files.&lt;BR /&gt;2] I tried changing the directory from [C to D] because due to admin rights if it's not allowing to delete the files but this scenario also didn't worked.&lt;BR /&gt;&lt;BR /&gt;Please guide me how can we achieve this task.&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Yogesh.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LwAO"&gt;25_7_19_1.PNG&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LvdV"&gt;25_7_19_2.PNG&lt;/A&gt;</description>
      <pubDate>Thu, 25 Jul 2019 15:26:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-delete-files/m-p/2236055#M24897</guid>
      <dc:creator>kuwaryogi27</dc:creator>
      <dc:date>2019-07-25T15:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to delete files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-delete-files/m-p/2236056#M24898</link>
      <description>Hi Yogesh 
&lt;BR /&gt;"1] JSON files are created in this particular job by reading an excel."
&lt;BR /&gt;I don't see where the json files are created in your job, maybe the problem occurs in this step, can you please show me the full screenshot of your job?
&lt;BR /&gt;
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 29 Jul 2019 04:45:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-delete-files/m-p/2236056#M24898</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-29T04:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to delete files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-delete-files/m-p/2236057#M24899</link>
      <description>&lt;P&gt;Hi Shong,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;in tJava Component the logic to read an excel and convert a row into a json file has been written.&lt;BR /&gt;After tJava -&amp;gt;onSubJobOk -&amp;gt;tfilelist-&amp;gt;tfileinputraw fetches the JSON files created in a folder on the local system and pushes them to a queue.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Yogesh.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LuYj"&gt;29_7_19.PNG&lt;/A&gt;</description>
      <pubDate>Mon, 29 Jul 2019 12:38:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-delete-files/m-p/2236057#M24899</guid>
      <dc:creator>kuwaryogi27</dc:creator>
      <dc:date>2019-07-29T12:38:52Z</dc:date>
    </item>
  </channel>
</rss>

