<?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: Newbie questions in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Newbie-questions/m-p/2346573#M113963</link>
    <description>Hi, &lt;BR /&gt;Perhaps this Talend ESB Mediation Developer Guide: TalendESBMediationDeveloperGuide53EN/3.24.2 Notesfor XA Transaction part will be helpful for you.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
    <pubDate>Tue, 06 Aug 2013 03:23:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-08-06T03:23:36Z</dc:date>
    <item>
      <title>Newbie questions</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Newbie-questions/m-p/2346568#M113958</link>
      <description>Hi, 
&lt;BR /&gt;I am evaluating Talend Open Studio for my company. We are mainly a Microsoft shop and would prefer not to code in Java. I realize this is a Java code generator, we are perfectly fine as long as we can stay within gui development/configuration. My first two newbie/dumb questions are: 
&lt;BR /&gt;1. What is the difference between TOS Data Integration and ESB? I downloaded both and at a glance, didn't notice any apparent differences between the two. We are interested in a service bus, so I've been playing with TOS ESB for a couple of weeks now. 
&lt;BR /&gt;2. In a simple job with tMOMOutput followed by tMSSqlOutput, how do I make both components run within the same transaction? I would like to see both database commit and message acknowledgement happen within one atomic transaction. Either both happen or neither, under any circumstances. 
&lt;BR /&gt;Thanks in advance!</description>
      <pubDate>Sat, 16 Nov 2024 11:57:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Newbie-questions/m-p/2346568#M113958</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T11:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie questions</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Newbie-questions/m-p/2346569#M113959</link>
      <description>Hi, 
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;What is the difference between TOS Data Integration and ESB?&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Only Talend ESB allows developers to develop, build, test and publish Java Web services, REST applications, data services and messaging routes ? all from a single user interface. 
&lt;A href="http://www.talend.com/products/esb" rel="nofollow noopener noreferrer"&gt;http://www.talend.com/products/esb&lt;/A&gt;
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;In a simple job with tMOMOutput followed by tMSSqlOutput, how do I make both components run within the same transaction?&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Do you want to get one output in Mssql DB and the other one is to ActiveMQ?
&lt;BR /&gt;The workflow structure should be: input--&amp;gt;mian--&amp;gt;t&amp;lt;DB&amp;gt;output--&amp;gt;mian--&amp;gt;tMOMOutput
&lt;BR /&gt; or input--&amp;gt;tReplicate--&amp;gt;mian--&amp;gt;t&amp;lt;DB&amp;gt;output
&lt;BR /&gt; --&amp;gt;main--&amp;gt;tMOMOutput
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 31 Jul 2013 03:28:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Newbie-questions/m-p/2346569#M113959</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-31T03:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie questions</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Newbie-questions/m-p/2346570#M113960</link>
      <description>Thanks Sabrina. Sorry, I've made a typo on my 2nd question above. The input is ActiveMQ and the output is SQL Server. So, my test flow looks like this:
&lt;BR /&gt;tMOMInput --&amp;gt; tMap --&amp;gt; tMSSqlOutput
&lt;BR /&gt;Can the ActiveMQ client acknowledgement and the database commit both happen within a single transaction? Is it possible that the server/process dies in between database commit and message acknowledgement so that a record is written to database but the message is not acknowledged? (&amp;lt;--this is undesirable for us)</description>
      <pubDate>Wed, 31 Jul 2013 13:53:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Newbie-questions/m-p/2346570#M113960</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-07-31T13:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie questions</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Newbie-questions/m-p/2346571#M113961</link>
      <description>Hi, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Can the ActiveMQ client acknowledgement and the database commit both happen within a single transaction?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;It can be achieved in a single transaction. 
&lt;BR /&gt;Such as: 
&lt;BR /&gt;tRowrenerator--mian--&amp;gt;tMomoutput--&amp;gt;oncomponentok--&amp;gt;tMOMInput --&amp;gt; tMap --&amp;gt; tMomOutput--&amp;gt;tMysqlOutput. 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Can the ActiveMQ client acknowledgement and the database commit both happen within a single transaction? Is it possible that the server/process dies in between database commit and message acknowledgement so that a record is written to database but the message is not acknowledged? (&amp;lt;--this is undesirable for us)&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;It is possible that a record is written to database but the message is not acknowledged on ActiveMQ when the server/process crash suddenly. 
&lt;BR /&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MErP.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152800iE3B2B8757208EFF3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MErP.png" alt="0683p000009MErP.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 01 Aug 2013 08:30:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Newbie-questions/m-p/2346571#M113961</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-01T08:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie questions</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Newbie-questions/m-p/2346572#M113962</link>
      <description>Thanks for the clarification Sabrina.  Is there a way to implement this within Talend?  I found some old posts here discussing about XA Transaction support.  But those posts date back a couple of years.  Has anything changed since then to support XA Trasnaction in Talend?</description>
      <pubDate>Thu, 01 Aug 2013 20:07:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Newbie-questions/m-p/2346572#M113962</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-08-01T20:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie questions</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Newbie-questions/m-p/2346573#M113963</link>
      <description>Hi, &lt;BR /&gt;Perhaps this Talend ESB Mediation Developer Guide: TalendESBMediationDeveloperGuide53EN/3.24.2 Notesfor XA Transaction part will be helpful for you.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 06 Aug 2013 03:23:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Newbie-questions/m-p/2346573#M113963</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-06T03:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie questions</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Newbie-questions/m-p/2346574#M113964</link>
      <description>Hi Sabrina,
