<?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: PostGis issue in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/PostGis-issue/m-p/2209390#M8237</link>
    <description>Thast'it... &lt;BR /&gt;Thanks a lot...&lt;BR /&gt;I just had to run legacy.sql from postgis install.</description>
    <pubDate>Thu, 31 Oct 2013 12:59:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-10-31T12:59:39Z</dc:date>
    <item>
      <title>PostGis issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/PostGis-issue/m-p/2209388#M8235</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I have some trouble with one of the jobs from demo-spatial.&lt;BR /&gt;It's test_PostGis job. After running it raise an exception : &lt;/P&gt; 
&lt;PRE&gt;Exception in component tPostgresqlOutput_1&lt;BR /&gt;org.postgresql.util.PSQLException: ERROR: function geomfromtext(character varying, integer) does not exist&lt;BR /&gt;	at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1592)&lt;BR /&gt;	at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1327)&lt;BR /&gt;	at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:192)&lt;BR /&gt;	at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:451)&lt;BR /&gt;	at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:350)&lt;BR /&gt;	at org.postgresql.jdbc2.AbstractJdbc2Statement.executeUpdate(AbstractJdbc2Statement.java:304)&lt;BR /&gt;	at demo_spatial.test_postgis_0_1.test_PostGis.sShapefileInput_1_GIProcess(test_PostGis.java:1154)&lt;BR /&gt;	at demo_spatial.test_postgis_0_1.test_PostGis.main(test_PostGis.java:1359)&lt;/PRE&gt; 
&lt;P&gt;&lt;BR /&gt;At line 867 in generated code :&lt;/P&gt; 
&lt;PRE&gt;String insert_tPostgresqlOutput_1 = "INSERT INTO \""&lt;BR /&gt; + tableName_tPostgresqlOutput_1&lt;BR /&gt; + "\" (\&amp;lt;"the_geom\",\"scalerank\") VALUES (GeomFromText(?, ?),?)";&lt;/PRE&gt; 
&lt;P&gt;&lt;BR /&gt;--&amp;gt; It's not a known function by PostGis indeed !!&lt;BR /&gt;My version of postgis is &lt;/P&gt; 
&lt;PRE&gt;"POSTGIS="2.0.1 r9979" GEOS="3.3.5-CAPI-1.7.5" PROJ="Rel. 4.8.0, 6 March 2012" LIBXML="2.7.8""&lt;/PRE&gt; 
&lt;P&gt;&lt;BR /&gt;Any ideas ?&lt;BR /&gt;Thanks ...&lt;BR /&gt;Eric.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 11:51:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/PostGis-issue/m-p/2209388#M8235</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: PostGis issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/PostGis-issue/m-p/2209389#M8236</link>
      <description>An idea: 
&lt;A href="https://drupal.org/node/1529808#comment-6082738" rel="nofollow noopener noreferrer"&gt;https://drupal.org/node/1529808#comment-6082738&lt;/A&gt; 
&lt;BR /&gt;"I'm not particularly familiar with the PostGIS releases but it seems that non-prefixed function names have been deprecated for a while now and removed entirely in the 2.x branch. 
&lt;BR /&gt;A temporarily solution for those using PostGIS 2.x is to run the bundled legacy.sql script on your database..." 
&lt;BR /&gt;GeomFromText seems to be deprecated with PostGIS 2.x so you must use ST_GeomFromText, or run the bundled legacy.sql script on your database. 
&lt;BR /&gt;See 
&lt;A href="http://postgis.refractions.net/docs/PostGIS_FAQ.html#legacy_faq" rel="nofollow noopener noreferrer"&gt;http://postgis.refractions.net/docs/PostGIS_FAQ.html#legacy_faq&lt;/A&gt; for the legacy.sql for PostGIS.</description>
      <pubDate>Wed, 30 Oct 2013 19:10:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/PostGis-issue/m-p/2209389#M8236</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-30T19:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: PostGis issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/PostGis-issue/m-p/2209390#M8237</link>
      <description>Thast'it... &lt;BR /&gt;Thanks a lot...&lt;BR /&gt;I just had to run legacy.sql from postgis install.</description>
      <pubDate>Thu, 31 Oct 2013 12:59:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/PostGis-issue/m-p/2209390#M8237</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-31T12:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: PostGis issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/PostGis-issue/m-p/2209391#M8238</link>
      <description>i have the same problem 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 21 Nov 2014 14:37:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/PostGis-issue/m-p/2209391#M8238</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-21T14:37:13Z</dc:date>
    </item>
  </channel>
</rss>

