<?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 tFileExcelOutput component giving Permission denied exception in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tFileExcelOutput-component-giving-Permission-denied-exception/m-p/2375847#M138161</link>
    <description>&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Hi All,&lt;BR /&gt;I am working on talend 5.6.2 data services through big data.&lt;BR /&gt;I writing a data to excel using tFileExcelOutput component and running the job from unix env using sh file.&lt;BR /&gt;I am running the job parallel from two UNIX terminal with two diff users.&lt;BR /&gt;Job from second window is getting failed with the below error&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;PRE&gt;Exception in component tFileOutputExcel_2&lt;BR /&gt;java.lang.RuntimeException: java.io.IOException: Permission denied&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.poi.xssf.streaming.SXSSFWorkbook.createAndRegisterSXSSFSheet(SXSSFWorkbook.java:628)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.poi.xssf.streaming.SXSSFWorkbook.createSheet(SXSSFWorkbook.java:645)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.talend.ExcelTool.prepareXlsxFile(ExcelTool.java:131)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at talendrunbook.configcheck_copy_1_0.ConfigCheck_Copy.tMysqlInput_4Process(ConfigCheck_Copy.java:4478)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at talendrunbook.configcheck_copy_1_0.ConfigCheck_Copy.tMysqlInput_3Process(ConfigCheck_Copy.java:11962)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at talendrunbook.configcheck_copy_1_0.ConfigCheck_Copy.tMysqlInput_8Process(ConfigCheck_Copy.java:11350)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at talendrunbook.configcheck_copy_1_0.ConfigCheck_Copy.tMysqlInput_12Process(ConfigCheck_Copy.java:10652)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at talendrunbook.configcheck_copy_1_0.ConfigCheck_Copy.tMysqlInput_13Process(ConfigCheck_Copy.java:10244)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at talendrunbook.configcheck_copy_1_0.ConfigCheck_Copy.tMysqlInput_1Process(ConfigCheck_Copy.java:9873)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at talendrunbook.configcheck_copy_1_0.ConfigCheck_Copy.tMysqlConnection_1Process(ConfigCheck_Copy.java:9322)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at talendrunbook.configcheck_copy_1_0.ConfigCheck_Copy.tHDFSConnection_2Process(ConfigCheck_Copy.java:18039)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at talendrunbook.configcheck_copy_1_0.ConfigCheck_Copy.tJava_3Process(ConfigCheck_Copy.java:18300)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at talendrunbook.configcheck_copy_1_0.ConfigCheck_Copy$6.run(ConfigCheck_Copy.java:18922)&lt;BR /&gt;Caused by: java.io.IOException: Permission denied&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at java.io.UnixFileSystem.createFileExclusively(Native Method)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at java.io.File.createNewFile(File.java:1006)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at java.io.File.createTempFile(File.java:1989)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.poi.util.TempFile$DefaultTempFileCreationStrategy.createTempFile(TempFile.java:105)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.poi.util.TempFile.createTempFile(TempFile.java:60)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.poi.xssf.streaming.SheetDataWriter.createTempFile(SheetDataWriter.java:80)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.poi.xssf.streaming.SheetDataWriter.&amp;lt;init&amp;gt;(SheetDataWriter.java:63)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.poi.xssf.streaming.SheetDataWriter.&amp;lt;init&amp;gt;(SheetDataWriter.java:68)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.poi.xssf.streaming.SXSSFWorkbook.createSheetDataWriter(SXSSFWorkbook.java:292)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.poi.xssf.streaming.SXSSFSheet.&amp;lt;init&amp;gt;(SXSSFSheet.java:69)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.poi.xssf.streaming.SXSSFWorkbook.createAndRegisterSXSSFSheet(SXSSFWorkbook.java:624)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;... 12 more&lt;/PRE&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Even a small help is appreciated. Thanks in advance.&lt;/FONT&gt;&lt;/FONT&gt;</description>
    <pubDate>Sat, 16 Nov 2024 11:06:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T11:06:11Z</dc:date>
    <item>
      <title>tFileExcelOutput component giving Permission denied exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileExcelOutput-component-giving-Permission-denied-exception/m-p/2375847#M138161</link>
      <description>&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Hi All,&lt;BR /&gt;I am working on talend 5.6.2 data services through big data.&lt;BR /&gt;I writing a data to excel using tFileExcelOutput component and running the job from unix env using sh file.&lt;BR /&gt;I am running the job parallel from two UNIX terminal with two diff users.&lt;BR /&gt;Job from second window is getting failed with the below error&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;PRE&gt;Exception in component tFileOutputExcel_2&lt;BR /&gt;java.lang.RuntimeException: java.io.IOException: Permission denied&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.poi.xssf.streaming.SXSSFWorkbook.createAndRegisterSXSSFSheet(SXSSFWorkbook.java:628)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.poi.xssf.streaming.SXSSFWorkbook.createSheet(SXSSFWorkbook.java:645)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.talend.ExcelTool.prepareXlsxFile(ExcelTool.java:131)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at talendrunbook.configcheck_copy_1_0.ConfigCheck_Copy.tMysqlInput_4Process(ConfigCheck_Copy.java:4478)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at talendrunbook.configcheck_copy_1_0.ConfigCheck_Copy.tMysqlInput_3Process(ConfigCheck_Copy.java:11962)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at talendrunbook.configcheck_copy_1_0.ConfigCheck_Copy.tMysqlInput_8Process(ConfigCheck_Copy.java:11350)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at talendrunbook.configcheck_copy_1_0.ConfigCheck_Copy.tMysqlInput_12Process(ConfigCheck_Copy.java:10652)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at talendrunbook.configcheck_copy_1_0.ConfigCheck_Copy.tMysqlInput_13Process(ConfigCheck_Copy.java:10244)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at talendrunbook.configcheck_copy_1_0.ConfigCheck_Copy.tMysqlInput_1Process(ConfigCheck_Copy.java:9873)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at talendrunbook.configcheck_copy_1_0.ConfigCheck_Copy.tMysqlConnection_1Process(ConfigCheck_Copy.java:9322)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at talendrunbook.configcheck_copy_1_0.ConfigCheck_Copy.tHDFSConnection_2Process(ConfigCheck_Copy.java:18039)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at talendrunbook.configcheck_copy_1_0.ConfigCheck_Copy.tJava_3Process(ConfigCheck_Copy.java:18300)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at talendrunbook.configcheck_copy_1_0.ConfigCheck_Copy$6.run(ConfigCheck_Copy.java:18922)&lt;BR /&gt;Caused by: java.io.IOException: Permission denied&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at java.io.UnixFileSystem.createFileExclusively(Native Method)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at java.io.File.createNewFile(File.java:1006)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at java.io.File.createTempFile(File.java:1989)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.poi.util.TempFile$DefaultTempFileCreationStrategy.createTempFile(TempFile.java:105)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.poi.util.TempFile.createTempFile(TempFile.java:60)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.poi.xssf.streaming.SheetDataWriter.createTempFile(SheetDataWriter.java:80)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.poi.xssf.streaming.SheetDataWriter.&amp;lt;init&amp;gt;(SheetDataWriter.java:63)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.poi.xssf.streaming.SheetDataWriter.&amp;lt;init&amp;gt;(SheetDataWriter.java:68)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.poi.xssf.streaming.SXSSFWorkbook.createSheetDataWriter(SXSSFWorkbook.java:292)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.poi.xssf.streaming.SXSSFSheet.&amp;lt;init&amp;gt;(SXSSFSheet.java:69)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.poi.xssf.streaming.SXSSFWorkbook.createAndRegisterSXSSFSheet(SXSSFWorkbook.java:624)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;... 12 more&lt;/PRE&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Even a small help is appreciated. Thanks in advance.&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Sat, 16 Nov 2024 11:06:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileExcelOutput-component-giving-Permission-denied-exception/m-p/2375847#M138161</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: tFileExcelOutput component giving Permission denied exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileExcelOutput-component-giving-Permission-denied-exception/m-p/2375848#M138162</link>
      <description>Hi,&lt;BR /&gt;Does the user&amp;nbsp;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;have the read and execute permission on application?&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;If not, have you tried to&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;add read/execution right on the desired ?TalendOpenStudio-*? binary to see if it is working well?&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Wed, 12 Aug 2015 08:46:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileExcelOutput-component-giving-Permission-denied-exception/m-p/2375848#M138162</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-12T08:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: tFileExcelOutput component giving Permission denied exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileExcelOutput-component-giving-Permission-denied-exception/m-p/2375849#M138163</link>
      <description>Hi,&lt;BR /&gt;Thanks for reply.&lt;BR /&gt;I am able to debug it. Problem is talend is creating a temporary directory named "poifiles" in systems temp space for creating ".xlsx" file.&lt;BR /&gt;If we run the job with two users parallelly, then second user's process is trying to create "poifiles" which is already created and used by first user's process. So the second process has to wait until the first process completes its work and delete that temp directory created by it.&lt;BR /&gt;So, Now how can i go forward with this. It seems to be bug which i think so.&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 12 Aug 2015 09:54:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileExcelOutput-component-giving-Permission-denied-exception/m-p/2375849#M138163</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-12T09:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: tFileExcelOutput component giving Permission denied exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileExcelOutput-component-giving-Permission-denied-exception/m-p/2375850#M138164</link>
      <description>Hello, 
