<?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 [resolved] Manually start job / JobConductor in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Manually-start-job-JobConductor/m-p/2232835#M22675</link>
    <description>Hello everyone 
&lt;BR /&gt; 
&lt;BR /&gt;I would like to know if there's a better way to do the following thing 
&lt;BR /&gt;I have a job, publish to the JobConductor and Schedule every hours 
&lt;BR /&gt;In some exceptional case I world like to give final user ability to manually start the Job (we develop a web app that sync with the JobConductor DB and start a the job) 
&lt;BR /&gt;I don't want to manage 2 version of the job (so we exclude the publish to apache WebService) 
&lt;BR /&gt;Is there a way with the Job Conductor Database to force the job to Start (like when we start it with the PLAY button on the org.talend.administrator webApp). 
&lt;BR /&gt;&amp;gt;I try the following but the job doesn't start 
&lt;BR /&gt;update executiontask set status ='REQUESTING_RUN' 
&lt;BR /&gt;where jobid = '_Wb3N0JJaEeO5tNtiPf5WAg' 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Actually we ask the DB the name of the java batch file and start it with the command line with a background process. It works but the log doesnt end into the Job Conductor / and we want a more robust process 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;We actually have Talend. 5.3.1 Data Integration 
&lt;BR /&gt;Thank you 
&lt;BR /&gt;Philippe 
&lt;BR /&gt; 
&lt;A href="http://www.rtcquebec.ca" target="_blank" rel="nofollow noopener noreferrer"&gt;www.rtcquebec.ca&lt;/A&gt;</description>
    <pubDate>Mon, 10 Feb 2014 15:55:54 GMT</pubDate>
    <dc:creator>Philippe_Gagnon_-_RTC</dc:creator>
    <dc:date>2014-02-10T15:55:54Z</dc:date>
    <item>
      <title>[resolved] Manually start job / JobConductor</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Manually-start-job-JobConductor/m-p/2232835#M22675</link>
      <description>Hello everyone 
&lt;BR /&gt; 
&lt;BR /&gt;I would like to know if there's a better way to do the following thing 
&lt;BR /&gt;I have a job, publish to the JobConductor and Schedule every hours 
&lt;BR /&gt;In some exceptional case I world like to give final user ability to manually start the Job (we develop a web app that sync with the JobConductor DB and start a the job) 
&lt;BR /&gt;I don't want to manage 2 version of the job (so we exclude the publish to apache WebService) 
&lt;BR /&gt;Is there a way with the Job Conductor Database to force the job to Start (like when we start it with the PLAY button on the org.talend.administrator webApp). 
&lt;BR /&gt;&amp;gt;I try the following but the job doesn't start 
&lt;BR /&gt;update executiontask set status ='REQUESTING_RUN' 
&lt;BR /&gt;where jobid = '_Wb3N0JJaEeO5tNtiPf5WAg' 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Actually we ask the DB the name of the java batch file and start it with the command line with a background process. It works but the log doesnt end into the Job Conductor / and we want a more robust process 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;We actually have Talend. 5.3.1 Data Integration 
&lt;BR /&gt;Thank you 
&lt;BR /&gt;Philippe 
&lt;BR /&gt; 
&lt;A href="http://www.rtcquebec.ca" target="_blank" rel="nofollow noopener noreferrer"&gt;www.rtcquebec.ca&lt;/A&gt;</description>
      <pubDate>Mon, 10 Feb 2014 15:55:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Manually-start-job-JobConductor/m-p/2232835#M22675</guid>
      <dc:creator>Philippe_Gagnon_-_RTC</dc:creator>
      <dc:date>2014-02-10T15:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Manually start job / JobConductor</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Manually-start-job-JobConductor/m-p/2232836#M22676</link>
      <description>I saw instant running record in QRTZ_TRIGGERS  table &lt;BR /&gt;but the following insert doesn't work., maybe the BLOB field&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Insert into QRTZ_TRIGGERS &lt;BR /&gt;(TRIGGER_NAME,                            TRIGGER_GROUP, JOB_NAME,JOB_GROUP,   IS_VOLATILE,DESCRIPTION,                                                              NEXT_FIRE_TIME,PREV_FIRE_TIME,PRIORITY,TRIGGER_STATE,TRIGGER_TYPE,START_TIME,     END_TIME,CALENDAR_NAME,MISFIRE_INSTR) values &lt;BR /&gt;('InstantRunTrigger3_1392053578143_rCZ4C','JOB_CONDUCTOR','3',    'JOB_CONDUCTOR','0',     'Instant run trigger for task ''WatchDog_pour_Talend_5_1'' (id=181,idQuartzJob=3)','-1','1392053578393','5','COMPLETE',          'SIMPLE',  '1392053578393','2969890378143',null,'1')&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 10 Feb 2014 18:03:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Manually-start-job-JobConductor/m-p/2232836#M22676</guid>
      <dc:creator>Philippe_Gagnon_-_RTC</dc:creator>
      <dc:date>2014-02-10T18:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Manually start job / JobConductor</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Manually-start-job-JobConductor/m-p/2232837#M22677</link>
      <description>Hello, &lt;BR /&gt;Try taking a look at metaservelet in our help center/Administration center guide:&lt;BR /&gt;&lt;A href="https://help.talend.com/search/all?query=Non-GUI+operation+in+metaServlet&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=Non-GUI+operation+in+metaServlet&amp;amp;content-lang=en&lt;/A&gt;&lt;BR /&gt;It is a REST based webservice which allows you to do TAC operations(such as running a job).&lt;BR /&gt;Regards.</description>
      <pubDate>Tue, 25 Feb 2014 16:53:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Manually-start-job-JobConductor/m-p/2232837#M22677</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-25T16:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Manually start job / JobConductor</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Manually-start-job-JobConductor/m-p/2232838#M22678</link>
      <description>great it works perfectly
&lt;BR /&gt;it is exactly the need we have
&lt;BR /&gt;thank you</description>
      <pubDate>Mon, 10 Mar 2014 13:33:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Manually-start-job-JobConductor/m-p/2232838#M22678</guid>
      <dc:creator>Philippe_Gagnon_-_RTC</dc:creator>
      <dc:date>2014-03-10T13:33:08Z</dc:date>
    </item>
  </channel>
</rss>

