[mapserver-users] Cant get a GetFeatureInfo response
Albrecht.Weiser at hzd.hessen.de
Albrecht.Weiser at hzd.hessen.de
Fri Dec 5 08:48:05 PST 2008
Hi mapserver list,
i'm trying to get a GetFeatureInfo response from my mapserver-service
which has ArcSDE 9.3 as Backend. When i'm trying to perform the request
i'm getting this error:
msSDELayerGetShape(): SDE error. SE_stream_fetch_row(): Invalid
parameter value passed to function. (-66
Here's my request:
http://srvumwgeo006.umwelt.hessen.de/cgi-bin/mapserv.exe?map=C:/ms4w/Apa
che/htdocs/maps/geo300.map&bbox=3445827,5552017,3458341,5562761&styles=&
format=jpeg&info_format=text/plain&request=GetFeatureInfo&layers=GUEK300
_geo&query_layers=GUEK300_geo&width=550&height=250&x=170&y=160&version=1
.1.1&SRS=epsg:31467
I have all necessary mapfile configurations. Here's a snippet:
MAP
NAME 'geo300'
STATUS ON
PROJECTION
'init=epsg:31467'
END
SIZE 450 450
EXTENT 3503415.79963696 5651154.51738003 3508460.69944955
5655464.35707049
UNITS meters
SHAPEPATH ''
SYMBOLSET'C:\ms4w\Apache\htdocs\maps\symbols\geo300symbols.sym'
FONTSET 'C:\ms4w\Apache\htdocs\maps\fonts\geo300fonts.fnt'
IMAGECOLOR 255 255 255
DEBUG ON
#
#Start of web interface definition
#
WEB
LOG geo300.log
IMAGEPATH 'C:\ms4w\Apache\htdocs\tmp'
IMAGEURL 'http://localhost/tmp/'
TEMPLATE 'C:\ms4w\Apache\htdocs\tmp\'
METADATA
WMS_ONLINERESOURCE
'http://srvumwgeo006.umwelt.hessen.de/cgi-bin/mapserv.exe?map=C:\ms4w\Ap
ache\htdocs\maps\geo300.map'
WMS_SRS 'epsg:31467'
WMS_ACCESSCONSTRAINTS 'none'
WMS_TITLE 'geo300'
WMS_FEATURE_INFO_MIME_TYPE 'text/html'
WMS_ABSTRACT 'WMSmetatext'
END #METADATA
END #HEADER
#
#Start of legend
#
LEGEND
STATUS ON
KEYSIZE 25 25
TEMPLATE 'legend.html'
LABEL
COLOR 0 0 0
TYPE TRUETYPE
FONT courbd
SIZE 9
END # ENDE LABEL
END #LEGEND
#
# Start of scalebar
#
SCALEBAR
STATUS ON
STYLE 1
INTERVALS 4
IMAGECOLOR 255 255 255
LABEL
COLOR 0 0 0
SIZE SMALL
END #ENDE LABEL
SIZE 200 3
#OUTLINECOLOR 0 0 0
COLOR 0 0 0
BACKGROUNDCOLOR 255 255 255
UNITS KILOMETERS
END #SCALEBAR
QUERYMAP
STATUS ON
# the map is queryable by default
STYLE HILITE
# the selected object is highligthed
END #QUERYMAP
LAYER
NAME 'Hintergrundgehalte_poly'
DATA 'GEOLOGIE.V_GUEK_SMK,SHAPE,SDE.DEFAULT'
STATUS on
TYPE Polygon
CONNECTIONTYPE PLUGIN
CONNECTION "xxxxxxxxxxxxx.de,port:5151,sde,xxxxxxx,xxxxxxxx"
PLUGIN "c:/ms4w/Apache/specialplugins/msplugin_sde_92.dll"
TRANSPARENCY 100
TEMPLATE "query.html"
TOLERANCE 7
TOLERANCEUNITS pixels
DUMP TRUE
TEMPLATE "query.html"
All the other requests like GetMap,... are working. What maybe the
problem here?
Regards
Albrecht
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20081205/9fc80392/attachment.htm>
More information about the MapServer-users
mailing list