<?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 Executing TAC Job from .Net Application in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Executing-TAC-Job-from-Net-Application/m-p/2286974#M60596</link>
    <description>Friends,
&lt;BR /&gt;I am not sure if someone would have come across. I want to execute some of our jobs via .Net Application. Jobs are already scheduled to run in TAC. But sometime we need to run on demand via other Application. Pls suggest how it can be done in a smarter way.
&lt;BR /&gt;Many thanks.
&lt;BR /&gt;Surendra</description>
    <pubDate>Tue, 26 Jun 2012 03:05:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-06-26T03:05:04Z</dc:date>
    <item>
      <title>Executing TAC Job from .Net Application</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Executing-TAC-Job-from-Net-Application/m-p/2286974#M60596</link>
      <description>Friends,
&lt;BR /&gt;I am not sure if someone would have come across. I want to execute some of our jobs via .Net Application. Jobs are already scheduled to run in TAC. But sometime we need to run on demand via other Application. Pls suggest how it can be done in a smarter way.
&lt;BR /&gt;Many thanks.
&lt;BR /&gt;Surendra</description>
      <pubDate>Tue, 26 Jun 2012 03:05:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Executing-TAC-Job-from-Net-Application/m-p/2286974#M60596</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-26T03:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Executing TAC Job from .Net Application</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Executing-TAC-Job-from-Net-Application/m-p/2286975#M60597</link>
      <description>Hi Surendra
&lt;BR /&gt;You want to run the jobs via .Net application remotely? Or at local machine?
&lt;BR /&gt;Do you need some return values of Talend job in .net application?
&lt;BR /&gt;Regards,
&lt;BR /&gt;Pedro</description>
      <pubDate>Tue, 26 Jun 2012 03:13:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Executing-TAC-Job-from-Net-Application/m-p/2286975#M60597</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-26T03:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Executing TAC Job from .Net Application</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Executing-TAC-Job-from-Net-Application/m-p/2286976#M60598</link>
      <description>Hi Pedro, 
&lt;BR /&gt;We will run the job remotely. 
&lt;BR /&gt;We may not return the values from Talend on to .Net Application. However, we may pass parameters from the Application which will be received by Talend Job as a context variable. 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Surendra</description>
      <pubDate>Tue, 26 Jun 2012 03:29:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Executing-TAC-Job-from-Net-Application/m-p/2286976#M60598</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-26T03:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Executing TAC Job from .Net Application</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Executing-TAC-Job-from-Net-Application/m-p/2286977#M60599</link>
      <description>Hi Surendra
&lt;BR /&gt;Which programming language do you use in .net application? C#?
&lt;BR /&gt;I think you can use command to trigger the JobName_run.bat script in your .net application. 
&lt;BR /&gt;There is a method called Runtime.exec() in Java to run system command as cmd.exe.
&lt;BR /&gt;You may find the same method in .Net application.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Pedro</description>
      <pubDate>Tue, 26 Jun 2012 03:40:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Executing-TAC-Job-from-Net-Application/m-p/2286977#M60599</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-26T03:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Executing TAC Job from .Net Application</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Executing-TAC-Job-from-Net-Application/m-p/2286978#M60600</link>
      <description>Thank you Pedro. Let me try that way.&lt;BR /&gt;Best regards,&lt;BR /&gt;Surendra</description>
      <pubDate>Wed, 27 Jun 2012 00:05:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Executing-TAC-Job-from-Net-Application/m-p/2286978#M60600</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-27T00:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Executing TAC Job from .Net Application</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Executing-TAC-Job-from-Net-Application/m-p/2286979#M60601</link>
      <description>Hi Pedro,
&lt;BR /&gt;Sorry I am getting back to you after long time regarding this task.
&lt;BR /&gt;I did try couple of things but could not find the smart way. There is a way, I can make it working via command prompt passing unc path. 
&lt;BR /&gt;1. I want to know where the batch file is located. I have got projects in SVN repository. When I deploy the job in TAC, does the batch file get stored within the job server? Please could you tell me where can I find that.
&lt;BR /&gt;2. Our current ETL system (Boomi) which is also Java based, that allows us to execute the job via web url once we have the job scheduled. Is there similar thing I can do in Talend?
&lt;BR /&gt;This is important for us to run the job via RF Applications (VB.Net based) once the User completes an Order. Please suggest if there is a way.
&lt;BR /&gt;Best regards,
&lt;BR /&gt;Surendra</description>
      <pubDate>Fri, 17 Aug 2012 03:09:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Executing-TAC-Job-from-Net-Application/m-p/2286979#M60601</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-08-17T03:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Executing TAC Job from .Net Application</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Executing-TAC-Job-from-Net-Application/m-p/2286980#M60602</link>
      <description>Hi Surendra
&lt;BR /&gt;1. After you schedule the job in TAC, the job script are deployed to the Job server, it is located in:
&lt;BR /&gt;&amp;lt;Job Server installaiton path&amp;gt;\TalendJobServersFiles\repository\
&lt;BR /&gt;2. When the job is scheduled in TAC, you can add triggers to fire the job execution or click the Run button to execute the job manually. If you want to call the job via web url, you can export the job and deploy it as web service, so that you are able to call the job via web url. 
&lt;BR /&gt;Here is an tutorial shows how to deploy a Talend job as web service.
&lt;BR /&gt;
&lt;A href="http://talendforge.org/wiki/doku.php?id=doc:export_as_webservice" rel="nofollow noopener noreferrer"&gt;http://talendforge.org/wiki/doku.php?id=doc:export_as_webservice&lt;/A&gt;
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 17 Aug 2012 06:35:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Executing-TAC-Job-from-Net-Application/m-p/2286980#M60602</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-17T06:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Executing TAC Job from .Net Application</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Executing-TAC-Job-from-Net-Application/m-p/2286981#M60603</link>
      <description>Hi Pedro,&lt;BR /&gt;Thank you for your response. &lt;BR /&gt;I did try exporting and running via WebService but I am getting error "HTTP Status 404 - Servlet AxisServlet is not available". Any idea? Sorry, I am not a very Java person.&lt;BR /&gt;Best regards,&lt;BR /&gt;Surendra</description>
      <pubDate>Mon, 20 Aug 2012 01:48:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Executing-TAC-Job-from-Net-Application/m-p/2286981#M60603</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-08-20T01:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Executing TAC Job from .Net Application</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Executing-TAC-Job-from-Net-Application/m-p/2286982#M60604</link>
      <description>Sorry Shong, I addressed you Pedro, just a typo 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 20 Aug 2012 01:52:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Executing-TAC-Job-from-Net-Application/m-p/2286982#M60604</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-08-20T01:52:05Z</dc:date>
    </item>
  </channel>
</rss>