&lt;BR /&gt;You can workaround this problem by explicitly setting the -Djava.io.tempdir, in the Talend component there is no 
&lt;BR /&gt;hard coding about the tmp somewhere. 
&lt;BR /&gt;The problem should be coming from the libraries, it is storing the file that you mention in your system java temp folder 
&lt;BR /&gt;which on linux by default is /tmp. 
&lt;BR /&gt;To avoid the problem in your scenario you need to set the -Djava.io.tempdir=$ROOT_PATH at the job level before exporting 
&lt;BR /&gt;as jobscript, so any person running the job will use the folder where the job is as a java temp directory. 
&lt;BR /&gt;Hope this help you. 
&lt;BR /&gt;Thanks,</description>
      <pubDate>Thu, 13 Aug 2015 00:57:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileExcelOutput-component-giving-Permission-denied-exception/m-p/2375850#M138164</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-13T00:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: tFileExcelOutput component giving Permission denied exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileExcelOutput-component-giving-Permission-denied-exception/m-p/2375851#M138165</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00570000004X0z1AAC" target="_self"&gt;&lt;/A&gt;&lt;A href="https://community.qlik.com/s/profile/00570000004X0z1AAC"&gt;&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;How to&lt;SPAN&gt;&amp;nbsp;set the -Djava.io.tempdir=$ROOT_PATH at the job level before exporting&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;as jobscript ?&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Thank's&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 10:36:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileExcelOutput-component-giving-Permission-denied-exception/m-p/2375851#M138165</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-29T10:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: tFileExcelOutput component giving Permission denied exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileExcelOutput-component-giving-Permission-denied-exception/m-p/2375852#M138166</link>
      <description>&lt;P&gt;I think you should set that workaround inside the .sh as&amp;nbsp; shown below&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="screenshot_workaround.JPG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M8JD.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155413i6B1A2A47543B48A3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M8JD.jpg" alt="0683p000009M8JD.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 11:53:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileExcelOutput-component-giving-Permission-denied-exception/m-p/2375852#M138166</guid>
      <dc:creator>raffaeledileo</dc:creator>
      <dc:date>2019-11-29T11:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: tFileExcelOutput component giving Permission denied exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileExcelOutput-component-giving-Permission-denied-exception/m-p/2375853#M138167</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Did you solve this problem ?&lt;/P&gt;&lt;P&gt;I'm facing the same issue with TOS 6.4.1.&lt;/P&gt;&lt;P&gt;I tried to set tempdir as @Raffaele Di Leo​&amp;nbsp;suggest but it seems that this parameter has no effect.&lt;/P&gt;&lt;P&gt;By the way, the proper command seems to be -Djava.io.tmpdir (instead of tempdir)&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 15:47:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileExcelOutput-component-giving-Permission-denied-exception/m-p/2375853#M138167</guid>
      <dc:creator>y1h2n</dc:creator>
      <dc:date>2020-11-25T15:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: tFileExcelOutput component giving Permission denied exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileExcelOutput-component-giving-Permission-denied-exception/m-p/2375854#M138168</link>
      <description>&lt;P&gt;Sorry, my mistake.&lt;/P&gt;&lt;P&gt;It works, the "poisfiles" directory is now in the right directory with the right permission.&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;</description>
      <pubDate>Fri, 27 Nov 2020 11:15:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileExcelOutput-component-giving-Permission-denied-exception/m-p/2375854#M138168</guid>
      <dc:creator>y1h2n</dc:creator>
      <dc:date>2020-11-27T11:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: tFileExcelOutput component giving Permission denied exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileExcelOutput-component-giving-Permission-denied-exception/m-p/2375855#M138169</link>
      <description>&lt;P&gt;Thank you! It's help me too.&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2022 09:53:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileExcelOutput-component-giving-Permission-denied-exception/m-p/2375855#M138169</guid>
      <dc:creator>lidyajaah</dc:creator>
      <dc:date>2022-05-30T09:53:33Z</dc:date>
    </item>
  </channel>
</rss>

