<?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 trigger a Talend job based on the mysql insertion/updation in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-Talend-job-based-on-the-mysql-insertion/m-p/2246001#M31667</link>
    <description>Hi Metta Soujanya,
&lt;BR /&gt;
&lt;BR /&gt;With talend open source, you can set "Action on data" option as " Update or Insert" with one key in tMysqlOutput to update the existing record then export the job script, and then schedule it with third scheduler tool, such as crontab command on Linux, there are so many topics about scheduler in forum, just search them with the key word 'scheduler', you will find the answers and solutions.
&lt;BR /&gt;
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina
&lt;BR /&gt;
&lt;BR /&gt;&amp;nbsp;</description>
    <pubDate>Tue, 22 Jul 2014 07:51:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-07-22T07:51:21Z</dc:date>
    <item>
      <title>How to trigger a Talend job based on the mysql insertion/updation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-Talend-job-based-on-the-mysql-insertion/m-p/2245992#M31658</link>
      <description>&lt;P&gt;Hi All,&lt;BR /&gt;How to trigger a Talend job based on the mysql insertion/updation on a particular table.And Talend job will fetch those new/updated records and sync those into another database.&lt;BR /&gt;Can any once please suggest me on this.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2014 18:01:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-Talend-job-based-on-the-mysql-insertion/m-p/2245992#M31658</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-04-15T18:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a Talend job based on the mysql insertion/updation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-Talend-job-based-on-the-mysql-insertion/m-p/2245993#M31659</link>
      <description>Hi, 
