Hi,

I'm afraid I'd require further information about your environment,
mapfiles, sample scripts to reproduce this problem.
I've installed the binaries either with IIS and Apache but I haven't
run into this problem, however I didn't mix the dll-s with other
installations.

Here's a link to my installation displaying a single layer in IIS:
http://vbkto.dyndns.org:1280/cgi-bin/mapserv.exe?mode=map&map=sql2008.map

And the same files working in Apache:
http://vbkto.dyndns.org:1080/cgi-bin/mapserv.exe?mode=map&map=sql2008.map

The corresponding mapfile is looking something like:

MAP
        NAME "SQL2008"
        STATUS ON
        EXTENT 500000 300000 540000 340000
        SIZE 1000 1000
        IMAGETYPE PNG
        IMAGECOLOR 254 254 254
        PROJECTION
                "proj=somerc"
                "lat_0=47.14439372222222"
                "lon_0=19.04857177777778"
                "x_0=650000"
                "y_0=200000"
                "ellps=GRS67"
                "units=m"
                "no_defs"
        END
        SCALEBAR
                TRANSPARENT ON
                COLOR 0 0 64
                STATUS EMBED
                POSITION LR
                STYLE 1
                UNITS kilometers
                LABEL
                        SIZE medium
                        COLOR 0 0 64
                END
        END



        LAYER   
                PROJECTION
                        "proj=somerc"
                        "lat_0=47.14439372222222"
                        "lon_0=19.04857177777778"
                        "x_0=650000"
                        "y_0=200000"
                        "ellps=GRS67"
                        "units=m"
                        "no_defs"
                END
                NAME "Erdo"
                TYPE LINE
                CONNECTIONTYPE PLUGIN
                PLUGIN "msplugin_mssql2008.dll"
                CONNECTION
"server=.\MSSQLSERVER2008;database=geodb;Integrated Security=true"
                DATA "geom from erdo2 WITH(INDEX(geom_sidx)) USING
UNIQUE ID USING SRID=0"
                STATUS DEFAULT

                CLASS
                        STYLE
                                COLOR 255 0 0
                        END
                        
                END
        END
END


As far as I remember FCGI support haven't been enabled with these binaries.

Best regards,

Tamas



2008/10/15 BrainDrain <[EMAIL PROTECTED]>:
>
> I've tried this package
> it looks promising:
> but mapserv is unworking (maybe because I temporary mixed package with my
> bin files): problems with loading dll dependences (libmap, fastcgi etc)
> anyway mapscript_csharp draws layer from mssql2008 normally
> querybypoint works (at first sight)
> but now mapscript crashes (memory corruption) on layer.getFeature when I'm
> trying to get quered feature attributes
>
> please note that I had extra problems (mapserv illegal operation &
> terminating) with option 'PROCESSING "CLOSE_CONNECTION=DEFER"' with
> mssql2008 layer
>
>
> Tamas Szekeres wrote:
>>
>> Hi All,
>>
>> For those who have problems compiling from the SVN I've uploaded my
>> daily snapshot to this location:
>>
>> http://vbkto.dyndns.org:1280/tests/release-1400-20081013.zip
>>
>> This package should contain all of the related binaries compiled with
>> MSVC2005. Please don't mix these dll-s with other compilations to
>> avoid unexpected issues.
>>
>>
>> Best regards,
>>
>> Tamas
>> _______________________________________________
>> mapserver-users mailing list
>> [email protected]
>> http://lists.osgeo.org/mailman/listinfo/mapserver-users
>>
>>
>
> --
> View this message in context: 
> http://www.nabble.com/mssql2008-binary-test-package-available-to-download-tp19956347p19988521.html
> Sent from the Mapserver - User mailing list archive at Nabble.com.
>
> _______________________________________________
> mapserver-users mailing list
> [email protected]
> http://lists.osgeo.org/mailman/listinfo/mapserver-users
>
_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to