<?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: TOS 3.1.1 Error in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/TOS-3-1-1-Error/m-p/2345462#M112979</link>
    <description>Hi there,
&lt;BR /&gt;TMAP Expression: row2.Inactive == "-1" ? true : false
&lt;BR /&gt;Inactive: String Type
&lt;BR /&gt;Destination field: Boolean Type
&lt;BR /&gt;Error:Exception in thread "main" java.lang.Error: Unresolved compilation problem:&amp;nbsp;
&lt;BR /&gt;Help me with it</description>
    <pubDate>Thu, 18 Aug 2016 12:50:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-08-18T12:50:06Z</dc:date>
    <item>
      <title>TOS 3.1.1 Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-3-1-1-Error/m-p/2345451#M112968</link>
      <description>I'm currently involved in a very large project where we have to transfer data from our Informix DB to PostgreSQL. 
&lt;BR /&gt;I am trying to test using Talend Open Studio and I'm running into some problems. I created a job to test and keep getting the following: 
&lt;BR /&gt;Starting job Cards at 15:07 25/06/2009. 
&lt;BR /&gt;Exception in component tInformixInput_1 
&lt;BR /&gt;java.sql.SQLException: A syntax error has occurred. 
&lt;BR /&gt; at com.informix.util.IfxErrMsg.getSQLException(IfxErrMsg.java:397) 
&lt;BR /&gt; at com.informix.jdbc.IfxSqli.a(IfxSqli.java:3244) 
&lt;BR /&gt; at com.informix.jdbc.IfxSqli.E(IfxSqli.java:3553) 
&lt;BR /&gt; at com.informix.jdbc.IfxSqli.dispatchMsg(IfxSqli.java:2380) 
&lt;BR /&gt; at com.informix.jdbc.IfxSqli.receiveMessage(IfxSqli.java:2295) 
&lt;BR /&gt; at com.informix.jdbc.IfxSqli.executeStatementQuery(IfxSqli.java:1461) 
&lt;BR /&gt; at com.informix.jdbc.IfxSqli.executeStatementQuery(IfxSqli.java:1434) 
&lt;BR /&gt; at com.informix.jdbc.IfxResultSet.a(IfxResultSet.java:205) 
&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; at nitro.cards_0_1.Cards.tInformixInput_1Process(Cards.java:1399) 
&lt;BR /&gt; at nitro.cards_0_1.Cards.runJobInTOS(Cards.java:2087) 
&lt;BR /&gt; at nitro.cards_0_1.Cards.main(Cards.java:2005) 
&lt;BR /&gt;Caused by: java.sql.SQLException 
&lt;BR /&gt; at com.informix.util.IfxErrMsg.getSQLException(IfxErrMsg.java:397) 
&lt;BR /&gt; at com.informix.jdbc.IfxSqli.E(IfxSqli.java:3558) 
&lt;BR /&gt; ... 10 more 
&lt;BR /&gt;I'm using: 
&lt;BR /&gt;tInformixInput 
&lt;BR /&gt;tMap -- Since the table structures are different 
&lt;BR /&gt;tPostgresqlOutput 
&lt;BR /&gt;I thought this was all I needed but I'm getting the above errors.</description>
      <pubDate>Sat, 16 Nov 2024 13:53:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-3-1-1-Error/m-p/2345451#M112968</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: TOS 3.1.1 Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-3-1-1-Error/m-p/2345452#M112969</link>
      <description>Hello,
&lt;BR /&gt;I think you have a problem with your SQL Statement on the informix component.
&lt;BR /&gt;Can you give us your SQL Query? What is the result of "Guess Schema" button on the tInformixInput component?
&lt;BR /&gt;Thank,</description>
      <pubDate>Fri, 26 Jun 2009 14:00:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-3-1-1-Error/m-p/2345452#M112969</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-26T14:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: TOS 3.1.1 Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-3-1-1-Error/m-p/2345453#M112970</link>
      <description>This is the sql produced by Guess query, 
