<?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: .csv (Access is denied);1 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/csv-Access-is-denied-1/m-p/2236309#M25062</link>
    <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi,&lt;BR /&gt;Did you use a relative path in&amp;nbsp;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;tFileUnarchive component? More information about your current situation will be preferred.&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;&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Hi Sabrina, 
&lt;BR /&gt;We get the path where the file to unarchive is located from the tFileList component that iterates through a given directory. 
&lt;BR /&gt;So in the Archive file property of the tFileUnarchive component the value is given is&amp;nbsp;((String)globalMap.get("tFileList_1_CURRENT_FILEPATH")). 
&lt;BR /&gt;Also when I run the job as administrator I do not get this error and the job processes the file correctly.</description>
    <pubDate>Fri, 03 Mar 2017 10:24:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-03-03T10:24:38Z</dc:date>
    <item>
      <title>.csv (Access is denied);1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/csv-Access-is-denied-1/m-p/2236307#M25060</link>
      <description>I have an ETL job that connects to an FTP server, gets a .ZIP file, extracts its contents and then reads the file to process the data present inside it.&lt;BR /&gt;When I run the job from Open Studio there are no errors. However when the job is run from a server a&amp;nbsp;java.io.FileNotFoundException is thrown with the message (Access is denied). This exception is thrown by the tFileUnarchive component.&lt;BR /&gt;The server is a Windows server where the job is deployed as a build file (build .zip file extracted and .bat file present in the job directory is executed to run the job). The job .bat file is executed through Windows PowerShell window.&lt;BR /&gt;Anyone has a clue why this exception is thrown? And how it can be resolved?</description>
      <pubDate>Thu, 23 Feb 2017 08:47:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/csv-Access-is-denied-1/m-p/2236307#M25060</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-23T08:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: .csv (Access is denied);1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/csv-Access-is-denied-1/m-p/2236308#M25061</link>
      <description>Hi,
&lt;BR /&gt;Did you use a relative path in&amp;nbsp;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;tFileUnarchive component? More information about your current situation will be preferred.&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>Fri, 24 Feb 2017 07:50:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/csv-Access-is-denied-1/m-p/2236308#M25061</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-24T07:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: .csv (Access is denied);1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/csv-Access-is-denied-1/m-p/2236309#M25062</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi,&lt;BR /&gt;Did you use a relative path in&amp;nbsp;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;tFileUnarchive component? More information about your current situation will be preferred.&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;&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Hi Sabrina, 
&lt;BR /&gt;We get the path where the file to unarchive is located from the tFileList component that iterates through a given directory. 
&lt;BR /&gt;So in the Archive file property of the tFileUnarchive component the value is given is&amp;nbsp;((String)globalMap.get("tFileList_1_CURRENT_FILEPATH")). 
&lt;BR /&gt;Also when I run the job as administrator I do not get this error and the job processes the file correctly.</description>
      <pubDate>Fri, 03 Mar 2017 10:24:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/csv-Access-is-denied-1/m-p/2236309#M25062</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-03T10:24:38Z</dc:date>
    </item>
  </channel>
</rss>

