<?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: [resolved] No data found java exception in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-No-data-found-java-exception/m-p/2335638#M104178</link>
    <description>Hi, &lt;BR /&gt;Did you use SQL query in tDBinput component? If so, can your execute it in hyperfileSQL classic database successfully?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
    <pubDate>Wed, 22 May 2013 03:47:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-05-22T03:47:57Z</dc:date>
    <item>
      <title>[resolved] No data found java exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-No-data-found-java-exception/m-p/2335637#M104177</link>
      <description>hi all,&lt;BR /&gt;i am using a ODBC generic connexion on a hyperfileSQL classic database files to extract data. it works well on lots of tables of the same kind but when i get to this one, all its fields get selected and retrieved ok except one. if i add it to the query i get this error&lt;BR /&gt;&lt;PRE&gt;Exception in component tDBInput_1&lt;BR /&gt;java.sql.SQLException: No data found&lt;BR /&gt;	at sun.jdbc.odbc.JdbcOdbc.standardError(Unknown Source)&lt;BR /&gt;	at sun.jdbc.odbc.JdbcOdbc.SQLGetDataString(Unknown Source)&lt;BR /&gt;	at sun.jdbc.odbc.JdbcOdbcResultSet.getDataString(Unknown Source)&lt;BR /&gt;	at sun.jdbc.odbc.JdbcOdbcResultSet.getString(Unknown Source)&lt;BR /&gt;	at tests.test_0_1.test.tDBInput_1Process(test.java:729)&lt;BR /&gt;	at tests.test_0_1.test.runJobInTOS(test.java:1014)&lt;BR /&gt;	at tests.test_0_1.test.main(test.java:934)&lt;/PRE&gt;&lt;BR /&gt;the data stored in this field is of type string (varchar or char) and consist of a max of 10 different values, i cant see why i get this&lt;BR /&gt;PS : i am using talend 3.0.4</description>
      <pubDate>Tue, 21 May 2013 15:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-No-data-found-java-exception/m-p/2335637#M104177</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-21T15:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] No data found java exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-No-data-found-java-exception/m-p/2335638#M104178</link>
      <description>Hi, &lt;BR /&gt;Did you use SQL query in tDBinput component? If so, can your execute it in hyperfileSQL classic database successfully?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 22 May 2013 03:47:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-No-data-found-java-exception/m-p/2335638#M104178</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-22T03:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] No data found java exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-No-data-found-java-exception/m-p/2335639#M104179</link>
      <description>Hi sabrina, i did in fact try the same query and various variations of it on other tools by windev like the HyperfileSQL control center or the WDSQL using direct connexion to the fic file or the ODBC connexion i use in talend, and both give the expected results and get all my data.&lt;BR /&gt;ive seen elsewhere that the exeption i get is because somehow the java code try to read the code twice from the dataset&lt;BR /&gt;&lt;A href="http://stackoverflow.com/questions/10197733/no-data-found-java-exception" rel="nofollow noopener noreferrer"&gt;http://stackoverflow.com/questions/10197733/no-data-found-java-exception&lt;/A&gt;&lt;BR /&gt;is this relevant to my situation ?</description>
      <pubDate>Wed, 22 May 2013 08:59:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-No-data-found-java-exception/m-p/2335639#M104179</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-22T08:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] No data found java exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-No-data-found-java-exception/m-p/2335640#M104180</link>
      <description>Hi, 
&lt;BR /&gt;Not sure it refer to " read the code twice from the dataset". Could you please paste your SQL query in forum so that I can address your issue quickly.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 22 May 2013 09:45:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-No-data-found-java-exception/m-p/2335640#M104180</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-22T09:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] No data found java exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-No-data-found-java-exception/m-p/2335641#M104181</link>
      <description>im sorry sabrina i meant to write java's ResultSet, 
&lt;BR /&gt;by the way i did some debuging and found out how to solve this issue, i dont know exactly what the problem is, but for some reason the hyperfile odbc driver can't retrieve empty string data from that table in particular (i guess its not a talend issue but hyperfilesql's) , so i just added a where clause in the query to avoid that and it all works fine 
&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; 
&lt;PRE&gt;SELECT arbitrary_field, the_said_field FROM the_said_table WHERE the_said_field!=''&lt;/PRE&gt; 
&lt;BR /&gt;i can't use IS NOT NULL because when its emplty its not identified as null 
&lt;BR /&gt;good day 
&lt;BR /&gt;UPDATE : The issue was that i was using a hyperfileSQL ODBC driver more recent than the database files so i reverted from ODBC 17 to 15 and that problem disappeared</description>
      <pubDate>Wed, 22 May 2013 11:06:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-No-data-found-java-exception/m-p/2335641#M104181</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-22T11:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] No data found java exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-No-data-found-java-exception/m-p/2335642#M104182</link>
      <description>Hi, &lt;BR /&gt;Thanks for your feedback and sharing your experience , it is very useful for us.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 22 May 2013 11:09:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-No-data-found-java-exception/m-p/2335642#M104182</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-22T11:09:25Z</dc:date>
    </item>
  </channel>
</rss>

