<?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 Non-numeric character in datetime or interval in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Non-numeric-character-in-datetime-or-interval/m-p/2327447#M96828</link>
    <description>I'm getting this error when I run my job:&amp;nbsp; 
&lt;BR /&gt;Exception in component tInformixInput_1 
&lt;BR /&gt;java.sql.SQLException: Non-numeric character in datetime or interval. 
&lt;BR /&gt;I'm sure it's related to the portion of my WHERE clause that references my global variables. Am I missing a tick mark or a parenthesis or something? It seems right. 
&lt;BR /&gt;AND &amp;nbsp;(ccdr.startdatetime - INTERVAL(6) HOUR to HOUR) BETWEEN '" + ((String)globalMap.get("CurrentDate")) + " " +&amp;nbsp;((String)globalMap.get("PreviousHour")) + ":" + ((String)globalMap.get("MinuteInterval")) + ":00' AND '" + ((String)globalMap.get("CurrentDate")) + " " +&amp;nbsp;((String)globalMap.get("CurrentHour")) + ":" + ((String)globalMap.get("MinuteInterval")) + ":00'&amp;nbsp; 
&lt;BR /&gt; 
&lt;BR /&gt;Here are my global variables: 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MB3J.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142448i0624C170D93D1F48/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MB3J.png" alt="0683p000009MB3J.png" /&gt;&lt;/span&gt;</description>
    <pubDate>Sat, 16 Nov 2024 11:08:02 GMT</pubDate>
    <dc:creator>dvorakstephen11</dc:creator>
    <dc:date>2024-11-16T11:08:02Z</dc:date>
    <item>
      <title>Non-numeric character in datetime or interval</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Non-numeric-character-in-datetime-or-interval/m-p/2327447#M96828</link>
      <description>I'm getting this error when I run my job:&amp;nbsp; 
&lt;BR /&gt;Exception in component tInformixInput_1 
&lt;BR /&gt;java.sql.SQLException: Non-numeric character in datetime or interval. 
&lt;BR /&gt;I'm sure it's related to the portion of my WHERE clause that references my global variables. Am I missing a tick mark or a parenthesis or something? It seems right. 
&lt;BR /&gt;AND &amp;nbsp;(ccdr.startdatetime - INTERVAL(6) HOUR to HOUR) BETWEEN '" + ((String)globalMap.get("CurrentDate")) + " " +&amp;nbsp;((String)globalMap.get("PreviousHour")) + ":" + ((String)globalMap.get("MinuteInterval")) + ":00' AND '" + ((String)globalMap.get("CurrentDate")) + " " +&amp;nbsp;((String)globalMap.get("CurrentHour")) + ":" + ((String)globalMap.get("MinuteInterval")) + ":00'&amp;nbsp; 
&lt;BR /&gt; 
&lt;BR /&gt;Here are my global variables: 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MB3J.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142448i0624C170D93D1F48/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MB3J.png" alt="0683p000009MB3J.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Sat, 16 Nov 2024 11:08:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Non-numeric-character-in-datetime-or-interval/m-p/2327447#M96828</guid>
      <dc:creator>dvorakstephen11</dc:creator>
      <dc:date>2024-11-16T11:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Non-numeric character in datetime or interval</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Non-numeric-character-in-datetime-or-interval/m-p/2327448#M96829</link>
      <description>try to remove the single quote around the datetime.
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;AND &amp;nbsp;(ccdr.startdatetime - INTERVAL(6) HOUR to HOUR) BETWEEN " + ((String)globalMap.get("CurrentDate")) + " " +&amp;nbsp;((String)globalMap.get("PreviousHour")) + ":" + ((String)globalMap.get("MinuteInterval")) + ":00' AND "&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Thu, 23 Jul 2015 06:21:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Non-numeric-character-in-datetime-or-interval/m-p/2327448#M96829</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-23T06:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Non-numeric character in datetime or interval</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Non-numeric-character-in-datetime-or-interval/m-p/2327449#M96830</link>
      <description>I took the first single quote off and received a syntax error. I took away the corresponding single quote and received a syntax error. I removed all the single quotes and received a syntax error. I replaced all the single quotes and the job ran successfully...
&lt;BR /&gt;I hadn't changed anything since I posted this problem, but somehow the job works now. Bug in the system?
&lt;BR /&gt;Thanks for your help!</description>
      <pubDate>Thu, 23 Jul 2015 15:25:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Non-numeric-character-in-datetime-or-interval/m-p/2327449#M96830</guid>
      <dc:creator>dvorakstephen11</dc:creator>
      <dc:date>2015-07-23T15:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Non-numeric character in datetime or interval</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Non-numeric-character-in-datetime-or-interval/m-p/2327450#M96831</link>
      <description>I think there must be a wrong syntax in your previous query, not a bug of component, because it is runtime error thrown by database, if the job has a compilation error, the job can not be run.</description>
      <pubDate>Fri, 24 Jul 2015 05:51:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Non-numeric-character-in-datetime-or-interval/m-p/2327450#M96831</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-24T05:51:43Z</dc:date>
    </item>
  </channel>
</rss>

