<?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: Querry fails in cMessageEndpoint in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Querry-fails-in-cMessageEndpoint/m-p/2367431#M130810</link>
    <description>Camel-aws-2.17.jar</description>
    <pubDate>Wed, 04 Oct 2017 07:58:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-10-04T07:58:17Z</dc:date>
    <item>
      <title>Querry fails in cMessageEndpoint</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Querry-fails-in-cMessageEndpoint/m-p/2367424#M130803</link>
      <description>&lt;P&gt;Why does this querry fails with this error?&lt;/P&gt; 
&lt;PRE&gt;"sql:UPDATE TLD_VP_DIM_CONTRACTS SET TLD_INSERT_DATE = (CURRENT_TIMESTAMP) WHERE ID =:#CONTRACT_ID?dataSource=myDataSource"&lt;/PRE&gt; 
&lt;PRE&gt;, StackTrace: org.springframework.jdbc.BadSqlGrammarException: PreparedStatementCallback; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00904: "URRENT_TIMESTAMPHERE": invalid identifier

	at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:231)
	at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)
	at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:645)&lt;BR /&gt;...&lt;/PRE&gt; 
&lt;P&gt;But this querry doesnt fail:&lt;/P&gt; 
&lt;PRE&gt;"sql:UPDATE TLD_VP_DIM_CONTRACTS SET TLD_INSERT_DATE = (CURRENT_TIMESTAMP) WHERE ID =261?dataSource=myDataSource"&lt;/PRE&gt; 
&lt;P&gt;And the header in both cases&lt;/P&gt; 
&lt;PRE&gt;Headers: {breadcrumbId=ID:&amp;lt;xxx&amp;gt;, CamelSqlRowCount=1, CONTRACT_ID=261,&lt;/PRE&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:13:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Querry-fails-in-cMessageEndpoint/m-p/2367424#M130803</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: Querry fails in cMessageEndpoint</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Querry-fails-in-cMessageEndpoint/m-p/2367425#M130804</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you try this syntax ?&lt;/P&gt;
&lt;P&gt;"sql:UPDATE TLD_VP_DIM_CONTRACTS SET TLD_INSERT_DATE = (CURRENT_TIMESTAMP) WHERE ID =:#${header.CONTRACT_ID}?dataSource=myDataSource"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Eric&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2017 06:57:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Querry-fails-in-cMessageEndpoint/m-p/2367425#M130804</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-04T06:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Querry fails in cMessageEndpoint</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Querry-fails-in-cMessageEndpoint/m-p/2367426#M130805</link>
      <description>&lt;P&gt;Fails with the same error.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2017 07:28:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Querry-fails-in-cMessageEndpoint/m-p/2367426#M130805</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-04T07:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Querry fails in cMessageEndpoint</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Querry-fails-in-cMessageEndpoint/m-p/2367427#M130806</link>
      <description>&lt;P&gt;It works on mine... My studio version is 6.2.1 and my camel version is&amp;nbsp;2.16.3. What are yours ?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2017 07:31:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Querry-fails-in-cMessageEndpoint/m-p/2367427#M130806</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-04T07:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Querry fails in cMessageEndpoint</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Querry-fails-in-cMessageEndpoint/m-p/2367428#M130807</link>
      <description>how do I see Camel Version?</description>
      <pubDate>Wed, 04 Oct 2017 07:38:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Querry-fails-in-cMessageEndpoint/m-p/2367428#M130807</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-04T07:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Querry fails in cMessageEndpoint</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Querry-fails-in-cMessageEndpoint/m-p/2367429#M130808</link>
      <description>Talend 6.3.1</description>
      <pubDate>Wed, 04 Oct 2017 07:40:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Querry-fails-in-cMessageEndpoint/m-p/2367429#M130808</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-04T07:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Querry fails in cMessageEndpoint</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Querry-fails-in-cMessageEndpoint/m-p/2367430#M130809</link>
      <description>&lt;P&gt;Regarding camel version, you can see it in module view (Pick up any camel module)&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2017 07:51:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Querry-fails-in-cMessageEndpoint/m-p/2367430#M130809</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-04T07:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: Querry fails in cMessageEndpoint</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Querry-fails-in-cMessageEndpoint/m-p/2367431#M130810</link>
      <description>Camel-aws-2.17.jar</description>
      <pubDate>Wed, 04 Oct 2017 07:58:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Querry-fails-in-cMessageEndpoint/m-p/2367431#M130810</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-04T07:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Querry fails in cMessageEndpoint</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Querry-fails-in-cMessageEndpoint/m-p/2367432#M130811</link>
      <description>&lt;P&gt;What is your ID field type in database ? String ? Integer ?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2017 09:08:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Querry-fails-in-cMessageEndpoint/m-p/2367432#M130811</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-04T09:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Querry fails in cMessageEndpoint</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Querry-fails-in-cMessageEndpoint/m-p/2367433#M130812</link>
      <description>Number(8,0)</description>
      <pubDate>Wed, 04 Oct 2017 11:06:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Querry-fails-in-cMessageEndpoint/m-p/2367433#M130812</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-04T11:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Querry fails in cMessageEndpoint</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Querry-fails-in-cMessageEndpoint/m-p/2367434#M130813</link>
      <description>&lt;P&gt;Works&lt;/P&gt;
&lt;PRE&gt;"sql:UPDATE TLD_VP_DIM_CONTRACTS SET TLD_INSERT_DATE = (CURRENT_TIMESTAMP) WHERE ID ='261'?dataSource=myDataSource"&lt;/PRE&gt;
&lt;PRE&gt;"sql:UPDATE TLD_VP_DIM_CONTRACTS SET TLD_INSERT_DATE = (CURRENT_TIMESTAMP) WHERE ID =261?dataSource=myDataSource"&lt;/PRE&gt;
&lt;P&gt;Doesn't work&lt;/P&gt;
&lt;PRE&gt;"sql:UPDATE TLD_VP_DIM_CONTRACTS SET TLD_INSERT_DATE = (CURRENT_TIMESTAMP) WHERE ID =:#${header.CONTRACT_ID}?dataSource=myDataSource"&lt;/PRE&gt;
&lt;PRE&gt;"sql:UPDATE TLD_VP_DIM_CONTRACTS SET TLD_INSERT_DATE = (CURRENT_TIMESTAMP) WHERE ID =:#CONTRACT_ID?dataSource=myDataSource"&lt;/PRE&gt;</description>
      <pubDate>Wed, 04 Oct 2017 11:12:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Querry-fails-in-cMessageEndpoint/m-p/2367434#M130813</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-04T11:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Querry fails in cMessageEndpoint</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Querry-fails-in-cMessageEndpoint/m-p/2367435#M130814</link>
      <description>Is this a bug and something for Talend Support to solve ?</description>
      <pubDate>Wed, 04 Oct 2017 11:58:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Querry-fails-in-cMessageEndpoint/m-p/2367435#M130814</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-04T11:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Querry fails in cMessageEndpoint</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Querry-fails-in-cMessageEndpoint/m-p/2367436#M130815</link>
      <description>A collegue pointed out the solution. The problem were the empty spaces around '='.</description>
      <pubDate>Wed, 04 Oct 2017 14:38:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Querry-fails-in-cMessageEndpoint/m-p/2367436#M130815</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-04T14:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Querry fails in cMessageEndpoint</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Querry-fails-in-cMessageEndpoint/m-p/2367437#M130816</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Thanks for posting your solution here.&lt;/P&gt;
&lt;P&gt;We&lt;SPAN&gt; have accepted your solution which allows others to see what has worked.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sabrina&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2017 09:33:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Querry-fails-in-cMessageEndpoint/m-p/2367437#M130816</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-20T09:33:26Z</dc:date>
    </item>
  </channel>
</rss>

