<?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: Error in updating Row in tDB2Row in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Error-in-updating-Row-in-tDB2Row/m-p/2351995#M118445</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I Tried but getting Data Truncation Error&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="4"&gt;Error&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Data truncation: Incorrect datetime value: 'Tue May 29 16:42:20 IST 2018' for column 'processed_time' at row 1&lt;/P&gt;</description>
    <pubDate>Tue, 29 May 2018 12:18:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-05-29T12:18:22Z</dc:date>
    <item>
      <title>Error in updating Row in tDB2Row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-in-updating-Row-in-tDB2Row/m-p/2351993#M118443</link>
      <description>&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Query : ScreenShot 1&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;"Update "&lt;BR /&gt;+context.DBTableName&lt;BR /&gt;+" SET status = 1,processed_time="&lt;BR /&gt;+TalendDate.getCurrentDate()&lt;BR /&gt;+", last_modified_on="+TalendDate.getCurrentDate()&lt;BR /&gt;+" where file_name="+context.Transfer&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="5"&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ScreenShot 1" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lyb8.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140730i5FA57A935524863B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lyb8.png" alt="0683p000009Lyb8.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;ScreenShot 1&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="5"&gt;Error : ScreenShot 2&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="3"&gt;You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'May 29 13:41:09 IST 2018, last_modified_on=Tue May 29 13:41:09 IST 2018 where fi' at line 1&lt;/FONT&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ScreenShot2" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LyhG.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144391iEC7DEEE2FE5A862C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LyhG.png" alt="0683p000009LyhG.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;ScreenShot2&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2018 09:21:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-in-updating-Row-in-tDB2Row/m-p/2351993#M118443</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-29T09:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error in updating Row in tDB2Row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-in-updating-Row-in-tDB2Row/m-p/2351994#M118444</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOQUAA4"&gt;@meetmahajan&lt;/A&gt;,can you try with below one?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;"Update "&lt;BR /&gt;+context.DBTableName&lt;BR /&gt;+" SET status = 1,processed_time="&lt;BR /&gt;+"'"+TalendDate.getCurrentDate()+"'"&lt;BR /&gt;+", last_modified_on="+"'"+TalendDate.getCurrentDate()+"'"&lt;BR /&gt;+" where file_name="+"'"+context.Transfer+"' "&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2018 11:46:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-in-updating-Row-in-tDB2Row/m-p/2351994#M118444</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-05-29T11:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error in updating Row in tDB2Row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-in-updating-Row-in-tDB2Row/m-p/2351995#M118445</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I Tried but getting Data Truncation Error&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="4"&gt;Error&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Data truncation: Incorrect datetime value: 'Tue May 29 16:42:20 IST 2018' for column 'processed_time' at row 1&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2018 12:18:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-in-updating-Row-in-tDB2Row/m-p/2351995#M118445</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-29T12:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error in updating Row in tDB2Row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-in-updating-Row-in-tDB2Row/m-p/2351996#M118446</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOQUAA4"&gt;@meetmahajan&lt;/A&gt;, you need to convert the date to required format for&amp;nbsp;&lt;SPAN&gt;processed_time.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2018 12:20:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-in-updating-Row-in-tDB2Row/m-p/2351996#M118446</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-05-29T12:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error in updating Row in tDB2Row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-in-updating-Row-in-tDB2Row/m-p/2351997#M118447</link>
      <description>&lt;P&gt;i have converted datatype into DATE&amp;nbsp; and in data base it is also the same still i'm getting an error&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2018 13:59:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-in-updating-Row-in-tDB2Row/m-p/2351997#M118447</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-29T13:59:17Z</dc:date>
    </item>
  </channel>
</rss>

