<?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: To deploy the Talend job in Other Environment in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/To-deploy-the-Talend-job-in-Other-Environment/m-p/2296711#M147339</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;Welcome!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;looking for question - You are using Community version, correct?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;1) leave &amp;nbsp;for separate&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;2) Talend - generate Java code, so when You Build the Job:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2017-05-25 at 9.43.13 PM.png" style="width: 288px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lv59.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152501iCD89C265A5604C06/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lv59.png" alt="0683p000009Lv59.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;it generate folders tree with all dependencies, and You can run Your Job with long loan long command like:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;%~d0
cd %~dp0
java -Xms256M -Xmx1024M -cp .;../lib/routines.jar;../lib/log4j-1.2.16.jar;../lib/dom4j-1.6.1.jar;../lib/talendcsv.jar;../lib/commons-lang3-3.4.jar;../lib/commons-lang-2.6.jar;../lib/snmp4j-2.5.2.jar;lyc_steps_0_3.jar;fb_providers_0_3.jar;fb_services_0_3.jar;fb_appointments_0_4.jar;fb_pings_0_3.jar;hs_contacts_0_1.jar;hs_pipelines_0_2.jar;fb_patients_0_3.jar;fb_services_20161111_0_3.jar;hs_companies_0_1.jar;hs_deals_0_2.jar;geolocation_0_1.jar; lyc.lyc_steps_0_3.LYC_steps --context=prod %* ac&lt;/PRE&gt; 
&lt;P&gt;or just run .bat (.sh) file prepared for You &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2017-05-25 at 9.42.49 PM.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lugf.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147160i152AD103211A7492/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lugf.png" alt="0683p000009Lugf.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;value at run-time You can change - do not want compare it with SSIS, better to answer for feature questions - DO NOT TRY DO LIKE IN SSIS &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; New tools, new rules!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;5) You can add custom Java library (same - new world, new names)&lt;/P&gt;</description>
    <pubDate>Thu, 25 May 2017 10:48:14 GMT</pubDate>
    <dc:creator>vapukov</dc:creator>
    <dc:date>2017-05-25T10:48:14Z</dc:date>
    <item>
      <title>To deploy the Talend job in Other Environment</title>
      <link>https://community.qlik.com/t5/Talend-Studio/To-deploy-the-Talend-job-in-Other-Environment/m-p/2296710#M147338</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;Hello!!&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;Actually I'm a SSIS developer so now we are planned to move on Talend to perform the ETL operation so &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;below mentioned some question so please answer me &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;1. How to deploy the Talend job in Other environment&amp;nbsp; like QA environment and Production environment for without using&amp;nbsp;cloud?&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#000000" face="Times New Roman"&gt;2.&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;You mention the below answer is to execute the .bat file in command Line but it is I didn’t get to understand so could you please tell me in detail description &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#000000" face="Times New Roman"&gt;3.&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;We can execute our SSIS Package via command Prompt like &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;Command Prompt in windows OS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Step 1:&amp;nbsp;&amp;nbsp; Cd &amp;nbsp;C:\Program Files\Microsoft SQL Server\110\DTS\Binn&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Step 2: C:\Program Files\Microsoft SQL Server\110\DTS\Binn&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dtexec.exe /FILE&amp;nbsp; "C:\Temp\SSIS_Package.dtsx"&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;In Talend wise we can able to execute our Talend Job please advise me.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#000000" face="Times New Roman"&gt;4.&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;In SSIS package having the &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;Derived Column(&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT color="#000000"&gt;Built in task&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT color="#000000"&gt; to get and change value at Run time so here also any built in task same like that &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#000000" face="Times New Roman"&gt;5.&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;How to add the custom DLL into Talend job?&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;Please any one advice my question &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;Thanks,&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;Manivel&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:44:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/To-deploy-the-Talend-job-in-Other-Environment/m-p/2296710#M147338</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: To deploy the Talend job in Other Environment</title>
      <link>https://community.qlik.com/t5/Talend-Studio/To-deploy-the-Talend-job-in-Other-Environment/m-p/2296711#M147339</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;Welcome!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;looking for question - You are using Community version, correct?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;1) leave &amp;nbsp;for separate&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;2) Talend - generate Java code, so when You Build the Job:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2017-05-25 at 9.43.13 PM.png" style="width: 288px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lv59.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152501iCD89C265A5604C06/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lv59.png" alt="0683p000009Lv59.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;it generate folders tree with all dependencies, and You can run Your Job with long loan long command like:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;%~d0
