<?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: Problem of file integration in a project in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Problem-of-file-integration-in-a-project/m-p/2250761#M34921</link>
    <description>Hi,&lt;BR /&gt;Whether the issue is resolved or still you are facing the issue...&lt;BR /&gt;Can you post a job screenshot and describer what you are trying to achieve through the job?&lt;BR /&gt;Vaibhav</description>
    <pubDate>Tue, 27 May 2014 06:30:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-05-27T06:30:20Z</dc:date>
    <item>
      <title>Problem of file integration in a project</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-of-file-integration-in-a-project/m-p/2250755#M34915</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I use Talend Open Studio SpatialBeta version 4.0.1 and i imported a Talend project. This project went with a zip file which contains two folders: "lib" and "main". The folder "main" contains some other forder ("a_modifier", "src", "items") and the .bat file which contains: &lt;/P&gt; 
&lt;PRE&gt;%~d0&lt;BR /&gt; cd %~dp0&lt;BR /&gt;java -Xms256M -Xmx1024M -cp classpath.jar; fmprojet.main_0_1.main --context=Default %*&lt;/PRE&gt; 
&lt;P&gt;&lt;BR /&gt;I modify Default.properties which is in the folder "a_modifier\main_0_1\contexts":&lt;/P&gt; 
&lt;PRE&gt;#&lt;BR /&gt;#Tue Mar 20 10:08:01 CET 2012&lt;BR /&gt;zip_dir="C:\grace\zip"&lt;BR /&gt;process_dir="C:\grace\archives"&lt;BR /&gt;#zip_dir= chemin vers le zip à intégrer&lt;BR /&gt;#process_dir= nom du dossier dans lequel est installé le process&lt;/PRE&gt; 
&lt;P&gt;&lt;BR /&gt;When i execute the .bat file, this errors display:&lt;/P&gt; 
&lt;PRE&gt;Could NOT find the context DEFAULT&lt;BR /&gt;Exception IN component tFileList_1&lt;BR /&gt;java.lang.NullPointerException&lt;BR /&gt;        at java.io.File.&amp;lt;277&amp;gt;&lt;BR /&gt;        at fmprojet.main_0.1.main. ...&lt;/PRE&gt; 
&lt;P&gt;&lt;BR /&gt;I don't know what is the problem. Could you help me? &lt;BR /&gt;Thank you,&lt;BR /&gt;Louberlu.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 11:38:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-of-file-integration-in-a-project/m-p/2250755#M34915</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem of file integration in a project</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-of-file-integration-in-a-project/m-p/2250756#M34916</link>
      <description>Error says that Default context is not available...
&lt;BR /&gt;What is the reason for modifying original property file, what you want to achieve in this?
&lt;BR /&gt;What are the contents of original Default.properties file - This file contains variables and its values which are defined and used by your job during execution. You can't modify this file, but can just change the values of variables inside it.
&lt;BR /&gt;vaibhav</description>
      <pubDate>Thu, 22 May 2014 13:16:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-of-file-integration-in-a-project/m-p/2250756#M34916</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-22T13:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem of file integration in a project</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-of-file-integration-in-a-project/m-p/2250757#M34917</link>
      <description>I changed the variable zip_dir and process_dir.
&lt;BR /&gt;The original Default.properties file contains:
&lt;BR /&gt;
&lt;PRE&gt;#&lt;BR /&gt;#Tue Mar 20 10:08:01 CET 2012&lt;BR /&gt;zip_dir=/home/sbe/data/grace/a_modifier/zip/&lt;BR /&gt;process_dir=/home/sbe/data/grace/a_modifier/process&lt;BR /&gt;#zip_dir= chemin vers le zip à intégrer&lt;BR /&gt;#process_dir= nom du dossier dans lequel est installé le process&lt;/PRE&gt;
&lt;BR /&gt;Regards,
&lt;BR /&gt;Louberlu.</description>
      <pubDate>Thu, 22 May 2014 13:27:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-of-file-integration-in-a-project/m-p/2250757#M34917</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-22T13:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem of file integration in a project</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-of-file-integration-in-a-project/m-p/2250758#M34918</link>
      <description>Remove last slash (/) in zip_dir and try executing again 
