<?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: Unarchive file path error in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Unarchive-file-path-error/m-p/2284184#M57930</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Could you please print the values you are trying to give to these components in a tjava and see whether the values are correct?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 12 Aug 2019 17:30:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-08-12T17:30:22Z</dc:date>
    <item>
      <title>Unarchive file path error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unarchive-file-path-error/m-p/2284181#M57927</link>
      <description>&lt;P&gt;I have a job to check for the existence of a .tar file and then extract it to a folder and archive the file again to .zip&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have this java code to set the paths to the folders:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt; 
&lt;PRE&gt;String os = System.getProperty("os.name").toLowerCase();  
//final java.util.Map globalMap = new java.util.HashMap();
if(os.indexOf("win") &amp;gt;= 0){

//	context.projPath="C:/bin/Batch_progs/IPTV/epg/";
	context.projPath="C:/bin/Batch_progs/IPTV/epg/";
	context.projBackup="C:/bin/Batch_progs/IPTV/epg/backup/";
	context.projExtract="C:/bin/Batch_progs/IPTV/epg/extraido/";
	
}&lt;/PRE&gt; 
&lt;P&gt;and it's working fine but if i change the path to these&lt;/P&gt; 
&lt;PRE&gt;String os = System.getProperty("os.name").toLowerCase();  
//final java.util.Map globalMap = new java.util.HashMap();
if(os.indexOf("win") &amp;gt;= 0){

//	context.projPath="C:/bin/Batch_progs/IPTV/epg/";
	context.projPath="C:/NHACVM/TVNAMON/EPG/";
	context.projBackup="C:/NHACVM/TVNAMON/EPG/backup/";
	context.projExtract="C:/NHACVM/TVNAMON/EPG/extraido/";
}&lt;/PRE&gt; 
&lt;P&gt;it's throwing the following error:&lt;BR /&gt;&lt;STRONG&gt;tFileUnarchive_2 error message java.io.IOException:The filename, directory name, or volume label syntax is incorrect&lt;/STRONG&gt;&lt;BR /&gt;What can be causing this?&lt;/P&gt; 
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:00:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unarchive-file-path-error/m-p/2284181#M57927</guid>
      <dc:creator>matiasdesousa</dc:creator>
      <dc:date>2024-11-16T05:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Unarchive file path error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unarchive-file-path-error/m-p/2284182#M57928</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Did you check whether the directories are accessible from that machine? Also could you please show the job flow and component detail screenshots?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2019 15:05:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unarchive-file-path-error/m-p/2284182#M57928</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-12T15:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Unarchive file path error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unarchive-file-path-error/m-p/2284183#M57929</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000006eKOgAAM"&gt;@nthampi&lt;/A&gt;&amp;nbsp;there i the job flow:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 988px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M7Xl.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145542i953BBC343CE10D2A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M7Xl.png" alt="0683p000009M7Xl.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="check if file exists: context.projPath+&amp;quot;CVMultimedia_&amp;quot;+TalendDate.getDate(&amp;quot;yyyyMMdd&amp;quot;)+&amp;quot;.tar.gz&amp;quot;" style="width: 225px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M7Xq.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128676i5EFA4D52A0E4F64A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M7Xq.png" alt="0683p000009M7Xq.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;check if file exists: context.projPath+"CVMultimedia_"+TalendDate.getDate("yyyyMMdd")+".tar.gz"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="archive file: context.projPath+&amp;quot;CVMultimedia_&amp;quot;+TalendDate.getDate(&amp;quot;yyyyMMdd&amp;quot;)+&amp;quot;.tar.gz&amp;quot;" style="width: 275px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M7Xv.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143587i783D6ECA3CF89198/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M7Xv.png" alt="0683p000009M7Xv.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;archive file: context.projPath+"CVMultimedia_"+TalendDate.getDate("yyyyMMdd")+".tar.gz"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;I created the same folder structure in my local machine to test and its throwing the same error.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2019 16:17:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unarchive-file-path-error/m-p/2284183#M57929</guid>
      <dc:creator>matiasdesousa</dc:creator>
      <dc:date>2019-08-12T16:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Unarchive file path error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unarchive-file-path-error/m-p/2284184#M57930</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Could you please print the values you are trying to give to these components in a tjava and see whether the values are correct?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2019 17:30:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unarchive-file-path-error/m-p/2284184#M57930</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-12T17:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Unarchive file path error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unarchive-file-path-error/m-p/2284185#M57931</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000006eKOgAAM"&gt;@nthampi&lt;/A&gt;&amp;nbsp;i'm new to talend so can you show where and how to do what you suggested me?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2019 17:47:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unarchive-file-path-error/m-p/2284185#M57931</guid>
      <dc:creator>matiasdesousa</dc:creator>
      <dc:date>2019-08-12T17:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Unarchive file path error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unarchive-file-path-error/m-p/2284186#M57932</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp;Please refer the below link to understand how to print the data to console.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCoNeCAK" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Print-to-log-window/td-p/94145&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2019 17:50:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unarchive-file-path-error/m-p/2284186#M57932</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-12T17:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Unarchive file path error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unarchive-file-path-error/m-p/2284187#M57933</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000006eKOgAAM"&gt;@nthampi&lt;/A&gt;&amp;nbsp;i printed the values:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 375px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M7Tz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143143iC48729131E059717/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M7Tz.png" alt="0683p000009M7Tz.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;and the values are correct. The paths are correct too.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2019 18:12:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unarchive-file-path-error/m-p/2284187#M57933</guid>
      <dc:creator>matiasdesousa</dc:creator>
      <dc:date>2019-08-12T18:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Unarchive file path error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unarchive-file-path-error/m-p/2284188#M57934</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; Could you please remove the three stars in your data?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; Please also verify the possible reasons from the below link.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/131901/what-are-possible-reasons-for-java-io-ioexception-the-filename-directory-name" target="_blank" rel="nofollow noopener noreferrer"&gt;https://stackoverflow.com/questions/131901/what-are-possible-reasons-for-java-io-ioexception-the-filename-directory-name&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2019 18:28:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unarchive-file-path-error/m-p/2284188#M57934</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-12T18:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Unarchive file path error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unarchive-file-path-error/m-p/2284189#M57935</link>
      <description>The stars are just strings concatenated. You can ignore them.</description>
      <pubDate>Mon, 12 Aug 2019 18:57:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unarchive-file-path-error/m-p/2284189#M57935</guid>
      <dc:creator>matiasdesousa</dc:creator>
      <dc:date>2019-08-12T18:57:12Z</dc:date>
    </item>
  </channel>
</rss>

