<?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: Reset Job Version to 0.1 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Reset-Job-Version-to-0-1/m-p/2245386#M31250</link>
    <description>Talend versions are a pain in the butt. I never use them myself and caution people against them for exactly this reason. 
&lt;BR /&gt;To "reset" the version number you'll need to do some surgery. Take a backup of your project before you proceed. &amp;nbsp;That part is really important, so let me say it again: TAKE A BACKUP OF YOUR PROJECT BEFORE YOU DO THIS. 
&lt;BR /&gt;To reset the version number, you'll need to fix the source files to point themselves back at version 0.1 
&lt;BR /&gt; 
&lt;BR /&gt;Open your project folder inside your workspace. in my example its here: &amp;lt;Talend&amp;gt;/workspace/TESTO 
&lt;BR /&gt;navigate to the "process" folder inside your project. This is where all the job files are stored. 
&lt;BR /&gt;Locate the job you want to reset the version for. You should see 2 files for each version of your job, a .item and .properties (screenshot)&amp;nbsp; 
&lt;BR /&gt;Delete all but the most recent version of the .items and .properties files (screenshot) 
&lt;BR /&gt;Rename these to version 0.1 (screenshot) 
&lt;BR /&gt;Open the .properties file for your job. Look for the following strings and set them back to 0.1. In my example I'm resetting a job at version 0.2 back to 0.1 (screenshot highlighting parts to change) 
&lt;BR /&gt; 
&lt;PRE&gt; &amp;nbsp;&amp;lt;TalendProperties:Property xmi:id="_rC610KWVEeSYNdnMibThpg" id="_rC3ygKWVEeSYNdnMibThpg" label="version_test" creationDate="2015-01-26T15:08:33.750-0500" modificationDate="2015-01-26T15:08:33.750-0500" version="0.1" (...)&lt;/PRE&gt; 
&lt;BR /&gt;and farther below set the following to point at the correct (now that we've renamed them) .item file: 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;PRE&gt;&amp;nbsp; &amp;nbsp;&amp;lt;process href="version_test_0.1.item#/"/&amp;gt;&lt;/PRE&gt; 
&lt;BR /&gt;Restart Talend and your job should show up as V 0.1&amp;nbsp;if anything breaks, I sure hope you took a backup 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCVS.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130821i84470AE0716012F4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCVS.png" alt="0683p000009MCVS.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCEs.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156796i3975C5F959A29318/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCEs.png" alt="0683p000009MCEs.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCdp.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148842i3A42EF09944C9CBE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCdp.png" alt="0683p000009MCdp.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCdu.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136663iDE6D13C39423AC20/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCdu.png" alt="0683p000009MCdu.png" /&gt;&lt;/span&gt;</description>
    <pubDate>Mon, 26 Jan 2015 20:19:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-01-26T20:19:29Z</dc:date>
    <item>
      <title>Reset Job Version to 0.1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reset-Job-Version-to-0-1/m-p/2245385#M31249</link>
      <description>I have created a job and made multiple versions. Currently, it stands at V3.4 
&lt;BR /&gt;Is there any way I can "reset" the version to v0.1 (of current version V3.4) and start forward from there?&amp;nbsp; 
&lt;BR /&gt;In my application code, I have called the Talend Job with 0.1 in the import. So, anytime I make a new version, I will need to update the same which will not be nice to our release team. 
&lt;BR /&gt;Any pointers?</description>
      <pubDate>Mon, 26 Jan 2015 19:04:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reset-Job-Version-to-0-1/m-p/2245385#M31249</guid>
      <dc:creator>root</dc:creator>
      <dc:date>2015-01-26T19:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Reset Job Version to 0.1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reset-Job-Version-to-0-1/m-p/2245386#M31250</link>
      <description>Talend versions are a pain in the butt. I never use them myself and caution people against them for exactly this reason. 
&lt;BR /&gt;To "reset" the version number you'll need to do some surgery. Take a backup of your project before you proceed. &amp;nbsp;That part is really important, so let me say it again: TAKE A BACKUP OF YOUR PROJECT BEFORE YOU DO THIS. 
&lt;BR /&gt;To reset the version number, you'll need to fix the source files to point themselves back at version 0.1 
&lt;BR /&gt; 
&lt;BR /&gt;Open your project folder inside your workspace. in my example its here: &amp;lt;Talend&amp;gt;/workspace/TESTO 
&lt;BR /&gt;navigate to the "process" folder inside your project. This is where all the job files are stored. 
&lt;BR /&gt;Locate the job you want to reset the version for. You should see 2 files for each version of your job, a .item and .properties (screenshot)&amp;nbsp; 
&lt;BR /&gt;Delete all but the most recent version of the .items and .properties files (screenshot) 
&lt;BR /&gt;Rename these to version 0.1 (screenshot) 
&lt;BR /&gt;Open the .properties file for your job. Look for the following strings and set them back to 0.1. In my example I'm resetting a job at version 0.2 back to 0.1 (screenshot highlighting parts to change) 
&lt;BR /&gt; 
&lt;PRE&gt; &amp;nbsp;&amp;lt;TalendProperties:Property xmi:id="_rC610KWVEeSYNdnMibThpg" id="_rC3ygKWVEeSYNdnMibThpg" label="version_test" creationDate="2015-01-26T15:08:33.750-0500" modificationDate="2015-01-26T15:08:33.750-0500" version="0.1" (...)&lt;/PRE&gt; 
&lt;BR /&gt;and farther below set the following to point at the correct (now that we've renamed them) .item file: 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;PRE&gt;&amp;nbsp; &amp;nbsp;&amp;lt;process href="version_test_0.1.item#/"/&amp;gt;&lt;/PRE&gt; 
&lt;BR /&gt;Restart Talend and your job should show up as V 0.1&amp;nbsp;if anything breaks, I sure hope you took a backup 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCVS.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130821i84470AE0716012F4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCVS.png" alt="0683p000009MCVS.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCEs.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156796i3975C5F959A29318/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCEs.png" alt="0683p000009MCEs.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCdp.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148842i3A42EF09944C9CBE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCdp.png" alt="0683p000009MCdp.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCdu.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136663iDE6D13C39423AC20/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCdu.png" alt="0683p000009MCdu.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 26 Jan 2015 20:19:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reset-Job-Version-to-0-1/m-p/2245386#M31250</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-26T20:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Reset Job Version to 0.1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reset-Job-Version-to-0-1/m-p/2245387#M31251</link>
      <description>Thank you for such a detailed reply, JohnGarrettMartin . I will try this out this week and see how it comes up!</description>
      <pubDate>Mon, 26 Jan 2015 20:33:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reset-Job-Version-to-0-1/m-p/2245387#M31251</guid>
      <dc:creator>root</dc:creator>
      <dc:date>2015-01-26T20:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Reset Job Version to 0.1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reset-Job-Version-to-0-1/m-p/2245388#M31252</link>
      <description>&lt;P&gt;First time I tried this way and it did not work ...&lt;BR /&gt;Then I saw your message and decided to try again and process by step .. modify .. open Talend ... check ... close Talend .... modify .. etc&lt;BR /&gt;And it works fine !!&lt;BR /&gt;Thank you !&lt;/P&gt; 
&lt;P&gt;PS : Don't forget other folders with context or databasis connexion. These ones are not in process folder but in /context and /metadata/connexion&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 15:59:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reset-Job-Version-to-0-1/m-p/2245388#M31252</guid>
      <dc:creator>BorisG</dc:creator>
      <dc:date>2020-03-18T15:59:32Z</dc:date>
    </item>
  </channel>
</rss>