&lt;BR /&gt;That article seems to address messaging transaction only, it does not include database transaction. Please correct me if I am wrong.
&lt;BR /&gt;In my example, for message acknowledgement and database insert, is it possible to make both happen, or neither happen under any circumstances? This is what I meant by "XA transaction" or "atomic transaction" across both messaging and database. This makes it impossible to have a database insert committed but message not acknowledged. Either both happen or neither happen under any circumstances, such as sudden server crash or network issues.</description>
      <pubDate>Wed, 07 Aug 2013 15:15:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Newbie-questions/m-p/2346574#M113964</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-08-07T15:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie questions</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Newbie-questions/m-p/2346575#M113965</link>
      <description>Hi again, 
&lt;BR /&gt;I found this article describing exactly what I was looking for (in the top section): 
&lt;BR /&gt; 
&lt;A href="http://activemq.apache.org/should-i-use-xa.html" rel="nofollow noopener noreferrer"&gt;http://activemq.apache.org/should-i-use-xa.html&lt;/A&gt; 
&lt;BR /&gt;Is this supported by TOS ESB out of the box? Or do I have to write some Java code?</description>
      <pubDate>Mon, 12 Aug 2013 14:12:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Newbie-questions/m-p/2346575#M113965</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-08-12T14:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie questions</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Newbie-questions/m-p/2346576#M113966</link>
      <description>Hi Chung Chang, 
&lt;BR /&gt;Sorry for the delay, so far talend don't support for XA transactions (two phase commit?) as the article mentioned both in Talend Open Studio for ESB and Talend Enterprise Subscription Version. 
&lt;BR /&gt;It is welcome to open a JIRA issue in the Talend ESB project of the 
&lt;A href="https://jira.talendforge.org/secure/Dashboard.jspa" target="_blank" rel="nofollow noopener noreferrer"&gt;JIRA bugtracker&lt;/A&gt; for a new feature. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 13 Aug 2013 04:03:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Newbie-questions/m-p/2346576#M113966</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-13T04:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie questions</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Newbie-questions/m-p/2346577#M113967</link>
      <description>Thanks again Sabrina. I have opened a new issue as you have suggested: 
&lt;A href="https://jira.talendforge.org/browse/TESB-10795#" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TESB-10795#&lt;/A&gt;. I am surprised that this feature isn't more sought after. No infrastructure is 100% reliable. So, how do your users typically deal with inconsistent transaction states after an unexpected infrastructure crash?</description>
      <pubDate>Tue, 13 Aug 2013 14:39:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Newbie-questions/m-p/2346577#M113967</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-08-13T14:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie questions</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Newbie-questions/m-p/2346578#M113968</link>
      <description>Hi, &lt;BR /&gt;Thanks for your feedback and your suggestion. &lt;BR /&gt;We plan to do XA transactions in the further job. So far, you can custom it using sprint.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 14 Aug 2013 04:03:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Newbie-questions/m-p/2346578#M113968</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-14T04:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie questions</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Newbie-questions/m-p/2346579#M113969</link>
      <description>Hi Sabrina,
&lt;BR /&gt;I new to the Talend ETL tool i have a requirement as below
&lt;BR /&gt;1. I want to do it a customized logging for all transactions which ever get fails.
&lt;BR /&gt;2. When i will run job if founds any DB exception then its going to dis connect and not handling Exception/Error
&lt;BR /&gt;I want to handle it
&lt;BR /&gt;Please help me out i need your suggestion ASAP, much appreciated.</description>
      <pubDate>Wed, 21 May 2014 06:05:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Newbie-questions/m-p/2346579#M113969</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-05-21T06:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie questions</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Newbie-questions/m-p/2346580#M113970</link>
      <description>Hi RizwanSharief, &lt;BR /&gt;Would you mind opening a new topic for your requirement and set an example with real working scenario in it.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 21 May 2014 07:00:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Newbie-questions/m-p/2346580#M113970</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-21T07:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie questions</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Newbie-questions/m-p/2346581#M113971</link>
      <description>Can you open the new topic in the following forum: 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCsNnCAK" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Archive/Sybase-Connection/td-p/56802&lt;/A&gt; 
&lt;BR /&gt;which is dedicated to ETL (data integration) rather than the ESB forum. 
&lt;BR /&gt;Many thanks</description>
      <pubDate>Wed, 21 May 2014 17:07:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Newbie-questions/m-p/2346581#M113971</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-21T17:07:20Z</dc:date>
    </item>
  </channel>
</rss>

