Re: [gdal-dev] OGR2OGR WFS HTTP 504 but no ERRORLEVEL

2017-10-10 Thread Even Rouault
On mardi 10 octobre 2017 11:38:31 CEST Langford, Robert wrote: > Hi Even, > > Thank you for looking at this and confirming. > > So would this fix be available in the next major release and if so does that > have a release date currently? Likely around May 2018 But if you build your own GDAL, yo

Re: [gdal-dev] OGR2OGR WFS HTTP 504 but no ERRORLEVEL

2017-10-10 Thread Langford, Robert
[mailto:even.roua...@spatialys.com] Sent: 10 October 2017 12:03 To: gdal-dev@lists.osgeo.org Cc: Langford, Robert Subject: Re: [gdal-dev] OGR2OGR WFS HTTP 504 but no ERRORLEVEL Hi Robert, > > Could anyone advise if this a bug, or if not how we can detect such errors? Yes, that can proba

Re: [gdal-dev] OGR2OGR WFS HTTP 504 but no ERRORLEVEL

2017-10-10 Thread Even Rouault
Hi Robert, > > Could anyone advise if this a bug, or if not how we can detect such errors? Yes, that can probably be considered as a bug. The HTTP 504 error here occurs not when opening the WFS datasource or retrieving the layer schema but when iterating over features, and ogr2ogr lacked propra

[gdal-dev] OGR2OGR WFS HTTP 504 but no ERRORLEVEL

2017-10-10 Thread Langford, Robert
Hi there, Currently we have a process that loads data from an external WFS into Postgres from a nightly scheduled batch file on a Windows box. Usually works fine and it reports on any errors that it encounters. But recently we've been getting an HTTP 504 error and no features are written but

[gdal-dev] OGR2OGR WFS HTTP 504 but no ERRORLEVEL

2017-10-10 Thread Langford, Robert
Hi there, Currently we have a process that loads data from an external WFS into Postgres from a nightly scheduled batch file on a Windows box. Usually works fine and it reports on any errors that it encounters. But recently we've been getting an HTTP 504 error and no features are written but