Hi gdalers

I have installed OSGeo4W and have checked the ogr formats and see that
FileGDB is there.

So I then tested a simple ESRI shapefile using the following command

ogr2ogr -f "FileGDB" region.gdb region.shp

this worked and I can see the data in ArcMap.

I then tried a folder of shapefiles using

FOR %%A in (C:\data\*.shp) do (ogr2ogr -f FileGDB data.gdb %%A)

All worked well.

Now when I try to export from PostGIS or try to load data in using python I
get the following error

ERROR 1: Error: Failed at creating table for \Text (General Function
failure)

I then get errors for the other tables etc

I have done a search and found something about using -nlt POINT on gis
stack exchange, however that did not help.

There is also a post about stating the EPSG code, which I tried using
-a_srs EPSG:27700

Neither have helped and now a bit stuck,

Anyone else seen this error or know what is causing it

thanks

Tim
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to