Opened 9 years ago

Last modified 9 years ago

#5838 closed defect

Improve error reporting when using OpenFileGDB driver — at Initial Version

Reported by: jpalmer Owned by: warmerdam
Priority: normal Milestone: 2.0.0
Component: OGR_SF Version: unspecified
Severity: normal Keywords: openfilegdb
Cc:

Description

When trying to open a FileGDB using the OpenFileGDB driver and the user does have permission to read the table file OGR returns a debug message which can be cryptic for a normal user. e.g: Error occurred in xx at line xxx

I've tracked the issue down to this code:

http://trac.osgeo.org/gdal/browser/trunk/gdal/ogr/ogrsf_frmts/openfilegdb/filegdbtable.cpp#L593

Can this be improved to a message like: "Failed to open table xx -Permission denied".

Change History (0)

Note: See TracTickets for help on using tickets.