<?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: tInformixInput and temporary tables in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tInformixInput-and-temporary-tables/m-p/2363965#M127773</link>
    <description>Hello&amp;nbsp;MG91,
&lt;BR /&gt;
&lt;BR /&gt;Thansk for your comment. I'm running this request in a single tinformix component. The temporary table creation seems fine. It's when I select the table that the error is raised.
&lt;BR /&gt;
&lt;BR /&gt;I've tried to combine the request in a single select statement but my informix DB in not supporting the request.
&lt;BR /&gt;
&lt;BR /&gt;Regards,</description>
    <pubDate>Tue, 24 May 2016 10:25:04 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2016-05-24T10:25:04Z</dc:date>
    <item>
      <title>tInformixInput and temporary tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tInformixInput-and-temporary-tables/m-p/2363963#M127771</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;The following informix request gives an error in Talend where as it runs fine inside other client. Does anyone has an idea ?&lt;BR /&gt;&lt;BR /&gt;SELECT MAX(lsid) as max_lsid, ltc FROM m_l&lt;BR /&gt;WHERE (DATE(midt) &amp;gt; (CURRENT - 2 UNITS DAY)) AND &amp;nbsp;(ltc NOT LIKE '%ML%' AND ltc NOT LIKE '%OX%')&amp;nbsp;&lt;BR /&gt;GROUP BY ltc&lt;BR /&gt;INTO TEMP temp_ls WITH NO LOG;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;select &amp;nbsp; a, b, ,c ,d&lt;BR /&gt;from&amp;nbsp;&lt;BR /&gt;temp_ls&lt;BR /&gt;&amp;nbsp;INNER JOIN m_ls ls ON &amp;nbsp;temp_ls.max_lsid = m_l.lsid&lt;BR /&gt;&amp;nbsp; INNER JOIN .....&lt;BR /&gt;&lt;BR /&gt;error message:&lt;BR /&gt;Exception in component tInformixInput_1&lt;BR /&gt;java.sql.SQLException: The specified table (temp_ls) is not in the database.&lt;BR /&gt;at com.informix.jdbc.IfxSqli.a(IfxSqli.java:3449)&lt;BR /&gt;at com.informix.jdbc.IfxSqli.E(IfxSqli.java:3762)&lt;BR /&gt;at com.informix.jdbc.IfxSqli.dispatchMsg(IfxSqli.java:2574)&lt;BR /&gt;at com.informix.jdbc.IfxSqli.receiveMessage(IfxSqli.java:2490)&lt;BR /&gt;at com.informix.jdbc.IfxSqli.executeStatementQuery(IfxSqli.java:1656)&lt;BR /&gt;at com.informix.jdbc.IfxSqli.executeStatementQuery(IfxSqli.java:1629)&lt;BR /&gt;at com.informix.jdbc.IfxResultSet.a(IfxResultSet.java:206)&lt;BR /&gt;at com.informix.jdbc.IfxStatement.executeQueryImpl(IfxStatement.java:1228)&lt;BR /&gt;at com.informix.jdbc.IfxStatement.executeQuery(IfxStatement.java:218)&lt;BR /&gt;...&lt;BR /&gt;Caused by: java.sql.SQLException: ISAM error: no record found.&lt;BR /&gt;at com.informix.util.IfxErrMsg.getSQLException(IfxErrMsg.java:407)&lt;BR /&gt;at com.informix.jdbc.IfxSqli.E(IfxSqli.java:3767)&lt;BR /&gt;... 10 more&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;TOS_DI-Win32-20150908_1633-V6.0.1&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2016 09:48:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tInformixInput-and-temporary-tables/m-p/2363963#M127771</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-05-23T09:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: tInformixInput and temporary tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tInformixInput-and-temporary-tables/m-p/2363964#M127772</link>
      <description>Deat tealT,
&lt;BR /&gt;I've got the same problem.
&lt;BR /&gt;I still tried tHashOutput / Input and tCreateTable (I hoped to create temporary table, but it doesn't seem to be possible within informix).
&lt;BR /&gt;Do you run both Select's in one and the same component? I want to create temp table in tInformixInput_1 and join it in tInformixInput_2, tInformixInput_3... and so on.
&lt;BR /&gt;I'm really interested in the solution. Sorry that I can't help.
&lt;BR /&gt;Best regards, MG91</description>
      <pubDate>Mon, 23 May 2016 15:20:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tInformixInput-and-temporary-tables/m-p/2363964#M127772</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-23T15:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: tInformixInput and temporary tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tInformixInput-and-temporary-tables/m-p/2363965#M127773</link>
      <description>Hello&amp;nbsp;MG91,
&lt;BR /&gt;
&lt;BR /&gt;Thansk for your comment. I'm running this request in a single tinformix component. The temporary table creation seems fine. It's when I select the table that the error is raised.
&lt;BR /&gt;
&lt;BR /&gt;I've tried to combine the request in a single select statement but my informix DB in not supporting the request.
&lt;BR /&gt;
&lt;BR /&gt;Regards,</description>
      <pubDate>Tue, 24 May 2016 10:25:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tInformixInput-and-temporary-tables/m-p/2363965#M127773</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-05-24T10:25:04Z</dc:date>
    </item>
  </channel>
</rss>

