<?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: Error  while fetching data from Greenplum in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Error-while-fetching-data-from-Greenplum/m-p/2346052#M113501</link>
    <description>Hi&lt;BR /&gt;here is query&lt;BR /&gt;&lt;A href="https://paste.ofcode.org/WEER8iijprWNwgfrrwb675" target="_blank" rel="nofollow noopener noreferrer"&gt;https://paste.ofcode.org/WEER8iijprWNwgfrrwb675&lt;/A&gt;&lt;BR /&gt;please check it.&lt;BR /&gt;I have converts it to execute in talend by replacing " by \"</description>
    <pubDate>Tue, 19 Sep 2017 11:07:57 GMT</pubDate>
    <dc:creator>MahiwalVinit</dc:creator>
    <dc:date>2017-09-19T11:07:57Z</dc:date>
    <item>
      <title>Error  while fetching data from Greenplum</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-while-fetching-data-from-Greenplum/m-p/2346050#M113499</link>
      <description>&lt;P&gt;I am fetching data from Greenplum using a complex SQL with multiple union in the query, and writing it to Haddop.&amp;nbsp; I am using tGreenplumInput component. While fetching data getting error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Exception in component tGreenplumInput_1
org.postgresql.util.PSQLException: ERROR: syntax error at or near "8"
    at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1592)&lt;/PRE&gt;&lt;P&gt;Able to execute query successfully on using aginity but getting error with greenplum component.&lt;/P&gt;&lt;P&gt;How to resolve this&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:16:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-while-fetching-data-from-Greenplum/m-p/2346050#M113499</guid>
      <dc:creator>MahiwalVinit</dc:creator>
      <dc:date>2024-11-16T09:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error  while fetching data from Greenplum</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-while-fetching-data-from-Greenplum/m-p/2346051#M113500</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Could you please also show your complex SQL with multiple union query?&lt;/P&gt;
&lt;PRE&gt;Exception in component tGreenplumInput_1
org.postgresql.util.PSQLException: ERROR: syntax error at or near "8"
    at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1592)&lt;/PRE&gt;
&lt;P&gt;Is there any compile error highlighted in red line when you check your "Code" tab in your job?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 06:42:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-while-fetching-data-from-Greenplum/m-p/2346051#M113500</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-18T06:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error  while fetching data from Greenplum</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-while-fetching-data-from-Greenplum/m-p/2346052#M113501</link>
      <description>Hi&lt;BR /&gt;here is query&lt;BR /&gt;&lt;A href="https://paste.ofcode.org/WEER8iijprWNwgfrrwb675" target="_blank" rel="nofollow noopener noreferrer"&gt;https://paste.ofcode.org/WEER8iijprWNwgfrrwb675&lt;/A&gt;&lt;BR /&gt;please check it.&lt;BR /&gt;I have converts it to execute in talend by replacing " by \"</description>
      <pubDate>Tue, 19 Sep 2017 11:07:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-while-fetching-data-from-Greenplum/m-p/2346052#M113501</guid>
      <dc:creator>MahiwalVinit</dc:creator>
      <dc:date>2017-09-19T11:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error  while fetching data from Greenplum</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-while-fetching-data-from-Greenplum/m-p/2346053#M113502</link>
      <description>I am able to resolve the issue now.&lt;BR /&gt;It is due to '\\' used in the query. Talend is not able to understated '\\'.&lt;BR /&gt;Therefore instead of '\\' needs to use '\\\\' in the tGreenplumInput component.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Sep 2017 14:37:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-while-fetching-data-from-Greenplum/m-p/2346053#M113502</guid>
      <dc:creator>MahiwalVinit</dc:creator>
      <dc:date>2017-09-25T14:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error  while fetching data from Greenplum</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-while-fetching-data-from-Greenplum/m-p/2346054#M113503</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Thanks for posting that you have resolved this issue by yourself.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2017 10:55:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-while-fetching-data-from-Greenplum/m-p/2346054#M113503</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-26T10:55:19Z</dc:date>
    </item>
  </channel>
</rss>