&lt;BR /&gt;"SELECT account.\"account \",
&lt;BR /&gt; account.\"pin \",
&lt;BR /&gt; account.\"client_id \",
&lt;BR /&gt; account.\"group_id \",
&lt;BR /&gt; account.\"pref_id \",
&lt;BR /&gt; account.\"custcode \",
&lt;BR /&gt; account.\"cust_host \",
&lt;BR /&gt; account.\"loy_percent \",
&lt;BR /&gt; account.\"expire_date \",
&lt;BR /&gt; account.\"status \",
&lt;BR /&gt; account.\"create_type \",
&lt;BR /&gt; account.\"life_cycle_status \",
&lt;BR /&gt; account.\"card_type \",
&lt;BR /&gt; account.\"activated \",
&lt;BR /&gt; account.\"enrolled \",
&lt;BR /&gt; account.\"loy_redemp_ok \",
&lt;BR /&gt; account.\"activated_date \",
&lt;BR /&gt; account.\"enroll_date \",
&lt;BR /&gt; account.\"issuer \",
&lt;BR /&gt; account.\"card_is_test \",
&lt;BR /&gt; account.\"create_id \",
&lt;BR /&gt; account.\"create_dtime \",
&lt;BR /&gt; account.\"deact_dtime \",
&lt;BR /&gt; account.\"min_bal \"
&lt;BR /&gt;FROM account"
&lt;BR /&gt;but I only need 4 columns, this is the query I used
&lt;BR /&gt;"SELECT \"account\".\"account\",
&lt;BR /&gt; \"account\".\"pin\",
&lt;BR /&gt; \"account\".\"create_dtime\",
&lt;BR /&gt; \"account\".\"expire_date\"
&lt;BR /&gt; FROM \"account\""
&lt;BR /&gt;Should I remove the extra \ and " ?
&lt;BR /&gt;thank you</description>
      <pubDate>Fri, 26 Jun 2009 15:32:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-3-1-1-Error/m-p/2345453#M112970</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-26T15:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: TOS 3.1.1 Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-3-1-1-Error/m-p/2345454#M112971</link>
      <description>Yes, you can try without \" and without space right.&lt;BR /&gt;It's a strange behaviour. What is your version of TOS?</description>
      <pubDate>Fri, 26 Jun 2009 15:46:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-3-1-1-Error/m-p/2345454#M112971</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-26T15:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: TOS 3.1.1 Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-3-1-1-Error/m-p/2345455#M112972</link>
      <description>TOS 3.1.1</description>
      <pubDate>Fri, 26 Jun 2009 16:01:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-3-1-1-Error/m-p/2345455#M112972</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-26T16:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: TOS 3.1.1 Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-3-1-1-Error/m-p/2345456#M112973</link>
      <description>Ok Thank.&lt;BR /&gt;What is the result after editon of the SQL Query?</description>
      <pubDate>Fri, 26 Jun 2009 16:56:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-3-1-1-Error/m-p/2345456#M112973</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-26T16:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: TOS 3.1.1 Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-3-1-1-Error/m-p/2345457#M112974</link>
      <description>Hello 
&lt;BR /&gt;THere are some bug on 'guess query' button, 
&lt;BR /&gt;8017 
&lt;BR /&gt;7563 
&lt;BR /&gt;At the moment, you can edit the sql statement manuallly,eg: 
&lt;BR /&gt;"SELECT account.account, 
&lt;BR /&gt; account.pin, 
&lt;BR /&gt; account.create_dtime, 
&lt;BR /&gt; account.expire_date 
&lt;BR /&gt;FROM account" 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Mon, 29 Jun 2009 04:16:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-3-1-1-Error/m-p/2345457#M112974</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-29T04:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: TOS 3.1.1 Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-3-1-1-Error/m-p/2345458#M112975</link>
      <description>Modified sql as shown, still get the following: 
