Hello again,

I have made my own implementation of a HANA Datastore. When starting my
GeoServer it displays the new DataStore succesfully in the list of available
datastores. When connecting to my DB, it does not give an error BUT:

When publishing my table to GeoServer it does not recognize the Geometry
column and in my GeoServer log I get the following errors:
WARN [geotools.jdbc] - Could not find mapping for 'GEOM', ignoring the
column and setting the feature type read only
WARN [gwc.layer] - Requested layer CGIS has no geometry. Won't create
TileLayer


I have a link to GitHub of my implementation of the SQLDialect and
FilterToSQL classes:
https://github.com/akkerman/geotools/tree/master/modules/plugin/jdbc/jdbc-hana/src/main/java/org/geotools/data/hana
<https://github.com/akkerman/geotools/tree/master/modules/plugin/jdbc/jdbc-hana/src/main/java/org/geotools/data/hana>
  

My create script of my Database in HANA:
CREATE COLUMN TABLE CGis
(
gid INTEGER PRIMARY KEY,
fid DOUBLE,
geom ST_GEOMETRY,
);


Can you help us out?

Niels




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Issues-connecting-GeoServer-to-SAP-HANA-tp5092357p5093925.html
Sent from the GeoServer - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to