[gdal-dev] Re: ogr2ogr different behaviour on different OS platforms (Windows 7 vs XP)

2011-10-22 Thread hda...@gmail.com
, 2011 at 4:26 PM, hda...@gmail.com [via OSGeo.org] < ml-node+s1803224n6918436...@n2.nabble.com> wrote: > Hi, > > I use the same ogr2ogr 1.8.1 running on both Windows 7 (64-bit) and XP. I > got the expected result from Windows 7, but XP gave me warning and errors. > T

[gdal-dev] ogr2ogr different behaviour on different OS platforms (Windows 7 vs XP)

2011-10-21 Thread hda...@gmail.com
Hi, I use the same ogr2ogr 1.8.1 running on both Windows 7 (64-bit) and XP. I got the expected result from Windows 7, but XP gave me warning and errors. The ogr2ogr command is: ogr2ogr.exe -f PostgreSQL "PG:dbname=name user=user password=pwd host=host_name port=5432" OCI:name/pwd@serviceID:tab

Re: [gdal-dev] Re: ogr2ogr (1.8.2) error cannot fetch a layer

2011-10-04 Thread hda...@gmail.com
Hi, The failing layer doesn't have a geometry column, it associates with another view that contains the geometries. Would this cause error? The ogrinfo returns the same error: "FAILURE: Couldn't fetch requested layer 'AIRWAY' " Oracle user who created the view is the same as the ogr2ogr user, I

[gdal-dev] ogr2ogr (1.8.2) error cannot fetch a layer

2011-10-03 Thread hda...@gmail.com
Hi, I'm using ogr2ogr to get data from a oracle view (11g2) to a gml (3.1) file. The gml file was created as expected even I got the ERROR1: ORA-04043: object blah does not exist errors. Why did I get those errors even though they are in the database? There are two views that I didn't have any