<?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: Talend Job Migration to Production -Steps in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Talend-Job-Migration-to-Production-Steps/m-p/2319541#M89776</link>
    <description>Hi Ramki, 
&lt;BR /&gt;SVN stands for subversion. It used for code control. Useful if several people are making changes to jobs. It is not strictly required to migrate to production. 
&lt;BR /&gt;To a certain degree it depends on your architecture, but generally it comes down to 2 things: 1) Where is the Talend Job being executed, and 2) Where are the databases the jobs are pointing to. 
&lt;BR /&gt;Part 1 - Talend Job Migration 
&lt;BR /&gt;If you have multiple ETL Servers (example, 1 for dev and 1 for production) do the following: 
&lt;BR /&gt;In the dev server, 
&lt;BR /&gt;1) Right click on Job Designs and choose Export Items 
&lt;BR /&gt;2) Click radio button to "Select Archive File" and browse (or enter) a file path and .zip file name 
&lt;BR /&gt;3) Make sure "Export Dependencies" is checked 
&lt;BR /&gt;4) Select the folders/jobs to be exported 
&lt;BR /&gt;5) Click finish 
&lt;BR /&gt;Copy the file to the production ETL server 
&lt;BR /&gt;In the production ETL server 
&lt;BR /&gt;1) Right click on Jobs and select Import Items 
&lt;BR /&gt;2) Click radio button to "Select Archive File" and browse (or enter) a file path and .zip file name 
&lt;BR /&gt;3) Select all and click Finish 
&lt;BR /&gt;Proceed to Database migration 
&lt;BR /&gt;Part 2 - Pointing to the Prod database 
&lt;BR /&gt;1) Change the database connection parameters (host, port, dbname, user, pw) for your job inputs and outputs to point to the production database server 
&lt;BR /&gt;Now if you have a lot of jobs, Part 2 can be a real pain if you have to manually edit every input and output. To avoid this, it is better to create a context group with connection variables and then add contexts for each environment (DEV and PROD). If you use this in conjunction with Metadata Db Connections in the jobs, you can just change the context for the metadata connection, and all jobs using that metadata will be updated. Much cleaner. 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Ben</description>
    <pubDate>Sat, 21 Apr 2012 17:16:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-04-21T17:16:17Z</dc:date>
    <item>
      <title>Talend Job Migration to Production -Steps</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Job-Migration-to-Production-Steps/m-p/2319540#M89775</link>
      <description>Hi 
&lt;BR /&gt; I am new to using Talend.Currently we have created a couple of Talend Jobs in DEV server and wanted to move to 
&lt;BR /&gt;Production server. 
&lt;BR /&gt;I happened to see in this forum discussions that "SVN" is used for production.What does SVN stands for? 
&lt;BR /&gt;Currently i have access to Talend Administrator Console. 
&lt;BR /&gt;Under Settings -&amp;gt; Configurations -&amp;gt; SVN it is marked as Errors for server_location_url 
&lt;BR /&gt; Settings -&amp;gt; Configurations -&amp;gt; Database it is marked as Errors for Web Console. 
&lt;BR /&gt;Our DB is MYSQL. 
&lt;BR /&gt;Do we have any documentation to know so that we can set these parameters right? 
&lt;BR /&gt;After i export the jobs from the DEV server what is the process to import in the Production box? 
&lt;BR /&gt;We have Talend Team Edition and have a Talend Support team to help us out. 
&lt;BR /&gt;But wanted to check if you guys have documentation so that we can make use of it. 
&lt;BR /&gt;Please do help us on this so that we can move the code ASAP to production. 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;Ramki</description>
      <pubDate>Sat, 21 Apr 2012 00:40:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Job-Migration-to-Production-Steps/m-p/2319540#M89775</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-21T00:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Job Migration to Production -Steps</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Job-Migration-to-Production-Steps/m-p/2319541#M89776</link>
      <description>Hi Ramki, 
&lt;BR /&gt;SVN stands for subversion. It used for code control. Useful if several people are making changes to jobs. It is not strictly required to migrate to production. 
&lt;BR /&gt;To a certain degree it depends on your architecture, but generally it comes down to 2 things: 1) Where is the Talend Job being executed, and 2) Where are the databases the jobs are pointing to. 
&lt;BR /&gt;Part 1 - Talend Job Migration 
&lt;BR /&gt;If you have multiple ETL Servers (example, 1 for dev and 1 for production) do the following: 
&lt;BR /&gt;In the dev server, 
&lt;BR /&gt;1) Right click on Job Designs and choose Export Items 
&lt;BR /&gt;2) Click radio button to "Select Archive File" and browse (or enter) a file path and .zip file name 
&lt;BR /&gt;3) Make sure "Export Dependencies" is checked 
&lt;BR /&gt;4) Select the folders/jobs to be exported 
&lt;BR /&gt;5) Click finish 
&lt;BR /&gt;Copy the file to the production ETL server 
&lt;BR /&gt;In the production ETL server 
&lt;BR /&gt;1) Right click on Jobs and select Import Items 
&lt;BR /&gt;2) Click radio button to "Select Archive File" and browse (or enter) a file path and .zip file name 
&lt;BR /&gt;3) Select all and click Finish 
&lt;BR /&gt;Proceed to Database migration 
&lt;BR /&gt;Part 2 - Pointing to the Prod database 
&lt;BR /&gt;1) Change the database connection parameters (host, port, dbname, user, pw) for your job inputs and outputs to point to the production database server 
&lt;BR /&gt;Now if you have a lot of jobs, Part 2 can be a real pain if you have to manually edit every input and output. To avoid this, it is better to create a context group with connection variables and then add contexts for each environment (DEV and PROD). If you use this in conjunction with Metadata Db Connections in the jobs, you can just change the context for the metadata connection, and all jobs using that metadata will be updated. Much cleaner. 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Ben</description>
      <pubDate>Sat, 21 Apr 2012 17:16:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Job-Migration-to-Production-Steps/m-p/2319541#M89776</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-21T17:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Job Migration to Production -Steps</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Job-Migration-to-Production-Steps/m-p/2319542#M89777</link>
      <description>Thank you very much Ben for your valuable input.I will try out the same.
&lt;BR /&gt;Thanks
&lt;BR /&gt;Ramki</description>
      <pubDate>Sun, 22 Apr 2012 04:56:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Job-Migration-to-Production-Steps/m-p/2319542#M89777</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-22T04:56:41Z</dc:date>
    </item>
  </channel>
</rss>