cd %~dp0
java -Xms256M -Xmx1024M -cp .;../lib/routines.jar;../lib/log4j-1.2.16.jar;../lib/dom4j-1.6.1.jar;../lib/talendcsv.jar;../lib/commons-lang3-3.4.jar;../lib/commons-lang-2.6.jar;../lib/snmp4j-2.5.2.jar;lyc_steps_0_3.jar;fb_providers_0_3.jar;fb_services_0_3.jar;fb_appointments_0_4.jar;fb_pings_0_3.jar;hs_contacts_0_1.jar;hs_pipelines_0_2.jar;fb_patients_0_3.jar;fb_services_20161111_0_3.jar;hs_companies_0_1.jar;hs_deals_0_2.jar;geolocation_0_1.jar; lyc.lyc_steps_0_3.LYC_steps --context=prod %* ac&lt;/PRE&gt; 
&lt;P&gt;or just run .bat (.sh) file prepared for You &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2017-05-25 at 9.42.49 PM.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lugf.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147160i152AD103211A7492/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lugf.png" alt="0683p000009Lugf.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;value at run-time You can change - do not want compare it with SSIS, better to answer for feature questions - DO NOT TRY DO LIKE IN SSIS &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; New tools, new rules!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;5) You can add custom Java library (same - new world, new names)&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2017 10:48:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/To-deploy-the-Talend-job-in-Other-Environment/m-p/2296711#M147339</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-05-25T10:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: To deploy the Talend job in Other Environment</title>
      <link>https://community.qlik.com/t5/Talend-Studio/To-deploy-the-Talend-job-in-Other-Environment/m-p/2296712#M147340</link>
      <description>Hello Vapukov!!&lt;BR /&gt;&lt;BR /&gt;Thanks for your Quick and detail answer&lt;BR /&gt;&lt;BR /&gt;just run .bat (.sh) file prepared for You&lt;BR /&gt;&lt;BR /&gt;yes vapukov I get this same answer from many of us but no one didn't said for Detaille .bat file is stored in my C derive in my system right? how to execute that .bat file in command prompt could you please give the command or steps to execute my Talend job please&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Manivel&lt;BR /&gt;</description>
      <pubDate>Thu, 25 May 2017 11:04:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/To-deploy-the-Talend-job-in-Other-Environment/m-p/2296712#M147340</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-25T11:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: To deploy the Talend job in Other Environment</title>
      <link>https://community.qlik.com/t5/Talend-Studio/To-deploy-the-Talend-job-in-Other-Environment/m-p/2296713#M147341</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;HR /&gt;
 &lt;A href="https://community.qlik.com/s/profile/0053p000007LM0sAAG"&gt;@Manivel&lt;/A&gt; wrote:
 &lt;BR /&gt;
 &lt;BR /&gt;yes vapukov I get this same answer from many of us but no one didn't said for Detaille .bat file is stored in my C derive in my system right? how to execute that .bat file in command prompt could you please give the command or steps to execute my Talend job please
 &lt;BR /&gt;
 &lt;BR /&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Sorry, could You explain - what is the problem?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;File stored, right in the place - where You are save it, when building the Job (see picture, menu - Build the Job)&lt;/P&gt;
&lt;P&gt;You are select destination for .zip file, You are response for unarchive it, and You are&amp;nbsp;always know - where it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How to run .bat file under Windows?! Just double click on it&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May be You describe - what You already do? (or try to do)&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2017 11:10:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/To-deploy-the-Talend-job-in-Other-Environment/m-p/2296713#M147341</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-05-25T11:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: To deploy the Talend job in Other Environment</title>
      <link>https://community.qlik.com/t5/Talend-Studio/To-deploy-the-Talend-job-in-Other-Environment/m-p/2296714#M147342</link>
      <description>Sorry Vapukov
&lt;BR /&gt;
&lt;BR /&gt;I typed the Question is hurry burry so sorry
&lt;BR /&gt;
&lt;BR /&gt;Now what I have tried was
&lt;BR /&gt;C:\Users\Kannan\workspace\.Java\src\main\templates (my local path)
&lt;BR /&gt;1.I got the .bat file from the above path. here I double click that .bat file but that .bat file bling and closed with in a fraction of second so I moved to next options like below
&lt;BR /&gt;2. I tried with command prompt like the command is
&lt;BR /&gt;cd C:\Users\Kannan\workspace\.Java\src\main\templates (enter)
&lt;BR /&gt;C:\Users\Kannan\workspace\.Java\src\main\templates&amp;gt;Job_run_template (enter) here I got the error like "Error: Could not find or load main class ${talend.job.jvmargs}" this is my problem so could you please explain and advice me
&lt;BR /&gt;
&lt;BR /&gt;thanks,
&lt;BR /&gt;Manivel
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 25 May 2017 13:47:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/To-deploy-the-Talend-job-in-Other-Environment/m-p/2296714#M147342</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-25T13:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: To deploy the Talend job in Other Environment</title>
      <link>https://community.qlik.com/t5/Talend-Studio/To-deploy-the-Talend-job-in-Other-Environment/m-p/2296715#M147343</link>
      <description>&lt;P&gt;I do not know what are doing, but this is wrong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;workspace + hidden folder - it is exactly not a place where the files located&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) do You "Build" Your Job? (Compile)&lt;/P&gt;
&lt;P&gt;2) choose folder for Builded Job - normal, like c:\talend_jobs\you_job&lt;/P&gt;
&lt;P&gt;3) put file there&lt;/P&gt;
&lt;P&gt;4) unzip&lt;/P&gt;
&lt;P&gt;5) use &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;A href="https://en.wikipedia.org/wiki/Template" target="_self" rel="nofollow noopener noreferrer"&gt;https://en.wikipedia.org/wiki/Template&lt;/A&gt;&lt;/P&gt;
&lt;PRE&gt;Template (file format), a standardized non-executable file type used by computer software as a pre-formatted example on which to base other files, especially documents&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2017 22:21:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/To-deploy-the-Talend-job-in-Other-Environment/m-p/2296715#M147343</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-05-25T22:21:37Z</dc:date>
    </item>
  </channel>
</rss>

