Opened 15 years ago

Closed 8 years ago

#87 closed defect (fixed)

ogr2ogr: issue with filename of Pgeo type

Reported by: pibinko Owned by: chaitanya
Priority: minor Component: Package
Version: Keywords:
Cc: chaitanya, warmerdam

Description

It seems that ogr2ogr (v 1.5.4-2) does not accept filenames of personal geodatabases with short filenames, or containing numbers in the filename..

a) here is the error: ERROR 1: Unable to initialize ODBC connection to DSN for cipaaaa1, [Microsoft][ODBC Driver Manager] Data source name not found and no default drive r specified FAILURE: Unable to open datasource `Pgeo:cipaaaa1' with the following drivers.

b) I did some tests...it seem the issue related to MDB files..

  • with file names less than 3 characters in length
  • with file names containing a number (any length)..

a.mdb fail ab.mdb fail abc.mdb OK a1.mdb fail abc1.mdb fail abcedfg1.mdb fail

...clearly: I can't say if this is an exhaustive set of tests, but I hope it can help

the issue can be bypassed by renaming the MDB file, so I am giving this a minor priority

regards

Change History (2)

comment:1 by chaitanya, 15 years ago

Cc: chaitanya warmerdam added
Owner: changed from osgeo4w-dev@… to chaitanya
Status: newassigned

Created a ticket in GDAL tracker. Further discussion is to be done there.

comment:2 by jef, 8 years ago

Resolution: fixed
Status: assignedclosed

upstream issue fixed.

Note: See TracTickets for help on using tickets.