<?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 Issue with Input Params through Build Jobs Talend Open Studio in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-Input-Params-through-Build-Jobs-Talend-Open-Studio/m-p/2277635#M53350</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have designed a job which has two contexts variable, taking input params for my db query and path for an tFileinputExcel file. When I run the job, I get the popup to enter the details and able to get the results from the ETL job.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But when I build the job and execute the batch file using command line, I don't get the popup to enter the input params. And even if I pass the input params through the command line, I am still getting for&amp;nbsp;Exception in component tFileInputExcel_1 (MasterLeadsDataLoad) - java.io.FileNotFoundException.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I give the default value for context variables and run through the command line, I am able to get my output files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My question is:&lt;/P&gt;
&lt;P&gt;!) Please suggest how can I solve the input param issue when run through command line?&lt;/P&gt;
&lt;P&gt;2) How can I give a relative path for my input file and output file so that I reads from the same location and generate the output file on same location?&lt;/P&gt;
&lt;P&gt;Please help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sudeep&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 02:49:33 GMT</pubDate>
    <dc:creator>dattasud</dc:creator>
    <dc:date>2024-11-16T02:49:33Z</dc:date>
    <item>
      <title>Issue with Input Params through Build Jobs Talend Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-Input-Params-through-Build-Jobs-Talend-Open-Studio/m-p/2277635#M53350</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have designed a job which has two contexts variable, taking input params for my db query and path for an tFileinputExcel file. When I run the job, I get the popup to enter the details and able to get the results from the ETL job.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But when I build the job and execute the batch file using command line, I don't get the popup to enter the input params. And even if I pass the input params through the command line, I am still getting for&amp;nbsp;Exception in component tFileInputExcel_1 (MasterLeadsDataLoad) - java.io.FileNotFoundException.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I give the default value for context variables and run through the command line, I am able to get my output files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My question is:&lt;/P&gt;
&lt;P&gt;!) Please suggest how can I solve the input param issue when run through command line?&lt;/P&gt;
&lt;P&gt;2) How can I give a relative path for my input file and output file so that I reads from the same location and generate the output file on same location?&lt;/P&gt;
&lt;P&gt;Please help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sudeep&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:49:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-Input-Params-through-Build-Jobs-Talend-Open-Studio/m-p/2277635#M53350</guid>
      <dc:creator>dattasud</dc:creator>
      <dc:date>2024-11-16T02:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Input Params through Build Jobs Talend Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-Input-Params-through-Build-Jobs-Talend-Open-Studio/m-p/2277636#M53351</link>
      <description>When you build the job and execute from the command way, it will not prompt the context variable.  Are you using open studio?</description>
      <pubDate>Tue, 31 Mar 2020 16:41:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-Input-Params-through-Build-Jobs-Talend-Open-Studio/m-p/2277636#M53351</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-03-31T16:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Input Params through Build Jobs Talend Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-Input-Params-through-Build-Jobs-Talend-Open-Studio/m-p/2277637#M53352</link>
      <description>&lt;P&gt;Yes, I am using Talend Open Studio for Big Data.&lt;/P&gt; 
&lt;P&gt;My input params:&lt;/P&gt; 
&lt;P&gt;1) will take a string value J&lt;/P&gt; 
&lt;P&gt;2) path of an input file&lt;/P&gt; 
&lt;P&gt;Even if I pass the variables like below:&lt;/P&gt; 
&lt;P&gt;MasterLeadsDataLoad_run.bat J C:/Users/sdatta/Documents/MasterLeads/phoneblacklist.xlsx&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am getting -&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Exception in component tFileInputExcel_1 (MasterLeadsDataLoad) java.io.FileNotFoundException&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture2.JPG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9W9.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128637i649CAE0F94802F38/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9W9.jpg" alt="0683p000009M9W9.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9ck.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140765iC11D2C2AF99F9015/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9ck.jpg" alt="0683p000009M9ck.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2020 16:46:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-Input-Params-through-Build-Jobs-Talend-Open-Studio/m-p/2277637#M53352</guid>
      <dc:creator>dattasud</dc:creator>
      <dc:date>2020-03-31T16:46:27Z</dc:date>
    </item>
  </channel>
</rss>