&lt;BR /&gt;Could you please take a look at talend CDC feature 
&lt;A href="https://help.talend.com/display/TalendDataIntegrationStudioUserGuide54EN/10.1+CDC+architectural+overview" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:CDC+architectural+overview&lt;/A&gt; to see if it is satisfying your needs?
&lt;BR /&gt;
&lt;A href="https://help.talend.com/display/KB/Change+Data+Capture+%28CDC%29+is+easy+with+Talend+Studio+-+v5.3" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/display/KB/Change+Data+Capture+%28CDC%29+is+easy+with+Talend+Studio+-+v5.3&lt;/A&gt;.
&lt;BR /&gt;Note: CDC feature is only available in Talend Enterprise Subscription Version(we have provided community user with a free trial of Talend Enterprise Data Integration: 
&lt;A href="http://www.talend.com/enterprise-data-integration" rel="nofollow noopener noreferrer"&gt;http://www.talend.com/enterprise-data-integration&lt;/A&gt;).
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 16 Apr 2014 03:56:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-Talend-job-based-on-the-mysql-insertion/m-p/2245993#M31659</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-16T03:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a Talend job based on the mysql insertion/updation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-Talend-job-based-on-the-mysql-insertion/m-p/2245994#M31660</link>
      <description>Hi Sayagoud,
&lt;BR /&gt;For TOS workaround could be - Assume you are using some query at source to identify new insertion and another query to find updates to existing database table.
&lt;BR /&gt;Use tReplicate component to replicate the insertion which will give another flow and use your second job/subjob within the job to insert data into the another database. 
&lt;BR /&gt;Carry same process for Update as well.
&lt;BR /&gt;Thanks
&lt;BR /&gt;Vaibhav</description>
      <pubDate>Wed, 16 Apr 2014 05:15:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-Talend-job-based-on-the-mysql-insertion/m-p/2245994#M31660</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-16T05:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a Talend job based on the mysql insertion/updation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-Talend-job-based-on-the-mysql-insertion/m-p/2245995#M31661</link>
      <description>Hi Sabrina, 
&lt;BR /&gt;I followed the articles that you have suggested but I have few questions on CDC : 
&lt;BR /&gt;If any change made at source table,then CDC function will copy those changes into changes table.Now the changed data available to the subscribers. 
&lt;BR /&gt;1.But how talend job will identify those changes ? 
&lt;BR /&gt;2.how talend job will trigger automatically to sync those records into target system. 
&lt;BR /&gt;3.Do we need to manually run the talend job to fetch those updated records from the changes table? or is there any other way to achieve this? 
&lt;BR /&gt;Please suggest me on this. 
&lt;BR /&gt;Thanks in advance. 
&lt;BR /&gt;Sayagoud Ravelly. 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi, &lt;BR /&gt;Could you please take a look at talend CDC feature &lt;A href="https://help.talend.com/display/TalendDataIntegrationStudioUserGuide54EN/10.1+CDC+architectural+overview" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:CDC+architectural+overview&lt;/A&gt; to see if it is satisfying your needs?&lt;BR /&gt;&lt;A href="https://help.talend.com/display/KB/Change+Data+Capture+%28CDC%29+is+easy+with+Talend+Studio+-+v5.3" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/display/KB/Change+Data+Capture+%28CDC%29+is+easy+with+Talend+Studio+-+v5.3&lt;/A&gt;.&lt;BR /&gt;Note: CDC feature is only available in Talend Enterprise Subscription Version(we have provided community user with a free trial of Talend Enterprise Data Integration: &lt;A href="http://www.talend.com/enterprise-data-integration" rel="nofollow noopener noreferrer"&gt;http://www.talend.com/enterprise-data-integration&lt;/A&gt;).&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Wed, 16 Apr 2014 07:40:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-Talend-job-based-on-the-mysql-insertion/m-p/2245995#M31661</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-04-16T07:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a Talend job based on the mysql insertion/updation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-Talend-job-based-on-the-mysql-insertion/m-p/2245996#M31662</link>
      <description>Hi, 
&lt;BR /&gt;As matter of fact, talend CDC architecture is based on a publisher/subscriber model. The publisher captures the data changes and makes them available to the subscribers (Talend Jobs). Subscribers utilize the data changes obtained from the publisher.
&lt;BR /&gt;It is a trigger or a DB log depends on what DB you are using, it closes to 100% real time. The changed data can be recorded in table when you take some action on you DB.
&lt;BR /&gt;There is a sign-bit in subscriber table which will be set to 0 after reading record.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 16 Apr 2014 08:17:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-Talend-job-based-on-the-mysql-insertion/m-p/2245996#M31662</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-16T08:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a Talend job based on the mysql insertion/updation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-Talend-job-based-on-the-mysql-insertion/m-p/2245997#M31663</link>
      <description>Hi Vaibhav, 
&lt;BR /&gt;Thanks for your reply. 
&lt;BR /&gt;My question is how to identify the new changes at source table and sync those records into target table? 
&lt;BR /&gt;Talend job should automatically trigger and sync those new/updated records into target table. 
&lt;BR /&gt;Because running cron job for every minute will not work with my requirement for new changes.The moment when we create/update any record at source table then same changes needs to update at destination table also. 
&lt;BR /&gt;Thanks in advance, 
&lt;BR /&gt;Sayagoud Ravelly. 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi Sayagoud,&lt;BR /&gt;For TOS workaround could be - Assume you are using some query at source to identify new insertion and another query to find updates to existing database table.&lt;BR /&gt;Use tReplicate component to replicate the insertion which will give another flow and use your second job/subjob within the job to insert data into the another database. &lt;BR /&gt;Carry same process for Update as well.&lt;BR /&gt;Thanks&lt;BR /&gt;Vaibhav&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Wed, 16 Apr 2014 08:21:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-Talend-job-based-on-the-mysql-insertion/m-p/2245997#M31663</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-04-16T08:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a Talend job based on the mysql insertion/updation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-Talend-job-based-on-the-mysql-insertion/m-p/2245998#M31664</link>
      <description>Hi,
&lt;BR /&gt;I think I have given some idea for this... isn't it useful???
&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;BR /&gt;Use tReplicate component to replicate the insertion which will give another flow and use your second job/subjob within the job to insert data into the another database. Use same method for update as well.
&lt;BR /&gt;This is one way to do it, there could be another ways to do same. If you don't like above one or have found some issue with this one, we can try to identify other ways.
&lt;BR /&gt;Vaibhav</description>
      <pubDate>Wed, 16 Apr 2014 08:31:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-Talend-job-based-on-the-mysql-insertion/m-p/2245998#M31664</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-16T08:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a Talend job based on the mysql insertion/updation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-Talend-job-based-on-the-mysql-insertion/m-p/2245999#M31665</link>
      <description>Hi Sabrina,
&lt;BR /&gt;Can u please suggest me how talend job will trigger whenever a new change made in changes table?
&lt;BR /&gt;If possible can you please provide me a workaround or a sample on this.
&lt;BR /&gt;Thanks in advance
&lt;BR /&gt;Sayagoud Ravelly
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Hi, &lt;BR /&gt;As matter of fact, talend CDC architecture is based on a publisher/subscriber model. The publisher captures the data changes and makes them available to the subscribers (Talend Jobs). Subscribers utilize the data changes obtained from the publisher.&lt;BR /&gt;It is a trigger or a DB log depends on what DB you are using, it closes to 100% real time. The changed data can be recorded in table when you take some action on you DB.&lt;BR /&gt;There is a sign-bit in subscriber table which will be set to 0 after reading record.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Wed, 16 Apr 2014 08:32:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-Talend-job-based-on-the-mysql-insertion/m-p/2245999#M31665</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-04-16T08:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a Talend job based on the mysql insertion/updation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-Talend-job-based-on-the-mysql-insertion/m-p/2246000#M31666</link>
      <description>Hi Sabrina,
&lt;BR /&gt;I want to trigger my job for every 10min. I'm using Ubuntu OS and Talend 5.5 version. 
&lt;BR /&gt;&amp;nbsp;My job which has to be scheduled is as follows
&lt;BR /&gt;tFilelist----&amp;gt;tFileInputDelimited(Repository)----&amp;gt;t
&lt;U&gt;Unite&lt;/U&gt;---&amp;gt;tSortRow---&amp;gt;tAggregateRow---&amp;gt;tMysqlOutput
&lt;BR /&gt;When new file is adding to tFilelist after trigger used the fieds from new file should not override the existing record, but should be update with it.
&lt;BR /&gt;Could u please provide the solution to me.
&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Tue, 22 Jul 2014 06:49:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-Talend-job-based-on-the-mysql-insertion/m-p/2246000#M31666</guid>
      <dc:creator>soujanyam</dc:creator>
      <dc:date>2014-07-22T06:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a Talend job based on the mysql insertion/updation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-Talend-job-based-on-the-mysql-insertion/m-p/2246001#M31667</link>
      <description>Hi Metta Soujanya,
&lt;BR /&gt;
&lt;BR /&gt;With talend open source, you can set "Action on data" option as " Update or Insert" with one key in tMysqlOutput to update the existing record then export the job script, and then schedule it with third scheduler tool, such as crontab command on Linux, there are so many topics about scheduler in forum, just search them with the key word 'scheduler', you will find the answers and solutions.
&lt;BR /&gt;
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina
&lt;BR /&gt;
&lt;BR /&gt;&amp;nbsp;</description>
      <pubDate>Tue, 22 Jul 2014 07:51:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-Talend-job-based-on-the-mysql-insertion/m-p/2246001#M31667</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-22T07:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a Talend job based on the mysql insertion/updation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-Talend-job-based-on-the-mysql-insertion/m-p/2246002#M31668</link>
      <description>Hi Sabrina,
&lt;BR /&gt;Thanks for your reply 
&lt;BR /&gt;Ya I export the job and scheduled it with&amp;nbsp; crontab command as mentioned in forum.But I couldn't see the output. 
&lt;BR /&gt;And whem used crontab -l command I could not get list of scheduled job. It means My job scheduled or not. 
&lt;BR /&gt;1)If scheduled so where my output will be stored?
&lt;BR /&gt;2) I actually wants to update the job output...Is it works?
&lt;BR /&gt;Thank you</description>
      <pubDate>Wed, 23 Jul 2014 07:43:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-Talend-job-based-on-the-mysql-insertion/m-p/2246002#M31668</guid>
      <dc:creator>soujanyam</dc:creator>
      <dc:date>2014-07-23T07:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a Talend job based on the mysql insertion/updation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-Talend-job-based-on-the-mysql-insertion/m-p/2246003#M31669</link>
      <description>Hi Metta Soujanya, 