&lt;BR /&gt;error is null pointer exception in the path provided. Your tFileInput component is not able to get the file from this directory path. 
&lt;BR /&gt;Vaibhav</description>
      <pubDate>Thu, 22 May 2014 13:40:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-of-file-integration-in-a-project/m-p/2250758#M34918</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-22T13:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem of file integration in a project</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-of-file-integration-in-a-project/m-p/2250759#M34919</link>
      <description>The same errors display.&lt;BR /&gt;Regards,&lt;BR /&gt;Louberlu.</description>
      <pubDate>Thu, 22 May 2014 14:19:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-of-file-integration-in-a-project/m-p/2250759#M34919</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-22T14:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem of file integration in a project</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-of-file-integration-in-a-project/m-p/2250760#M34920</link>
      <description>Hi,&lt;BR /&gt;Do someone knowwhy it doesn't work?&lt;BR /&gt;Regards,&lt;BR /&gt;Louberlu.</description>
      <pubDate>Mon, 26 May 2014 09:02:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-of-file-integration-in-a-project/m-p/2250760#M34920</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-26T09:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem of file integration in a project</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-of-file-integration-in-a-project/m-p/2250761#M34921</link>
      <description>Hi,&lt;BR /&gt;Whether the issue is resolved or still you are facing the issue...&lt;BR /&gt;Can you post a job screenshot and describer what you are trying to achieve through the job?&lt;BR /&gt;Vaibhav</description>
      <pubDate>Tue, 27 May 2014 06:30:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-of-file-integration-in-a-project/m-p/2250761#M34921</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-27T06:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem of file integration in a project</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-of-file-integration-in-a-project/m-p/2250762#M34922</link>
      <description>Hi, 
&lt;BR /&gt;I think maybe, it doesn't work because i didn't understand the usefulness. There is a job screenshot. This is a project which exists and i have to implement it. In the instruction, it says how i can use this zip but i don't know when i have to do the processing of files. 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt; 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt; 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt; 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Louberlu.</description>
      <pubDate>Tue, 27 May 2014 09:13:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-of-file-integration-in-a-project/m-p/2250762#M34922</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-27T09:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem of file integration in a project</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-of-file-integration-in-a-project/m-p/2250763#M34923</link>
      <description>Use "Post reply" link to attach screenshot..&lt;BR /&gt;Vaibhav</description>
      <pubDate>Tue, 27 May 2014 09:15:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-of-file-integration-in-a-project/m-p/2250763#M34923</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-27T09:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem of file integration in a project</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-of-file-integration-in-a-project/m-p/2250764#M34924</link>
      <description>It's okay.&lt;BR /&gt;Louberlu.</description>
      <pubDate>Tue, 27 May 2014 09:27:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-of-file-integration-in-a-project/m-p/2250764#M34924</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-27T09:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem of file integration in a project</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-of-file-integration-in-a-project/m-p/2250765#M34925</link>
      <description>Whether you are able to execute the project inside TOS?&lt;BR /&gt;Try debugging one by one... i.e. disable parts of job and execute which is to be tested...&lt;BR /&gt;Vaibhav</description>
      <pubDate>Tue, 27 May 2014 09:48:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-of-file-integration-in-a-project/m-p/2250765#M34925</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-27T09:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem of file integration in a project</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-of-file-integration-in-a-project/m-p/2250766#M34926</link>
      <description>Ok, i'll try. Thanks.</description>
      <pubDate>Tue, 27 May 2014 10:01:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-of-file-integration-in-a-project/m-p/2250766#M34926</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-27T10:01:29Z</dc:date>
    </item>
  </channel>
</rss>

