<?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 scheduler and PHP script in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/scheduler-and-PHP-script/m-p/2260866#M41844</link>
    <description>Hi everyone!
&lt;BR /&gt;I would like to know if the following is possible, and how can I do this.
&lt;BR /&gt;(?) I have a job that populates a DB table with data from another DB.
&lt;BR /&gt;I also have a PHP script that does some calculations and updates with data from the table populated with the previous job.
&lt;BR /&gt;Since my job will run on a schedule (using the scheduler), I was wondering if it was possible to maybe do something like:
&lt;BR /&gt; 
&lt;I&gt;onSubJob OK&lt;/I&gt; (referring to the population job I created) 
&lt;I&gt;run the PHP script&lt;/I&gt; I have.
&lt;BR /&gt;(?) Or maybe if somehow I could run this PHP script using just the scheduler, after I run my first job.
&lt;BR /&gt;Long ago I managed to do this on MS SQL Server 2000 and asp scripts, but I migrated to open source and need to schedule some jobs!!!!
&lt;BR /&gt;Thanks!!!! &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;</description>
    <pubDate>Sat, 16 Nov 2024 14:21:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T14:21:44Z</dc:date>
    <item>
      <title>scheduler and PHP script</title>
      <link>https://community.qlik.com/t5/Talend-Studio/scheduler-and-PHP-script/m-p/2260866#M41844</link>
      <description>Hi everyone!
&lt;BR /&gt;I would like to know if the following is possible, and how can I do this.
&lt;BR /&gt;(?) I have a job that populates a DB table with data from another DB.
&lt;BR /&gt;I also have a PHP script that does some calculations and updates with data from the table populated with the previous job.
&lt;BR /&gt;Since my job will run on a schedule (using the scheduler), I was wondering if it was possible to maybe do something like:
&lt;BR /&gt; 
&lt;I&gt;onSubJob OK&lt;/I&gt; (referring to the population job I created) 
&lt;I&gt;run the PHP script&lt;/I&gt; I have.
&lt;BR /&gt;(?) Or maybe if somehow I could run this PHP script using just the scheduler, after I run my first job.
&lt;BR /&gt;Long ago I managed to do this on MS SQL Server 2000 and asp scripts, but I migrated to open source and need to schedule some jobs!!!!
&lt;BR /&gt;Thanks!!!! &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;</description>
      <pubDate>Sat, 16 Nov 2024 14:21:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/scheduler-and-PHP-script/m-p/2260866#M41844</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: scheduler and PHP script</title>
      <link>https://community.qlik.com/t5/Talend-Studio/scheduler-and-PHP-script/m-p/2260867#M41845</link>
      <description>Hello 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;onSubJob OK (referring to the population job I created) run the PHP script I have.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Does the tSystem component fix your need? tSystem can execute one or more system commands. 
&lt;BR /&gt;onSubJobOk--&amp;gt;tSystem(run PHP script) 
&lt;BR /&gt;About the usage of tSystem component, please read the 
&lt;A href="http://www.talend.com/s/documentation.php" target="_blank" rel="nofollow noopener noreferrer"&gt;user documentation&lt;/A&gt;. 
&lt;BR /&gt;Aslo read 2704. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Thu, 22 May 2008 04:00:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/scheduler-and-PHP-script/m-p/2260867#M41845</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-05-22T04:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: scheduler and PHP script</title>
      <link>https://community.qlik.com/t5/Talend-Studio/scheduler-and-PHP-script/m-p/2260868#M41846</link>
      <description>I'll give it a try and let you know!!!!!&lt;BR /&gt;Thanks!</description>
      <pubDate>Thu, 22 May 2008 22:10:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/scheduler-and-PHP-script/m-p/2260868#M41846</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-05-22T22:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: scheduler and PHP script</title>
      <link>https://community.qlik.com/t5/Talend-Studio/scheduler-and-PHP-script/m-p/2260869#M41847</link>
      <description>This worked just perfectly!!!! Thank you very much!</description>
      <pubDate>Thu, 22 May 2008 22:58:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/scheduler-and-PHP-script/m-p/2260869#M41847</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-05-22T22:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: scheduler and PHP script</title>
      <link>https://community.qlik.com/t5/Talend-Studio/scheduler-and-PHP-script/m-p/2260870#M41848</link>
      <description>I want to run a php script through tsystem and I also to need to pass multiple context variable to that php script. Can you tell me how can i do that ?</description>
      <pubDate>Sun, 29 Jun 2014 00:21:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/scheduler-and-PHP-script/m-p/2260870#M41848</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-29T00:21:44Z</dc:date>
    </item>
  </channel>
</rss>

