<?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: A syntax error has occurred. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/A-syntax-error-has-occurred/m-p/2284125#M57883</link>
    <description>&lt;P&gt;Thank you very much, I should have thought about it but I never added tjava on a comoosant "informix".&lt;BR /&gt;Thanks again...&lt;/P&gt;</description>
    <pubDate>Fri, 22 Feb 2019 08:25:03 GMT</pubDate>
    <dc:creator>vincent5</dc:creator>
    <dc:date>2019-02-22T08:25:03Z</dc:date>
    <item>
      <title>A syntax error has occurred.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/A-syntax-error-has-occurred/m-p/2284121#M57879</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Our database is informix and because of this, we have components specific to this database.&lt;BR /&gt;My problem is the following, since a component "tELTInformixMap", I insert data in a table through the component "agELTInformixOutput". This is a simple query but is crashing on a problem of "Syntax error".&lt;BR /&gt;I execute this query directly in database and it works.&lt;BR /&gt;The problem is that I have no traces of the query that is translated by Talend, how can I add traces between these 2 components to verify that the query is correct.&lt;BR /&gt;Here are some screenshots and thanks for your help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2019 07:03:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/A-syntax-error-has-occurred/m-p/2284121#M57879</guid>
      <dc:creator>vincent5</dc:creator>
      <dc:date>2019-02-22T07:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: A syntax error has occurred.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/A-syntax-error-has-occurred/m-p/2284122#M57880</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; I believe you are referring to the query mentioned in screen shot 2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; One of the reason could be that the context variable is not having right data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Could you please print the full query in a tJava using System print function and verify whether the query looks the same?&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;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2019 07:16:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/A-syntax-error-has-occurred/m-p/2284122#M57880</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-22T07:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: A syntax error has occurred.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/A-syntax-error-has-occurred/m-p/2284123#M57881</link>
      <description>&lt;P&gt;i,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, this is the query in screenshot 2.&lt;BR /&gt;How do I plug the Tjava after the agelTInformixOutput?&lt;BR /&gt;What is the code to display the query in the tjava?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vincent&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2019 07:22:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/A-syntax-error-has-occurred/m-p/2284123#M57881</guid>
      <dc:creator>vincent5</dc:creator>
      <dc:date>2019-02-22T07:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: A syntax error has occurred.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/A-syntax-error-has-occurred/m-p/2284124#M57882</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp;Please try like below in tJava. You do not have to print it after&amp;nbsp;&lt;SPAN&gt;agelTInformixOutput.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;I would say print the entire query and once its printed, copy and run to verify in Informix directly to check the syntax.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;System.out.println("add your query here");&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;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2019 08:12:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/A-syntax-error-has-occurred/m-p/2284124#M57882</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-22T08:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: A syntax error has occurred.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/A-syntax-error-has-occurred/m-p/2284125#M57883</link>
      <description>&lt;P&gt;Thank you very much, I should have thought about it but I never added tjava on a comoosant "informix".&lt;BR /&gt;Thanks again...&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2019 08:25:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/A-syntax-error-has-occurred/m-p/2284125#M57883</guid>
      <dc:creator>vincent5</dc:creator>
      <dc:date>2019-02-22T08:25:03Z</dc:date>
    </item>
  </channel>
</rss>

