<?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: How to capture UserName of Talend Studio in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-capture-UserName-of-Talend-Studio/m-p/2294793#M67635</link>
    <description>It worked, Thanks Abhishek!</description>
    <pubDate>Tue, 19 Jun 2018 06:03:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-06-19T06:03:31Z</dc:date>
    <item>
      <title>How to capture UserName of Talend Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-capture-UserName-of-Talend-Studio/m-p/2294791#M67633</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have requirement wherein I have to capture Talend&amp;nbsp;username in a String variable / input_row(tJavaRow) which will be passed further in a table (Mysql) for logging purpose, to identify job was executed from whose machine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea on how we can achieve this in Talend?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 12:15:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-capture-UserName-of-Talend-Studio/m-p/2294791#M67633</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-15T12:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to capture UserName of Talend Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-capture-UserName-of-Talend-Studio/m-p/2294792#M67634</link>
      <description>&lt;P&gt;In your tJavaRow code you could put either of the code block to get the current Windows User Name -&lt;/P&gt;
&lt;PRE&gt;String userName = System.getProperty("user.name");
System.out.println(userName);
com.sun.security.auth.module.NTSystem NTSystem = new com.sun.security.auth.module.NTSystem();
userName = NTSystem.getName();
System.out.println(userName);&lt;/PRE&gt;</description>
      <pubDate>Fri, 15 Jun 2018 12:54:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-capture-UserName-of-Talend-Studio/m-p/2294792#M67634</guid>
      <dc:creator>iamabhishek</dc:creator>
      <dc:date>2018-06-15T12:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to capture UserName of Talend Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-capture-UserName-of-Talend-Studio/m-p/2294793#M67635</link>
      <description>It worked, Thanks Abhishek!</description>
      <pubDate>Tue, 19 Jun 2018 06:03:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-capture-UserName-of-Talend-Studio/m-p/2294793#M67635</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-19T06:03:31Z</dc:date>
    </item>
  </channel>
</rss>

