<?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 connect to Talend Administration Center from remote? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-connect-to-Talend-Administration-Center-from-remote/m-p/2327046#M96462</link>
    <description>I create a class named ResponseResult in a routine class, and I use this class in another routine class static method to return the ResponseResult class object.&lt;BR /&gt;In my job, I create a tJava to call to the routine static method which should return ResponseResult object, I run this in studio, the ResponseResult class can be loaded during job execution.&lt;BR /&gt;But, I run in TAC in job conductor and through metaServlet API, both give same Exception in thread "main" java.lang.NoClassDefFoundError: routines/ResponseResult&lt;BR /&gt;&lt;BR /&gt;I try to create a routine to do HTTP request, I never create a routine before, am I doing something wrong here?</description>
    <pubDate>Fri, 21 Jul 2017 08:55:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-07-21T08:55:55Z</dc:date>
    <item>
      <title>How to connect to Talend Administration Center from remote?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-connect-to-Talend-Administration-Center-from-remote/m-p/2327040#M96456</link>
      <description>&lt;P&gt;I would like to build a job to run from Talend Administration Center, this job will be trigger through another application outside from Talend Administration Center. After this job finish, Talend Administration Center can send a status message back to the requester, is this something can be done in Talend?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:31:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-connect-to-Talend-Administration-Center-from-remote/m-p/2327040#M96456</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect to Talend Administration Center from remote?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-connect-to-Talend-Administration-Center-from-remote/m-p/2327041#M96457</link>
      <description>&lt;P&gt;are You looking for this&lt;BR /&gt;&lt;A href="https://help.talend.com/reader/rJGzSCBb8MvnaZHhs978KQ/1q4v6_5anA4sUZ8YxB4ywA" target="_self" rel="nofollow noopener noreferrer"&gt;Talend Administration Center MetaServlet API&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TAC has notification, but I prefer install different notification in Job body and send eMail/Slack/OPSGenie alert depending from what happens&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 11:13:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-connect-to-Talend-Administration-Center-from-remote/m-p/2327041#M96457</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-07-13T11:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect to Talend Administration Center from remote?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-connect-to-Talend-Administration-Center-from-remote/m-p/2327042#M96458</link>
      <description>&lt;P&gt;You can call your Job through TAC metaservlet API. You can call it in an asynchronous way so that the call does not block. &amp;nbsp;However, you will need to design your job to notify back the caller, either by writing a flag somewhere, or put a message on a queue, or send an email, or call a webservice to say that it is finished. &amp;nbsp;Your job should do that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 23:09:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-connect-to-Talend-Administration-Center-from-remote/m-p/2327042#M96458</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-13T23:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect to Talend Administration Center from remote?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-connect-to-Talend-Administration-Center-from-remote/m-p/2327043#M96459</link>
      <description>&lt;P&gt;e information and suggestion, I am interest to know more about the notification part but I hardly find example on the net to follow, do you mind to share some examples?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 09:49:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-connect-to-Talend-Administration-Center-from-remote/m-p/2327043#M96459</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-20T09:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect to Talend Administration Center from remote?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-connect-to-Talend-Administration-Center-from-remote/m-p/2327044#M96460</link>
      <description>thank you very much for the information, I am testing the metaSerlvet API runTask command. When I run my job I get Exception in thread "main" java.lang.NoClassDefFoundError for the routine class I created in my job.&lt;BR /&gt;When I run this job in studio, I did not face this error, I am not sure what is wrong here, do I need to deploy my routine in jar to TAC?</description>
      <pubDate>Thu, 20 Jul 2017 09:50:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-connect-to-Talend-Administration-Center-from-remote/m-p/2327044#M96460</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-20T09:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect to Talend Administration Center from remote?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-connect-to-Talend-Administration-Center-from-remote/m-p/2327045#M96461</link>
      <description>&lt;P&gt;Does the task run in the JobConductor if you manually select the task in the UI and click on Run?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 09:58:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-connect-to-Talend-Administration-Center-from-remote/m-p/2327045#M96461</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-20T09:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect to Talend Administration Center from remote?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-connect-to-Talend-Administration-Center-from-remote/m-p/2327046#M96462</link>
      <description>I create a class named ResponseResult in a routine class, and I use this class in another routine class static method to return the ResponseResult class object.&lt;BR /&gt;In my job, I create a tJava to call to the routine static method which should return ResponseResult object, I run this in studio, the ResponseResult class can be loaded during job execution.&lt;BR /&gt;But, I run in TAC in job conductor and through metaServlet API, both give same Exception in thread "main" java.lang.NoClassDefFoundError: routines/ResponseResult&lt;BR /&gt;&lt;BR /&gt;I try to create a routine to do HTTP request, I never create a routine before, am I doing something wrong here?</description>
      <pubDate>Fri, 21 Jul 2017 08:55:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-connect-to-Talend-Administration-Center-from-remote/m-p/2327046#M96462</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-21T08:55:55Z</dc:date>
    </item>
  </channel>
</rss>

