<?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: tmysqlbulkexec not loading data in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tmysqlbulkexec-not-loading-data/m-p/2224551#M17199</link>
    <description>&lt;P&gt;Hi TRF,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The job design snapshot can be seen in the link below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://pix.sfly.com/cYyZDR" target="_blank" rel="nofollow noopener noreferrer"&gt;https://pix.sfly.com/cYyZDR&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 26 May 2017 07:14:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-05-26T07:14:19Z</dc:date>
    <item>
      <title>tmysqlbulkexec not loading data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tmysqlbulkexec-not-loading-data/m-p/2224549#M17197</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was using tmysqlbulkexec to load data from file to table. It has been noticed that not all data is inserted.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The ones that are rejected are the rows mentioned below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FarmerCropActivityAttributeID FarmerCropActivityID AttributeDataTypeID Reading&lt;BR /&gt;4354571 2105593 82890 Sim&lt;BR /&gt;4354572 2105593 82893 Não afectada&lt;BR /&gt;4354573 2105593 82894 amendoim&lt;BR /&gt;4354574 2105593 82891 45&lt;BR /&gt;4354575 2105593 82892 75&lt;BR /&gt;4354576 2105593 82895 58&lt;BR /&gt;4354577 2105593 82896 0&lt;BR /&gt;4354578 2105593 82978 cajueiro mal podados&lt;BR /&gt;4354579 2105593 82979 treinado o produtor sobre podas&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, if I run the job with only these rows the above gets inserted into table. But if I run the same data with 100s of other similar data, the rows wont go into the table. There are no exceptions shown and the job completes successfully&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The table script is as follows&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CREATE TABLE `FarmerCropActivityAttributes` (&lt;BR /&gt;`FarmerCropActivityAttributeID` int(11) NOT NULL,&lt;BR /&gt;`FarmerCropActivityID` int(11) DEFAULT NULL,&lt;BR /&gt;`AttributeDataTypeID` int(11) DEFAULT NULL,&lt;BR /&gt;`Reading` varchar(5000) DEFAULT NULL,&lt;BR /&gt;`ClientId` varchar(5000) &amp;nbsp;DEFAULT NULL,&lt;BR /&gt;KEY `idx_fcaa_farmercropactivityid` (`FarmerCropActivityID`),&lt;BR /&gt;KEY `idx_fcaa_AttributeDataTypeID` (`AttributeDataTypeID`)&lt;BR /&gt;) ENGINE=InnoDB DEFAULT CHARSET=utf8;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The additional&amp;nbsp;JDBC Parameters in the tmysqlbulkexec is set to&amp;nbsp;"useUnicode=true&amp;amp;characterEncoding=utf8"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, I changed the component to tmysqloutputbulkexec and everything works fine&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any ideas on this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;
&lt;P&gt;Rathi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2017 14:55:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tmysqlbulkexec-not-loading-data/m-p/2224549#M17197</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-25T14:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: tmysqlbulkexec not loading data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tmysqlbulkexec-not-loading-data/m-p/2224550#M17198</link>
      <description>Can you share the job design?</description>
      <pubDate>Thu, 25 May 2017 15:01:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tmysqlbulkexec-not-loading-data/m-p/2224550#M17198</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-05-25T15:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: tmysqlbulkexec not loading data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tmysqlbulkexec-not-loading-data/m-p/2224551#M17199</link>
      <description>&lt;P&gt;Hi TRF,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The job design snapshot can be seen in the link below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://pix.sfly.com/cYyZDR" target="_blank" rel="nofollow noopener noreferrer"&gt;https://pix.sfly.com/cYyZDR&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2017 07:14:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tmysqlbulkexec-not-loading-data/m-p/2224551#M17199</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-26T07:14:19Z</dc:date>
    </item>
  </channel>
</rss>

