<?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: tSetEnv : my environment variable is null in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tSetEnv-my-environment-variable-is-null/m-p/2312912#M83816</link>
    <description>me too....</description>
    <pubDate>Tue, 08 Sep 2015 10:58:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-09-08T10:58:44Z</dc:date>
    <item>
      <title>tSetEnv : my environment variable is null</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSetEnv-my-environment-variable-is-null/m-p/2312907#M83811</link>
      <description>Hello,
&lt;BR /&gt;I want to use the tSetEnv component to add environment variable values to my system but I get null values.
&lt;BR /&gt;In the tSetEnv, I define a variable called 
&lt;B&gt;test&lt;/B&gt; with the value "C:/test"
&lt;BR /&gt;I test the integration of this variable with a tJava component connected to the tSetEnv component by onComponentOk.
&lt;BR /&gt;The Java code is:
&lt;BR /&gt;
&lt;PRE&gt;System.out.println((System.getenv("test"));&lt;/PRE&gt;
&lt;BR /&gt;I get a null value..
&lt;BR /&gt;Any help would be greatly appreciated!
&lt;BR /&gt;Thanks!</description>
      <pubDate>Sat, 16 Nov 2024 13:30:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSetEnv-my-environment-variable-is-null/m-p/2312907#M83811</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: tSetEnv : my environment variable is null</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSetEnv-my-environment-variable-is-null/m-p/2312908#M83812</link>
      <description>Hi,&lt;BR /&gt;try with this : &lt;BR /&gt;&lt;PRE&gt;System.out.println(System.getProperty("test"));&lt;/PRE&gt;&lt;BR /&gt;bye</description>
      <pubDate>Thu, 11 Mar 2010 13:14:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSetEnv-my-environment-variable-is-null/m-p/2312908#M83812</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-11T13:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: tSetEnv : my environment variable is null</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSetEnv-my-environment-variable-is-null/m-p/2312909#M83813</link>
      <description>Thanks for the answer. It returns me the value but this one seems not to be integrated in my process..&lt;BR /&gt;I'm under Windows and trying to industrialize the use of the execution af an OCR process through tesseract.&lt;BR /&gt;Here is my test job:&lt;BR /&gt;&lt;PRE&gt;tSetEnv----&amp;gt;tSystem&lt;/PRE&gt;&lt;BR /&gt;I put an environment variable named TESSDATA_PREFIX with the value "C:/tesseract-2.04/"&lt;BR /&gt;It's the path of the tesseract folder&lt;BR /&gt;Then, in the tSystem, I put:&lt;BR /&gt;&lt;PRE&gt;"tesseract C:/tests/OCR/test.tif C:/testOCR -l fra"&lt;/PRE&gt;&lt;BR /&gt;But i get the following message:&lt;BR /&gt;&lt;PRE&gt;Unable to load unicharset file ./tessdata/fra.unicharset&lt;/PRE&gt;&lt;BR /&gt;It means that it didn't take into account the TESSDATA_PREFIX env variable.&lt;BR /&gt;It it had been the case, it would have searched the file into /tessdata/fra.unicharset&lt;BR /&gt;Does tSetEnv integrate environment variables in the machine system or is it internal to the software?&lt;BR /&gt;Any idea?</description>
      <pubDate>Fri, 12 Mar 2010 09:07:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSetEnv-my-environment-variable-is-null/m-p/2312909#M83813</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-12T09:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: tSetEnv : my environment variable is null</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSetEnv-my-environment-variable-is-null/m-p/2312910#M83814</link>
      <description>any idea for this problem?</description>
      <pubDate>Tue, 23 Mar 2010 14:23:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSetEnv-my-environment-variable-is-null/m-p/2312910#M83814</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-23T14:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: tSetEnv : my environment variable is null</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSetEnv-my-environment-variable-is-null/m-p/2312911#M83815</link>
      <description>Faced same problem.</description>
      <pubDate>Wed, 30 Apr 2014 08:51:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSetEnv-my-environment-variable-is-null/m-p/2312911#M83815</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-30T08:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: tSetEnv : my environment variable is null</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSetEnv-my-environment-variable-is-null/m-p/2312912#M83816</link>
      <description>me too....</description>
      <pubDate>Tue, 08 Sep 2015 10:58:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSetEnv-my-environment-variable-is-null/m-p/2312912#M83816</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-08T10:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: tSetEnv : my environment variable is null</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSetEnv-my-environment-variable-is-null/m-p/2312913#M83817</link>
      <description>Hi 
&lt;A href="https://www.talendforge.org/forum/profile.php?id=62213" target="_blank" rel="nofollow noopener noreferrer"&gt;FabriceS&lt;/A&gt;, 
&lt;BR /&gt;Would you mind uploading your component tSetEnv setting screenshot into forum? More information will be helpful for us to address your issue. 
&lt;BR /&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 09 Sep 2015 04:41:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSetEnv-my-environment-variable-is-null/m-p/2312913#M83817</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-09T04:41:47Z</dc:date>
    </item>
  </channel>
</rss>