&lt;BR /&gt;Is your exported job working well when you execute .sh file directly in linux? Is there any update in your MySql table? 
&lt;BR /&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 23 Jul 2014 08:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-Talend-job-based-on-the-mysql-insertion/m-p/2246003#M31669</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-23T08:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a Talend job based on the mysql insertion/updation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-Talend-job-based-on-the-mysql-insertion/m-p/2246004#M31670</link>
      <description>HI Sabrina,
&lt;BR /&gt;Thanks for reply
&lt;BR /&gt;I execute .sh file (the exported job file) using crontab -e command and there is no update in my output
&lt;BR /&gt;Note:I used tFileOutputDelimited, I'm not yet used tMysqlOutput(update/insert).</description>
      <pubDate>Wed, 23 Jul 2014 09:42:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-Talend-job-based-on-the-mysql-insertion/m-p/2246004#M31670</guid>
      <dc:creator>soujanyam</dc:creator>
      <dc:date>2014-07-23T09:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a Talend job based on the mysql insertion/updation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-Talend-job-based-on-the-mysql-insertion/m-p/2246005#M31671</link>
      <description>Hi, 
&lt;BR /&gt;Is everything going well in studio(update works well)? Do your new file has the same schema structure with existed one? Would you mind uploading your processing workflow screenshots into forum so that we can see if your workflow works normally(all files can be listed by tfilelist).
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 23 Jul 2014 10:11:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-Talend-job-based-on-the-mysql-insertion/m-p/2246005#M31671</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-23T10:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a Talend job based on the mysql insertion/updation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-Talend-job-based-on-the-mysql-insertion/m-p/2246006#M31672</link>
      <description>Hi Sabrina, 
