<?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 [resolved] logging failed rows? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-logging-failed-rows/m-p/2294200#M67101</link>
    <description>I am currently running a script which takes many rows from csv and inserts each into a mysql database.
&lt;BR /&gt;When some of these rows fail to properly insert due to whatever reason (for example a string where an integer should be) I am going to need to log these failed rows in some manner. Is there some existing functionality/solution for logging these failures within the system, possibly passing them via email to the administrator of the system?
&lt;BR /&gt;Thank you in advance.</description>
    <pubDate>Sat, 16 Nov 2024 13:38:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T13:38:10Z</dc:date>
    <item>
      <title>[resolved] logging failed rows?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-logging-failed-rows/m-p/2294200#M67101</link>
      <description>I am currently running a script which takes many rows from csv and inserts each into a mysql database.
&lt;BR /&gt;When some of these rows fail to properly insert due to whatever reason (for example a string where an integer should be) I am going to need to log these failed rows in some manner. Is there some existing functionality/solution for logging these failures within the system, possibly passing them via email to the administrator of the system?
&lt;BR /&gt;Thank you in advance.</description>
      <pubDate>Sat, 16 Nov 2024 13:38:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-logging-failed-rows/m-p/2294200#M67101</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] logging failed rows?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-logging-failed-rows/m-p/2294201#M67102</link>
      <description>Hello guy
&lt;BR /&gt;You can get the reject rows and log them to a file, use a tSendemail to send a email attachs the reject file at the end of job.
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Tue, 22 Dec 2009 04:08:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-logging-failed-rows/m-p/2294201#M67102</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-22T04:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] logging failed rows?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-logging-failed-rows/m-p/2294202#M67103</link>
      <description>is it possible for me to see the tMap settings from this example Shong? I am still unable to get such errors to not cause the whole job to fail.</description>
      <pubDate>Wed, 23 Dec 2009 14:57:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-logging-failed-rows/m-p/2294202#M67103</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-23T14:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] logging failed rows?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-logging-failed-rows/m-p/2294203#M67104</link>
      <description>Hello
&lt;BR /&gt;Define one column as key and it is unique in table, when you insert a dupicate key, it will throw such error.
&lt;BR /&gt;Best regards
&lt;BR /&gt; shong</description>
      <pubDate>Wed, 23 Dec 2009 15:11:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-logging-failed-rows/m-p/2294203#M67104</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-23T15:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] logging failed rows?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-logging-failed-rows/m-p/2294204#M67105</link>
      <description>no unforunately I get this, along with an exit of the job.
&lt;BR /&gt;Exception in component tMysqlOutput_1
&lt;BR /&gt;com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'xxxxxxxxx@msn.com' for key 2
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
&lt;BR /&gt; at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
&lt;BR /&gt; at java.lang.reflect.Constructor.newInstance(Unknown Source)
&lt;BR /&gt; at com.mysql.jdbc.Util.handleNewInstance(Util.java:353)
&lt;BR /&gt; at com.mysql.jdbc.Util.getInstance(Util.java:336)
&lt;BR /&gt; at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1016)
&lt;BR /&gt; at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:957)
&lt;BR /&gt; at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2938)
&lt;BR /&gt; at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1601)
&lt;BR /&gt; at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1710)
&lt;BR /&gt; at com.mysql.jdbc.Connection.execSQL(Connection.java:2436)
&lt;BR /&gt; at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1402)
&lt;BR /&gt; at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1694)
&lt;BR /&gt; at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1608)
&lt;BR /&gt; at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1593)
&lt;BR /&gt; at test_project.fe_user_creation_0_1.fe_user_creation.tFileInputDelimited_1Process(fe_user_creation.java:4702)
&lt;BR /&gt; at test_project.fe_user_creation_0_1.fe_user_creation.runJobInTOS(fe_user_creation.java:7393)
&lt;BR /&gt; at test_project.fe_user_creation_0_1.fe_user_creation.runJob(fe_user_creation.java:7298)
&lt;BR /&gt; at test_project.kreko_0_1.Kreko.tRunJob_11Process(Kreko.java:1882)
&lt;BR /&gt; at test_project.kreko_0_1.Kreko.tFileList_1Process(Kreko.java:767)
&lt;BR /&gt; at test_project.kreko_0_1.Kreko.tRunJob_1Process(Kreko.java:499)
&lt;BR /&gt; at test_project.kreko_0_1.Kreko.runJobInTOS(Kreko.java:2200)
&lt;BR /&gt; at test_project.kreko_0_1.Kreko.main(Kreko.java:2092)
&lt;BR /&gt;Exception in component tRunJob_11
&lt;BR /&gt;java.lang.RuntimeException: Child job running failed
&lt;BR /&gt; at test_project.kreko_0_1.Kreko.tRunJob_11Process(Kreko.java:1902)
&lt;BR /&gt; at test_project.kreko_0_1.Kreko.tFileList_1Process(Kreko.java:767)
&lt;BR /&gt; at test_project.kreko_0_1.Kreko.tRunJob_1Process(Kreko.java:499)
&lt;BR /&gt; at test_project.kreko_0_1.Kreko.runJobInTOS(Kreko.java:2200)
&lt;BR /&gt; at test_project.kreko_0_1.Kreko.main(Kreko.java:2092)</description>
      <pubDate>Wed, 23 Dec 2009 15:55:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-logging-failed-rows/m-p/2294204#M67105</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-23T15:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] logging failed rows?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-logging-failed-rows/m-p/2294205#M67106</link>
      <description>And I had somehow forgotten to uncheck Extend Insert, apologies again Shong 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Thank you 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 23 Dec 2009 15:58:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-logging-failed-rows/m-p/2294205#M67106</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-23T15:58:19Z</dc:date>
    </item>
  </channel>
</rss>

