Hi gdalers<div><br></div><div>I have installed OSGeo4W and have checked the ogr formats and see that FileGDB is there. </div><div><br></div><div>So I then tested a simple ESRI shapefile using the following command</div><div>
<br></div><div>ogr2ogr -f &quot;FileGDB&quot; region.gdb region.shp</div><div><br></div><div>this worked and I can see the data in ArcMap.</div><div><br></div><div>I then tried a folder of shapefiles using</div><div><br></div>
<div>FOR %%A in (C:\data\*.shp) do (ogr2ogr -f FileGDB data.gdb %%A)</div><div><br></div><div>All worked well.</div><div><br></div><div>Now when I try to export from PostGIS or try to load data in using python I get the following error</div>
<div><br></div><div>ERROR 1: Error: Failed at creating table for \Text (General Function failure)</div><div><br></div><div>I then get errors for the other tables etc</div><div><br></div><div>I have done a search and found something about using -nlt POINT on gis stack exchange, however that did not help.</div>
<div><br></div><div>There is also a post about stating the EPSG code, which I tried using -a_srs EPSG:27700</div><div><br></div><div>Neither have helped and now a bit stuck,</div><div><br></div><div>Anyone else seen this error or know what is causing it</div>
<div><br></div><div>thanks</div><div><br></div><div>Tim</div><div><br></div><div><br></div>