Opened 14 years ago

Closed 10 years ago

#3214 closed defect (invalid)

OCI fails when path includes '(x86)'

Reported by: andersmoe Owned by: warmerdam
Priority: normal Milestone:
Component: default Version: 1.6.1
Severity: normal Keywords: OGR OCI
Cc:

Description

OGR/OCI fails when executed from within a path that includes "Program Files (x86)". If I change the name slightly, to "Program Files x86" (no parentheses) it works.

This can be reproduced using

c:/somepath/Program Files (x86)/ogrinfo.exe OCI:<connection string>

Anders

Change History (2)

comment:1 by Jukka Rahkonen, 10 years ago

Not a GDAL issue. Should work as c:/somepath/"Program Files (x86)"/ogrinfo.exe OCI:<connection string>

Tested Tested on Windows 7 with this command: C:\"Program Files (x86)"\Java\jre7\bin\java.exe

Suggested action: Close as invalid.

comment:2 by Even Rouault, 10 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.