&lt;BR /&gt;Starting job Cards at 10:04 29/06/2009. 
&lt;BR /&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems: 
&lt;BR /&gt; Syntax error on token "SELECT", , expected 
&lt;BR /&gt; account cannot be resolved 
&lt;BR /&gt; account cannot be resolved 
&lt;BR /&gt; account cannot be resolved 
&lt;BR /&gt; account cannot be resolved 
&lt;BR /&gt; Syntax error, insert ")" to complete MethodInvocation 
&lt;BR /&gt; Syntax error, insert ";" to complete LocalVariableDeclarationStatement 
&lt;BR /&gt; FROM cannot be resolved to a type 
&lt;BR /&gt; Syntax error, insert ";" to complete LocalVariableDeclarationStatement 
&lt;BR /&gt; String literal is not properly closed by a double-quote 
&lt;BR /&gt; String literal is not properly closed by a double-quote 
&lt;BR /&gt; Syntax error on token "SELECT", , expected 
&lt;BR /&gt; Syntax error, insert ")" to complete MethodInvocation 
&lt;BR /&gt; Syntax error, insert ";" to complete Statement 
&lt;BR /&gt; Syntax error, insert ";" to complete LocalVariableDeclarationStatement 
&lt;BR /&gt; at nitro.cards_0_1.Cards.tInformixInput_1Process(Cards.java:1421) 
&lt;BR /&gt; at nitro.cards_0_1.Cards.runJobInTOS(Cards.java:2128) 
&lt;BR /&gt; at nitro.cards_0_1.Cards.main(Cards.java:2046) 
&lt;BR /&gt;Job Cards ended at 10:04 29/06/2009.</description>
      <pubDate>Mon, 29 Jun 2009 15:04:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-3-1-1-Error/m-p/2345458#M112975</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-29T15:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: TOS 3.1.1 Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-3-1-1-Error/m-p/2345459#M112976</link>
      <description>OK, I updated to 3.1.2 and now I get this:
&lt;BR /&gt;Execution failed :generationManager is not initialized by the perljet/javajet!</description>
      <pubDate>Tue, 30 Jun 2009 15:58:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-3-1-1-Error/m-p/2345459#M112976</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-30T15:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: TOS 3.1.1 Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-3-1-1-Error/m-p/2345460#M112977</link>
      <description>Hello
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems:&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;There are some compile error in your sql, open 'Code' tab and you will see the error, it looks you don't close the sql with double quote. Can you create a simpe table just with one or two filed and test?
&lt;BR /&gt;Best regards
&lt;BR /&gt; shong</description>
      <pubDate>Wed, 01 Jul 2009 06:39:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-3-1-1-Error/m-p/2345460#M112977</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-01T06:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: TOS 3.1.1 Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-3-1-1-Error/m-p/2345461#M112978</link>
      <description>I HAVE DOUBLE QUOTES AT THE END OF THE SQL.&lt;BR /&gt;I also get something new with 3.1.2 when starting the application:&lt;BR /&gt;An internal error occurred during: "Generation Engine Initia;ization in progres...",&lt;BR /&gt;java.lang.NullPointerExeption</description>
      <pubDate>Wed, 01 Jul 2009 13:36:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-3-1-1-Error/m-p/2345461#M112978</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-01T13:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: TOS 3.1.1 Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-3-1-1-Error/m-p/2345462#M112979</link>
      <description>Hi there,
&lt;BR /&gt;TMAP Expression: row2.Inactive == "-1" ? true : false
&lt;BR /&gt;Inactive: String Type
&lt;BR /&gt;Destination field: Boolean Type
&lt;BR /&gt;Error:Exception in thread "main" java.lang.Error: Unresolved compilation problem:&amp;nbsp;
&lt;BR /&gt;Help me with it</description>
      <pubDate>Thu, 18 Aug 2016 12:50:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-3-1-1-Error/m-p/2345462#M112979</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-18T12:50:06Z</dc:date>
    </item>
  </channel>
</rss>

