Hi <br><br>I have grass installed using the osgeo4w. Am trying to use the v.in.ogr command to import some vector data from an ESRI SDE data source.<br><br>I have successfully used the OGR2OGR utility that came installed with the ogeo4w to extract vector data from SDE to a shapefile. When I open op a osgoe4w command prompt and query the formats supported I get the following list:<br>
<br>C:\Windows\system32>ogrinfo --formats<br>Supported Formats:<br> -> "OCI" (read/write)<br> -> "SDE" (readonly)<br> -> "ESRI Shapefile" (read/write)<br> -> "MapInfo File" (read/write)<br>
-> "UK .NTF" (readonly)<br> -> "SDTS" (readonly)<br> -> "TIGER" (read/write)<br> -> "S57" (read/write)<br> -> "DGN" (read/write)<br> -> "VRT" (readonly)<br>
-> "REC" (readonly)<br> -> "Memory" (read/write)<br> -> "BNA" (read/write)<br> -> "CSV" (read/write)<br> -> "GML" (read/write)<br> -> "GPX" (read/write)<br>
-> "KML" (read/write)<br> -> "GeoJSON" (read/write)<br> -> "Interlis 1" (read/write)<br> -> "Interlis 2" (read/write)<br> -> "GMT" (read/write)<br> -> "SQLite" (read/write)<br>
-> "ODBC" (read/write)<br> -> "PGeo" (readonly)<br> -> "OGDI" (readonly)<br> -> "PostgreSQL" (read/write)<br> -> "MySQL" (read/write)<br> -> "AVCBin" (readonly)<br>
<br>Yet when I try to use the v.in.ogr command with the following syntax I get the error: Unable to open data source. The following is a summary of the syntax that I am using:<br><br>v.in.ogr dsn=SDE:<a href="http://habs.ca">habs.ca</a>,5153,ordb1,oraUserName,password,MYSCHEMA.LOCATIONS output=LOCATIONS<br>
<br>Is there any way I can verify that the grass is using the same GDAL/OGR versions as I am using on the OSGEO4W command line?<br><br>Any help would be appreciated.<br><br>Thanks<br><br>Fran<br><br>