> [unixODBC][Driver Manager]Data source name not found, and no 
> default driver specified

The ODBC driver cannot find your DSN. Have you configured it in your
user account or in the system wide /etc/odbc.ini? MapServer might be
running under a different account unable to read your odbc.ini.
  Also, before trying to use MSSQLSpatial you should first try with ODBC
and ogrinfo from the command line:
# ogrinfo -al -so
'ODBC:DSN=[dsn];UID=[user];PWD=[password];Database=[db]'
_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to