<?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: Talend - tmysqlcommit with tmysqloutput - error in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Talend-tmysqlcommit-with-tmysqloutput-error/m-p/2264872#M44582</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&lt;SPAN&gt;cterenzi.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So, will the tmysqlconnection remain floating in the design and would not be connected to any other component?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Jun 2017 14:32:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-06-08T14:32:56Z</dc:date>
    <item>
      <title>Talend - tmysqlcommit with tmysqloutput - error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-tmysqlcommit-with-tmysqloutput-error/m-p/2264870#M44580</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a talend job, with the following sequence&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tmssqlinput --&amp;gt; tmap --&amp;gt; tmysqloutput |onsubjobok tmssqlrow&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do want the autocommit option in tmysqloutput. I want to use the tmysqlcommit, but how should I used it? I have already determined the connection details in tmysqloutput.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I connect tmysqloutput to tmysqlcommit, I get an error in the 'Component list' of tmysqloutput. It is expecting a value there and its drop down with no values in it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I use tmysqlcommit in this scenario?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance Rathi&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 14:16:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-tmysqlcommit-with-tmysqloutput-error/m-p/2264870#M44580</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-08T14:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Talend - tmysqlcommit with tmysqloutput - error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-tmysqlcommit-with-tmysqloutput-error/m-p/2264871#M44581</link>
      <description>Configure a tMysqlConnection component with your connection details. For your input, output and commit components, check "Use an existing connection" and select your tMysqlConnection from the dropdown list that appears.</description>
      <pubDate>Thu, 08 Jun 2017 14:29:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-tmysqlcommit-with-tmysqloutput-error/m-p/2264871#M44581</guid>
      <dc:creator>cterenzi</dc:creator>
      <dc:date>2017-06-08T14:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Talend - tmysqlcommit with tmysqloutput - error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-tmysqlcommit-with-tmysqloutput-error/m-p/2264872#M44582</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;SPAN&gt;cterenzi.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So, will the tmysqlconnection remain floating in the design and would not be connected to any other component?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 14:32:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-tmysqlcommit-with-tmysqloutput-error/m-p/2264872#M44582</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-08T14:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: Talend - tmysqlcommit with tmysqloutput - error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-tmysqlcommit-with-tmysqloutput-error/m-p/2264873#M44583</link>
      <description>I typically make it the first component to execute by connecting it to the rest of the job with an OnSubJobOK connection, but I'm lazy. Probably the best practice is to connect a tPrejob component (OnComponentOK) to tMysqlConnection. Then connect a tPostjob component to tMysqlClose. This will ensure that your connection is established before the rest of the job runs and that it is closed, even if the main job experiences an exception.</description>
      <pubDate>Thu, 08 Jun 2017 16:53:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-tmysqlcommit-with-tmysqloutput-error/m-p/2264873#M44583</guid>
      <dc:creator>cterenzi</dc:creator>
      <dc:date>2017-06-08T16:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Talend - tmysqlcommit with tmysqloutput - error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-tmysqlcommit-with-tmysqloutput-error/m-p/2264874#M44584</link>
      <description>&lt;P&gt;Hi citerenzi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the explanation, that is one complete solution!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I have 20 - 25 jobs running in parallel and each job is similar to the job I have described in the main topic.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, for each of these parallel jobs, should I open and close the connection to mysql? Will this cause any issue in mysql?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rathi&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2017 07:19:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-tmysqlcommit-with-tmysqloutput-error/m-p/2264874#M44584</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-09T07:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: Talend - tmysqlcommit with tmysqloutput - error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-tmysqlcommit-with-tmysqloutput-error/m-p/2264875#M44585</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess I will start the above comment as a separate discussion.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The answer to this topic was given and has been accepted as solution&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rathi&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2017 11:40:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-tmysqlcommit-with-tmysqloutput-error/m-p/2264875#M44585</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-09T11:40:01Z</dc:date>
    </item>
  </channel>
</rss>

