[Geoserver-users] What's url syntax for SDE raster in GeoServer 1.7.0 beta2

All,

I am trying to connect to a raster dataset in SDE. Following the url syntax
in doc like below:

sde://user:pass@anonymised.com[GEOSDOC::port]/[GEOSDOC:instance]#raster_table_name

I keep getting "invalid syntax", which I didn't even see any error/exception
in log (verbose level). My geoserver is on Windows and by searching the
forum I saw couple threads discussing on "\" and "/" but trying different
combination I still get it work.

Do anyone know what's exact url syntax for SDE raster on Windows
environment?

Thanks
--
View this message in context: http://www.nabble.com/What's-url-syntax-for-SDE-raster-in-GeoServer-1.7.0-beta2-tp19544049p19544049.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

Well, for 1.6.5 on UNIX I'm using this:

sde://massgis:massgis@anonymised.com:5151/gis#GISDATA.IMG_COQ2001

which exactly follows what you mention:

sde://user:pass@anonymised.com[GEOSDOC::port]/[GEOSDOC:instance]#raster_table_name

Not sure if for a PC the // might be \\ ?
--
View this message in context: http://www.nabble.com/What's-url-syntax-for-SDE-raster-in-GeoServer-1.7.0-beta2-tp19544049p19559650.html
Sent from the GeoServer - User mailing list archive at Nabble.com.