<?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: Why routine does not give impact analysis even if routine is used in talend job, But some routine are giving impact analysis?? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Why-routine-does-not-give-impact-analysis-even-if-routine-is/m-p/2331650#M100611</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU"&gt;@rhall&lt;/A&gt;your right sometimes job is not listing routine in Setup Routine Dependencies automatically. When i add routine in Setup Routine Dependencies it is working fine. Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 02 Apr 2018 20:54:27 GMT</pubDate>
    <dc:creator>Bluemoon</dc:creator>
    <dc:date>2018-04-02T20:54:27Z</dc:date>
    <item>
      <title>Why routine does not give impact analysis even if routine is used in talend job, But some routine are giving impact analysis??</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Why-routine-does-not-give-impact-analysis-even-if-routine-is/m-p/2331648#M100609</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Step 1:&lt;/P&gt; 
&lt;P&gt;Routine Code&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;package routines;

public class UnknowRoutine {
	private int myUnknowId;	
	public UnknowRoutine(){}
	public int getMyUnknowId() {
		return myUnknowId;
	}
	public void setMyUnknowId(int myId) {
		this.myUnknowId = myId;
	}
	public String toString(){
		return  Integer.toString(myUnknowId);
	}
}&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Step 2:&lt;/P&gt; 
&lt;P&gt;tJava Code&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;UnknowRoutine unknowRoutine = new UnknowRoutine();			  
unknowRoutine.setMyUnknowId(1);
System.out.println(unknowRoutine.toString());&lt;/PRE&gt; 
&lt;P&gt;Advance settings&lt;/P&gt; 
&lt;PRE&gt;import routines.UnknowRoutine;&lt;/PRE&gt; 
&lt;P&gt;Step 3:&lt;/P&gt; 
&lt;P&gt;Job&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LtCl.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137202i2B43615F71A7A69D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LtCl.png" alt="0683p000009LtCl.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Step 4:&lt;/P&gt; 
&lt;P&gt;Output:&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lt5w.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130451i15AA3BE3EF306FB8/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lt5w.png" alt="0683p000009Lt5w.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Step 5:&lt;/P&gt; 
&lt;P&gt;Impact analysis:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 405px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LtCv.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142835i36387061F24F1192/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LtCv.png" alt="0683p000009LtCv.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Step 6:&lt;/P&gt; 
&lt;P&gt;Analysis Report&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LtCN.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129715i757BF875A170CAC4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LtCN.png" alt="0683p000009LtCN.png" /&gt;&lt;/span&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;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Mar 2018 00:26:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Why-routine-does-not-give-impact-analysis-even-if-routine-is/m-p/2331648#M100609</guid>
      <dc:creator>Bluemoon</dc:creator>
      <dc:date>2018-03-25T00:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Why routine does not give impact analysis even if routine is used in talend job, But some routine are giving impact analysis??</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Why-routine-does-not-give-impact-analysis-even-if-routine-is/m-p/2331649#M100610</link>
      <description>&lt;P&gt;This is a weird one. If you right click on your job (when it is not open) and go to Setup Routine Dependencies, you will either see your routine listed (in jobs which are found by the analysis tool) or not listed (in jobs which are not found by the analysis tool). You can set these manually.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I believe this might be a bug in Talend. It seems that if you export a job with routines, when you import it, the import will link the routines in the Setup Routine Dependencies option for you. However it doesn't automatically set the relationship when you first use a routine in a job. This doesn't affect usage, but it can be confusing.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have for a while used a Talend job to analyse my job's source files to see what is used where. I therefore I haven't relied on this. Maybe&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000004XsnJAAS"&gt;@shong&lt;/A&gt;&amp;nbsp;could investigate if this is indeed a bug?&lt;/P&gt;</description>
      <pubDate>Sun, 25 Mar 2018 20:43:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Why-routine-does-not-give-impact-analysis-even-if-routine-is/m-p/2331649#M100610</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-25T20:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Why routine does not give impact analysis even if routine is used in talend job, But some routine are giving impact analysis??</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Why-routine-does-not-give-impact-analysis-even-if-routine-is/m-p/2331650#M100611</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU"&gt;@rhall&lt;/A&gt;your right sometimes job is not listing routine in Setup Routine Dependencies automatically. When i add routine in Setup Routine Dependencies it is working fine. Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 02 Apr 2018 20:54:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Why-routine-does-not-give-impact-analysis-even-if-routine-is/m-p/2331650#M100611</guid>
      <dc:creator>Bluemoon</dc:creator>
      <dc:date>2018-04-02T20:54:27Z</dc:date>
    </item>
  </channel>
</rss>

