<?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 Error in tFTPInput in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Error-in-tFTPInput/m-p/2324051#M93807</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am facing an issue in a talend job which does ftp a file. Even though this is a file it says&amp;nbsp;"&lt;/P&gt;&lt;P&gt;No match file exist!".&lt;/P&gt;&lt;P&gt;Attached is a screen shot of the job.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if i am doing something wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Murali&lt;/P&gt;</description>
    <pubDate>Tue, 20 Mar 2018 14:49:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-03-20T14:49:10Z</dc:date>
    <item>
      <title>Error in tFTPInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-in-tFTPInput/m-p/2324051#M93807</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am facing an issue in a talend job which does ftp a file. Even though this is a file it says&amp;nbsp;"&lt;/P&gt;&lt;P&gt;No match file exist!".&lt;/P&gt;&lt;P&gt;Attached is a screen shot of the job.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if i am doing something wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Murali&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 14:49:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-in-tFTPInput/m-p/2324051#M93807</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-20T14:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Error in tFTPInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-in-tFTPInput/m-p/2324052#M93808</link>
      <description>&lt;P&gt;I think I might know what is causing this, but I'll need to see the hole job. I need to know where you are setting your VarFilename globalMap value and whether you can actually see the file that has been output?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 14:58:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-in-tFTPInput/m-p/2324052#M93808</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-20T14:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error in tFTPInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-in-tFTPInput/m-p/2324053#M93809</link>
      <description>&lt;P&gt;Thanks for your response. I am able to see the file in the server which is created by the job. Somehow tFTP is not able to see it.&lt;/P&gt; 
&lt;P&gt;I am setting the file name in the beginning of the program in t_Java component.&lt;/P&gt; 
&lt;P&gt;globalMap.put("varFilename", context.DMP_ROOT_PATH + context.DMP_COUNT_FILE + TalendDate.getDate("yyyyMMDD").toString() + ".csv" );&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The strange thing here is tFTPInput is not giving any error because OnComponentOk&amp;nbsp; it is printing the value of tJava_3&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 15:25:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-in-tFTPInput/m-p/2324053#M93809</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-20T15:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error in tFTPInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-in-tFTPInput/m-p/2324054#M93810</link>
      <description>&lt;P&gt;This might not be your issue, but it is AN issue. You are specifying your file path in the component AND also providing it in the VarFilename. If your file is called myfile.csv and the filepath is c:\my\file\path then when you try and FTP it you would be looking for a file called&amp;nbsp;&lt;SPAN&gt;c:\my\file\path\myfile.csv in this filepath c:\my\file\path. Essentially trying to find this file....&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;c:\my\file\path\c:\my\file\path\myfile.csv&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;....which does not exist.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your globalMap needs to be set to .....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;globalMap.put("varFilename", context.DMP_COUNT_FILE + TalendDate.getDate("yyyyMMDD").toString() + ".csv" );&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 15:40:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-in-tFTPInput/m-p/2324054#M93810</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-20T15:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error in tFTPInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-in-tFTPInput/m-p/2324055#M93811</link>
      <description>&lt;P&gt;See below log&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;I am printing the varFilename /oracle/edprd8history/dmp_extracts/Transfer_details_20180315.csv&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;Checking ports...&lt;/P&gt; 
