<?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: tSystem with MySqL connection in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tSystem-with-MySqL-connection/m-p/2368320#M131602</link>
    <description>I solve this.. I only write in the TSystem : "cmd /c ping " + row1.url&lt;BR /&gt;Now I need to take all the pings result and save this in a log!&lt;BR /&gt;&lt;BR /&gt;Tsystem properties:&lt;BR /&gt;standard and error output:&lt;BR /&gt;    to global variable: data is passed on to an output variable linked to the tSystem component.&lt;BR /&gt;HOW Can I do it!!&lt;BR /&gt;HELPP!</description>
    <pubDate>Fri, 12 Feb 2010 15:31:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-02-12T15:31:01Z</dc:date>
    <item>
      <title>tSystem with MySqL connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSystem-with-MySqL-connection/m-p/2368319#M131601</link>
      <description>Hello! Im from South America, a Chilean guy, sorry for the poor english 
&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;Well, this is my problem: 
&lt;BR /&gt;I have a table with URls in MySQL database (for example 
&lt;A href="http://www.google.cl" target="_blank" rel="nofollow noopener noreferrer"&gt;www.google.cl&lt;/A&gt;), and I need to read this entries and make a ping, I need to know is the page is up or down, if the page is down I save in a Log the error. When I make the command directly in the TSystem component 
&lt;BR /&gt;(for example: "cmd /c ping 
&lt;A href="http://www.google.cl" target="_blank" rel="nofollow noopener noreferrer"&gt;www.google.cl&lt;/A&gt;") Its works, but I need to register more Ping results!! and I dont know how to make more pings! 
&lt;BR /&gt;How can i make "cmd /c ping "and put here a the entry of MySQL table" "??? 
&lt;BR /&gt;I have: 
&lt;BR /&gt;TmySQLInput--------------------------------&amp;gt; TSystem .... Its that ok?? or I need something like this: 
&lt;BR /&gt;TmySQLInput---------------&amp;gt; Tjava -----------------&amp;gt; TSystem ... and how can I pass the entry!! please Help!! 
&lt;BR /&gt;Where y define the context variable! 
&lt;BR /&gt;This is a Java project with TOS 3.2.3 on Windows XP System</description>
      <pubDate>Sat, 16 Nov 2024 13:33:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSystem-with-MySqL-connection/m-p/2368319#M131601</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: tSystem with MySqL connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSystem-with-MySqL-connection/m-p/2368320#M131602</link>
      <description>I solve this.. I only write in the TSystem : "cmd /c ping " + row1.url&lt;BR /&gt;Now I need to take all the pings result and save this in a log!&lt;BR /&gt;&lt;BR /&gt;Tsystem properties:&lt;BR /&gt;standard and error output:&lt;BR /&gt;    to global variable: data is passed on to an output variable linked to the tSystem component.&lt;BR /&gt;HOW Can I do it!!&lt;BR /&gt;HELPP!</description>
      <pubDate>Fri, 12 Feb 2010 15:31:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSystem-with-MySqL-connection/m-p/2368320#M131602</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-02-12T15:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: tSystem with MySqL connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSystem-with-MySqL-connection/m-p/2368321#M131603</link>
      <description>Hi,
&lt;BR /&gt;Try to choose "normal" for Standard Output of the tSystem and link it it to a tFileouputPositional which has the append mode activated</description>
      <pubDate>Fri, 12 Feb 2010 15:51:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSystem-with-MySqL-connection/m-p/2368321#M131603</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-02-12T15:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: tSystem with MySqL connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSystem-with-MySqL-connection/m-p/2368322#M131604</link>
      <description>Hi 
&lt;BR /&gt;I am new in Talend ETL tool which we are going to use in our Big Data project. 
&lt;BR /&gt;I am facing some issues when I am trying to execute our pre-written python program using Talend's tSystem component.
&lt;BR /&gt;tSystem component is working fine. As per our requirement, from first python program, result value should be passed to second python program which is also running using another tSystem component. 
&lt;BR /&gt;Fond that thare are option of storing output values in global variable. Please help me to know how to use those global variable to store the result from first python(tSystem) prograam and pass those values as input to second python(another tSystem component).
&lt;BR /&gt;Thanks in advance,
&lt;BR /&gt;Regards,
&lt;BR /&gt;Prakash</description>
      <pubDate>Wed, 03 Dec 2014 14:57:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSystem-with-MySqL-connection/m-p/2368322#M131604</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-03T14:57:41Z</dc:date>
    </item>
  </channel>
</rss>

