<?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: Problem with retrive date formats in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-retrive-date-formats/m-p/2263016#M43288</link>
    <description>&lt;P&gt;Hello !&lt;/P&gt;
&lt;P&gt;Can you provide screenshots from your job / components ?&lt;BR /&gt;As the stack says there is a problem with "DAY_OF_MONTH", might be the wrong format, or something like that. Add some screenshot to help us understand.&lt;BR /&gt;Check this link if it helps : &lt;A href="https://stackoverflow.com/questions/7642247/java-gregorian-calendar-date-validation-issue" target="_self" rel="nofollow noopener noreferrer"&gt;java.lang.IllegalArgumentException&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Sep 2019 08:38:51 GMT</pubDate>
    <dc:creator>jeoste</dc:creator>
    <dc:date>2019-09-26T08:38:51Z</dc:date>
    <item>
      <title>Problem with retrive date formats</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-retrive-date-formats/m-p/2263015#M43287</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt; 
&lt;P&gt;I am facing a problem during a load of a table from SQL Server, it works fine until the line 253 after that I got the problem below. Can anyone help with it?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you in advanced&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;Exception in component tDBInput_1 (testecol)&lt;BR /&gt;java.lang.IllegalArgumentException: DAY_OF_MONTH&lt;BR /&gt;at java.util.GregorianCalendar.computeTime(Unknown Source)&lt;BR /&gt;at java.util.Calendar.updateTime(Unknown Source)&lt;BR /&gt;at java.util.Calendar.getTimeInMillis(Unknown Source)&lt;BR /&gt;at com.mysql.cj.result.SqlTimestampValueFactory.createFromTimestamp(SqlTimestampValueFactory.java:96)&lt;BR /&gt;at com.mysql.cj.result.SqlTimestampValueFactory.createFromDate(SqlTimestampValueFactory.java:70)&lt;BR /&gt;at com.mysql.cj.result.SqlTimestampValueFactory.createFromDate(SqlTimestampValueFactory.java:44)&lt;BR /&gt;at com.mysql.cj.result.BaseDecoratingValueFactory.createFromDate(BaseDecoratingValueFactory.java:53)&lt;BR /&gt;at com.mysql.cj.result.BaseDecoratingValueFactory.createFromDate(BaseDecoratingValueFactory.java:53)&lt;BR /&gt;at com.mysql.cj.protocol.a.MysqlTextValueDecoder.decodeDate(MysqlTextValueDecoder.java:72)&lt;BR /&gt;at com.mysql.cj.protocol.result.AbstractResultsetRow.decodeAndCreateReturnValue(AbstractResultsetRow.java:90)&lt;BR /&gt;at com.mysql.cj.protocol.result.AbstractResultsetRow.getValueFromBytes(AbstractResultsetRow.java:250)&lt;BR /&gt;at com.mysql.cj.protocol.a.result.TextBufferRow.getValue(TextBufferRow.java:132)&lt;BR /&gt;at com.mysql.cj.jdbc.result.ResultSetImpl.getNonStringValueFromRow(ResultSetImpl.java:655)&lt;BR /&gt;at com.mysql.cj.jdbc.result.ResultSetImpl.getDateOrTimestampValueFromRow(ResultSetImpl.java:678)&lt;BR /&gt;at com.mysql.cj.jdbc.result.ResultSetImpl.getTimestamp(ResultSetImpl.java:1018)&lt;BR /&gt;at local_project.testecol_0_1.testecol.tDBInput_1Process(testecol.java:3382)&lt;BR /&gt;at local_project.testecol_0_1.testecol.runJobInTOS(testecol.java:4349)&lt;BR /&gt;at local_project.testecol_0_1.testecol.main(testecol.java:4198)&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:34:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-retrive-date-formats/m-p/2263015#M43287</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T04:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with retrive date formats</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-retrive-date-formats/m-p/2263016#M43288</link>
      <description>&lt;P&gt;Hello !&lt;/P&gt;
&lt;P&gt;Can you provide screenshots from your job / components ?&lt;BR /&gt;As the stack says there is a problem with "DAY_OF_MONTH", might be the wrong format, or something like that. Add some screenshot to help us understand.&lt;BR /&gt;Check this link if it helps : &lt;A href="https://stackoverflow.com/questions/7642247/java-gregorian-calendar-date-validation-issue" target="_self" rel="nofollow noopener noreferrer"&gt;java.lang.IllegalArgumentException&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 08:38:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-retrive-date-formats/m-p/2263016#M43288</guid>
      <dc:creator>jeoste</dc:creator>
      <dc:date>2019-09-26T08:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with retrive date formats</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-retrive-date-formats/m-p/2263017#M43289</link>
      <description>&lt;P&gt;Hello Jeoste,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your reply. It is just a t_DbInput to t_logrow.&lt;/P&gt;
&lt;P&gt;I figure out the problem, but I don't know yet how to solve, I have date 1899 - 12 - 31 and my Windows calendar going just to 1900-01-01, it is (I believe) what the line: &lt;FONT color="#FF0000"&gt;at java.util.GregorianCalendar.computeTime(Unknown Source)&lt;/FONT&gt; means.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Raphael&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 13:07:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-retrive-date-formats/m-p/2263017#M43289</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-26T13:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with retrive date formats</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-retrive-date-formats/m-p/2263018#M43290</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Could you please share how your column schema has been configured? I hope the date format is in right format with 4 digit year code (yyyy).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; If you are retrieving the data as String, are you facing the error? You can change the data to date later based on your need.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 18:12:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-retrive-date-formats/m-p/2263018#M43290</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-26T18:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with retrive date formats</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-retrive-date-formats/m-p/2263019#M43291</link>
      <description>hello Friends,&lt;BR /&gt;&lt;BR /&gt;I figured out the problem, the calendar from the CRM data source started from 1899 and the server where is TOS start 1900 (Gregorian Calendar). I created a query to change the date to 1900 and solved the problem.&lt;BR /&gt;&lt;BR /&gt;Thank you very much.</description>
      <pubDate>Mon, 30 Sep 2019 22:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-retrive-date-formats/m-p/2263019#M43291</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-30T22:19:17Z</dc:date>
    </item>
  </channel>
</rss>