&lt;P&gt;Sending job 'WF_DMP_PROCESS_UPD' to server (talend3-01.bo3.e-dialog.com:8001)...&lt;/P&gt; 
&lt;P&gt;File transfer completed.&lt;/P&gt; 
&lt;P&gt;Deploying job 'WF_DMP_PROCESS_UPD' on server (10.100.5.55:8000)...&lt;/P&gt; 
&lt;P&gt;Running job 'WF_DMP_PROCESS_UPD'...&lt;BR /&gt;Starting job WF_DMP_PROCESS_UPD at 10:28 15/03/2018.&lt;/P&gt; 
&lt;P&gt;Picked up _JAVA_OPTIONS: -Djava.security.egd=file:///dev/urandom&lt;BR /&gt;[statistics] connecting to socket on port 3381&lt;BR /&gt;[statistics] connected&lt;BR /&gt;2018-03-15 10:28:14 -- DMP_PROCESS STARTED&lt;BR /&gt;Email Address DL-ZetaCRM-PYXIS_DMP_Notification@zetainteractive.com&lt;BR /&gt;Remove all files in /oracle/edprd8history/dmp_extracts/&lt;BR /&gt;The File Generated is : /oracle/edprd8history/dmp_extracts/Transfer_details_20180315.csv&lt;BR /&gt;2018-03-15 10:28:16 -- FILL DMP_EXPORT_EVENT_LOG&lt;/P&gt; 
&lt;P&gt;FIRSTDAYLASTMONTH-LASTDAYLASTMONTH 20180201 20180228&lt;BR /&gt;2018-03-15 10:28:17 -- DMP EXTRACT STARTED&lt;/P&gt; 
&lt;P&gt;DMP_ROOT_PATH : /oracle/edprd8history/dmp_extracts/&lt;BR /&gt;DMP_MAX_RECORDS : 5000000&lt;BR /&gt;DMP_EXPORT_FETCH_SIZE: 300&lt;BR /&gt;DMP_PARALLEL_THREADS : 6&lt;BR /&gt;DMP_PART_TABLE : DMP_EXPORT_EVENT_LOG&lt;BR /&gt;DMP_LIMIT :&lt;BR /&gt;Processing the keys: (11891)&lt;BR /&gt;Client *** GSI_SPCK Client_key *** 39 Records to export *** 2847787&lt;BR /&gt;DMP_EXTRACT_START 20180201 DMP_EXTRACT_END 20180228&lt;BR /&gt;rm -fr /oracle/edprd8history/dmp_extracts/GSI_SPCK&lt;BR /&gt;GSI_SPCK T_MASTER rows *** 2030600&lt;BR /&gt;976seconds DMP Extract Completed GSI_SPCK 976222 milliseconds&lt;BR /&gt;[ tChronometerStop_3 ] 986seconds Program completed 986514 milliseconds&lt;BR /&gt;2018-03-15 10:44:43 DMP EXTRACT COMPLETED&lt;BR /&gt;2018-03-15 10:44:43 -- SFTP UPLOAD STARTED&lt;BR /&gt;dmp_extracts/&lt;BR /&gt;dmp_extracts/GSI_SPCK/&lt;BR /&gt;dmp_extracts/GSI_SPCK/GSI_SPCK_DMP_EVENTS_20180201_20180228_0.csv.gz&lt;BR /&gt;dmp_extracts/GSI_SPCK/GSI_SPCK_DMP_EMAIL_20180201_20180228_0.csv.gz&lt;BR /&gt;2018-03-15 10:44:47 -- SFTP UPLOAD COMPLETED&lt;BR /&gt;Transfer Message Client&lt;BR /&gt;/oracle/edprd8history/dmp_extracts/Transfer_details_20180315.csv&lt;BR /&gt;0 files have been uploaded.&lt;/P&gt; 
&lt;P&gt;/oracle/edprd8history/dmp_extracts/Transfer_details_20180315.csv&lt;BR /&gt;No match file exist!&lt;BR /&gt;[statistics] disconnected&lt;BR /&gt;Job WF_DMP_PROCESS_UPD ended at 10:45 15/03/2018. [exit code=0]&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 16:02:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-in-tFTPInput/m-p/2324055#M93811</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-20T16:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error in tFTPInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-in-tFTPInput/m-p/2324056#M93812</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;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Yes are you right regarding where the issue is. In the&amp;nbsp; tFTPInput component&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;context.DMP_COUNT_FILE&amp;nbsp;= "Transfer_details_"&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;globalMap.put("varFilePrefix", context.DMP_COUNT_FILE );&lt;/P&gt; 
&lt;P&gt;tFPTInput =&amp;gt; Filemask&amp;nbsp; =&amp;nbsp;(String)globalMap.get("varFilePrefix") // is not working&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;tFPTInput =&amp;gt; Filemask&amp;nbsp; =&amp;nbsp;"Transfer_details_*.csv" // is working&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Would you please help me how to fix this issue?&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 21:38:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-in-tFTPInput/m-p/2324056#M93812</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-22T21:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error in tFTPInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-in-tFTPInput/m-p/2324057#M93813</link>
      <description>&lt;P&gt;Created a new variable and used that in Filemask and it worked.&amp;nbsp;&lt;/P&gt;&lt;P&gt;globalMap.put("varFilePrefix", context.DMP_COUNT_FILE + TalendDate.getDate("yyyyMMDD").toString() + ".csv" );&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 21:53:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-in-tFTPInput/m-p/2324057#M93813</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-22T21:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error in tFTPInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-in-tFTPInput/m-p/2324058#M93814</link>
      <description>&lt;P&gt;Sorry, I only just saw your last post. Glad you managed to figure it out yourself though. The more you struggle with this sort of stuff, the more you learn &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 22:01:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-in-tFTPInput/m-p/2324058#M93814</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-22T22:01:49Z</dc:date>
    </item>
  </channel>
</rss>

