<?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: Distributed Transactions in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Distributed-Transactions/m-p/2258898#M40548</link>
    <description>Hello, &lt;BR /&gt;You have to use tOracleConnection, tOracleCommit and tOracleRolloback to handle your use process.&lt;BR /&gt;Regards,</description>
    <pubDate>Thu, 27 Nov 2008 20:40:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-11-27T20:40:09Z</dc:date>
    <item>
      <title>Distributed Transactions</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Distributed-Transactions/m-p/2258897#M40547</link>
      <description>Hi,
&lt;BR /&gt;Can we achive Distributed Transactions in Talend ETL?
&lt;BR /&gt;I am fetching data from a oracle database and want to move the data to other two different oracle databases. I need to start a transaction before the the data movement starts and complete the tranction after it is successfull in both of the output databases and that must be committed in a coordinated way.
&lt;BR /&gt;The size of data is not big.
&lt;BR /&gt;Can any body suggest how to accomplish it.
&lt;BR /&gt;Thanks and Regards,
&lt;BR /&gt;Pravu Mishra.</description>
      <pubDate>Sat, 16 Nov 2024 14:08:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Distributed-Transactions/m-p/2258897#M40547</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Distributed Transactions</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Distributed-Transactions/m-p/2258898#M40548</link>
      <description>Hello, &lt;BR /&gt;You have to use tOracleConnection, tOracleCommit and tOracleRolloback to handle your use process.&lt;BR /&gt;Regards,</description>
      <pubDate>Thu, 27 Nov 2008 20:40:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Distributed-Transactions/m-p/2258898#M40548</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-27T20:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Distributed Transactions</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Distributed-Transactions/m-p/2258899#M40549</link>
      <description>Hi,
&lt;BR /&gt;Thanks for your reply.
&lt;BR /&gt;The commit and rollback provided by Talend ETL can be used for a single connection. 
&lt;BR /&gt;I need to have multiple output connections and the the transactions needs to use all the connections for doing commit and rollback in a coordinated way. In case the insert is not successfull for any of the output connections, the transaction must rollback.
&lt;BR /&gt;Could you please let me know how to achive it in a form of ETL diagram ? 
&lt;BR /&gt;
&lt;BR /&gt;Thanks and Regards,
&lt;BR /&gt;Pravu Mishra.</description>
      <pubDate>Fri, 28 Nov 2008 06:06:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Distributed-Transactions/m-p/2258899#M40549</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-28T06:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: Distributed Transactions</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Distributed-Transactions/m-p/2258900#M40550</link>
      <description>I didn't check your post title.
&lt;BR /&gt;I agree that we are missing a JTA/XA distributed transaction mechanism. 
&lt;BR /&gt;You can open a feature request on our 
&lt;A href="http://www.talendforge.org/bugs/" target="_blank" rel="nofollow noopener noreferrer"&gt;bugtracker&lt;/A&gt;
&lt;BR /&gt;Regards,</description>
      <pubDate>Fri, 28 Nov 2008 14:20:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Distributed-Transactions/m-p/2258900#M40550</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-28T14:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Distributed Transactions</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Distributed-Transactions/m-p/2258901#M40551</link>
      <description>Hi,&lt;BR /&gt;I think you can achieve your task with Talend. See screenshot. tmap is used as an example, you may use what you want.&lt;BR /&gt;regards,&lt;BR /&gt;Youssef</description>
      <pubDate>Fri, 28 Nov 2008 15:05:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Distributed-Transactions/m-p/2258901#M40551</guid>
      <dc:creator>youssef2</dc:creator>
      <dc:date>2008-11-28T15:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: Distributed Transactions</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Distributed-Transactions/m-p/2258902#M40552</link>
      <description>Hi,
&lt;BR /&gt;Thanks for your reply. 
&lt;BR /&gt;The diagram looks wrong. 
&lt;BR /&gt;Because you have done it in the input not in the output. The input is used for fetching data.
&lt;BR /&gt; I need to have a transaction for both the outputs. If some thing goes wring in any of the output then it should rollback and if all the data gets stored in both the outputs successfully then it should commit.
&lt;BR /&gt;
&lt;BR /&gt;Thanks and Regards,
&lt;BR /&gt;pravu Mishra.</description>
      <pubDate>Sat, 29 Nov 2008 05:26:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Distributed-Transactions/m-p/2258902#M40552</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-29T05:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Distributed Transactions</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Distributed-Transactions/m-p/2258903#M40553</link>
      <description>Hi,&lt;BR /&gt;What i'm trying to do is to open 2 connections for the 2 destinations (databases). then, the job loads data into your 2 destinations DB. If something goes wrong during the whole loading process "on SubJob Error" (input and output) the 2 transactions will roll Back, if not (on SubJob Ok) the job commits the two transactions.&lt;BR /&gt;I think this is a good work around for what you want to do.&lt;BR /&gt;Regards,&lt;BR /&gt;Youssef</description>
      <pubDate>Sat, 29 Nov 2008 18:08:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Distributed-Transactions/m-p/2258903#M40553</guid>
      <dc:creator>youssef2</dc:creator>
      <dc:date>2008-11-29T18:08:27Z</dc:date>
    </item>
  </channel>
</rss>