&lt;BR /&gt;My new file has the same schema structure with the existed files. 
&lt;BR /&gt;All files listed into the tFilelist only and used append also in tFileOutputDelimited. 
&lt;BR /&gt;If I run my job directly in the Talend studio I would get the output but while executing by job scheduling, could not get. 
&lt;BR /&gt;(Iam trying on sample files before directly trying on real time data) 
&lt;BR /&gt;Please solve my problem as soon as possible so that I'll work on real time data. 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt;</description>
      <pubDate>Wed, 23 Jul 2014 10:46:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-Talend-job-based-on-the-mysql-insertion/m-p/2246006#M31672</guid>
      <dc:creator>soujanyam</dc:creator>
      <dc:date>2014-07-23T10:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a Talend job based on the mysql insertion/updation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-Talend-job-based-on-the-mysql-insertion/m-p/2246007#M31673</link>
      <description>Hi,
&lt;BR /&gt;If job works well in studio, the work flow is correct. Is there any error info printed on commandline when execute exported job.sh file? What's your JDK version in Ubuntu OS?
&lt;BR /&gt;Did you follow up document 
&lt;A href="https://help.talend.com/display/TalendOpenStudioforDataIntegrationUserGuide54EN/5.2.2+How+to+build+Jobs" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:How+to+build+Jobs&lt;/A&gt; to export your job script? We cannot open the screenshot link you provided. Could you please check it?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 23 Jul 2014 11:20:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-Talend-job-based-on-the-mysql-insertion/m-p/2246007#M31673</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-23T11:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a Talend job based on the mysql insertion/updation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-Talend-job-based-on-the-mysql-insertion/m-p/2246008#M31674</link>
      <description>Hi Sabrina,
&lt;BR /&gt;In comand prompt also not getting any error. I used command in crontab as
&lt;BR /&gt;8 16 23 7 2 /home/Desktop/SAMPLE_run.sh
&lt;BR /&gt;And after when used command crontab -l,it shows like follows
&lt;BR /&gt;# m h&amp;nbsp; dom mon dow&amp;nbsp;&amp;nbsp; command
&lt;BR /&gt;8 16 23 7 2 /home/user/SAMPLE/SAMPLE_run.sh
&lt;BR /&gt;Does it scheduled or not?
&lt;BR /&gt;I have to done my work by tomorrow..I'm trying a lot thats why posting in different links for your help.
&lt;BR /&gt;Thank you.</description>
      <pubDate>Wed, 23 Jul 2014 11:38:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-Talend-job-based-on-the-mysql-insertion/m-p/2246008#M31674</guid>
      <dc:creator>soujanyam</dc:creator>
      <dc:date>2014-07-23T11:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a Talend job based on the mysql insertion/updation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-Talend-job-based-on-the-mysql-insertion/m-p/2246009#M31675</link>
      <description>I followed Talend Help Center &lt;A href="https://help.talend.com/display/KB/Exporting+a+Job+script+and+executing+it+outside+of+Talend+Studio" target="_blank" rel="nofollow noopener noreferrer"&gt;Exporting+a+Job+script+and+executing+it+outside+of+Talend+Studio&lt;/A&gt;) to export my job and schedule. Even though I'm unable to get output.&lt;BR /&gt;One thing, there is no option like&amp;nbsp; current time stamp in tInputDelimited Built In settings as mentioned in the tFixedFlowInput.&amp;nbsp;&lt;BR /&gt;Please provide the solution&lt;BR /&gt;Thank you</description>
      <pubDate>Wed, 23 Jul 2014 12:42:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-Talend-job-based-on-the-mysql-insertion/m-p/2246009#M31675</guid>
      <dc:creator>soujanyam</dc:creator>
      <dc:date>2014-07-23T12:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a Talend job based on the mysql insertion/updation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-Talend-job-based-on-the-mysql-insertion/m-p/2246010#M31676</link>
      <description>Hi Metta Soujanya,
&lt;BR /&gt;What's your JDK version in Ubuntu OS? Regardless the cron trigger tool, is your .sh file working well for you(execute it directly without cron tool).
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 24 Jul 2014 08:23:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-Talend-job-based-on-the-mysql-insertion/m-p/2246010#M31676</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-24T08:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a Talend job based on the mysql insertion/updation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-Talend-job-based-on-the-mysql-insertion/m-p/2246011#M31677</link>
      <description>My JDK version is "1.7.0_60". I execute .sh file using following commands 
&lt;BR /&gt; 
&lt;PRE&gt;cd /path/to/file&lt;BR /&gt;chmod +x filename.sh&lt;BR /&gt;./filename.sh&lt;BR /&gt;&lt;/PRE&gt; 
&lt;BR /&gt;It is not working well,error occuring. 
&lt;BR /&gt;Thank you.</description>
      <pubDate>Thu, 24 Jul 2014 10:17:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-Talend-job-based-on-the-mysql-insertion/m-p/2246011#M31677</guid>
      <dc:creator>soujanyam</dc:creator>
      <dc:date>2014-07-24T10:17:09Z</dc:date>
    </item>
  </channel>
</rss>

