<?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 How do I access the global processID ? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-do-I-access-the-global-processID/m-p/2375762#M138106</link>
    <description>I'd like to access the talend processID inside my job so i can tie it back to the stats generated.&lt;BR /&gt;How can i access this?</description>
    <pubDate>Sat, 16 Nov 2024 13:26:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T13:26:03Z</dc:date>
    <item>
      <title>How do I access the global processID ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-I-access-the-global-processID/m-p/2375762#M138106</link>
      <description>I'd like to access the talend processID inside my job so i can tie it back to the stats generated.&lt;BR /&gt;How can i access this?</description>
      <pubDate>Sat, 16 Nov 2024 13:26:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-I-access-the-global-processID/m-p/2375762#M138106</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: How do I access the global processID ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-I-access-the-global-processID/m-p/2375763#M138107</link>
      <description>Is pid the variable you want (see 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCwVLCA0" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/Numeric-sequence-per-Job/td-p/102401&lt;/A&gt;)?</description>
      <pubDate>Mon, 17 May 2010 08:27:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-I-access-the-global-processID/m-p/2375763#M138107</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2010-05-17T08:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: How do I access the global processID ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-I-access-the-global-processID/m-p/2375764#M138108</link>
      <description>hi,&lt;BR /&gt;i've found this code :&lt;BR /&gt;&lt;PRE&gt;byte[] bo = new byte;&lt;BR /&gt;  String[] cmd = {"bash", "-c", "echo $PPID"};&lt;BR /&gt;  Process p = Runtime.getRuntime().exec(cmd);&lt;BR /&gt;  p.getInputStream().read(bo);&lt;BR /&gt;  System.out.println(new String(bo));&lt;/PRE&gt;&lt;BR /&gt;from &lt;A href="http://blog.igorminar.com/2007/03/how-java-application-can-discover-its.html" target="_blank" rel="nofollow noopener noreferrer"&gt;Igor Minar's Blog&lt;/A&gt; &lt;BR /&gt;that seems to work in a tjava component .&lt;BR /&gt;Console out &lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Démarrage du job pid a 09:52 17/05/2010.&lt;BR /&gt; connecting to socket on port 3359&lt;BR /&gt; connected&lt;BR /&gt;6461&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;In tLog.. componenet you also have pid, root pid, father pid in the ouput flow.&lt;BR /&gt;hope it help&lt;BR /&gt;regard&lt;BR /&gt;laurent</description>
      <pubDate>Mon, 17 May 2010 09:04:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-I-access-the-global-processID/m-p/2375764#M138108</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-17T09:04:24Z</dc:date>
    </item>
  </channel>
</rss>

