[Bug 13732] New: ODBC does not call unixODBC interface

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jun 6 07:47:49 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=13732

           Summary: ODBC does not call unixODBC interface
           Product: Wine
           Version: 1.0-rc2
          Platform: HP
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P2
         Component: odbc
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: last_deceneu at yahoo.com


Hello,

I installed and configured Oracle Client 10g successfully, also I configured
unixODBC interface like is described in oracle client instalation manual, I
tested with isql and DataManager and connection was ok.

I installed with winetriks mdac28 and native_mdac. I cheked with winecfg if
odbc32.dll and odbccp32 is set to native.  With odbcad32.exe application  I'm
able to see Oracle10gODBCDriver configuration but when I try to add a
datasource, it  give me an "Microsoft ODBC Administrator" error: "The setup
routine for the Oracle10gODBCDriver ODBC driver could not be found. Please
reinstall the driver".

I think that wine odbc internal functions fail to call unixODBC routines.
I tried many thinks, to set 
export LIB_ODBC_DRIVER_MANAGER=/usr/lib/libodbc.so.1.0.0
and to link oracle library:
$ln -s /usr/lib/libodbc.so.1.0.0
"home_path"/oracle/product/10.2.0/client_1/lib/libsqora.so.10.1
$ /sbin/ldconfig
but without success.

My odbcinst.ini looks like:
[Oracle10gODBCDriver]
Description = Oracle 10g Linux ODBC driver
Driver = "home_path"/oracle/product/10.2.0/client_1/lib/libsqora.so.10.1
Setup =
FileUsage =
CPTimeout =

odbc.ini
[Oracle10gODBCDriver]
Application Attributes = T
Attributes = W
BatchAutocommitMode = IfAllSuccessful
CloseCursor = F
DisableDPM = F
DisableMTS = T
Driver = Oracle10gODBCDriver
DSN = OracleDSN
EXECSchemaOpt =
EXECSyntax = T
Failover = T
FailoverDelay = 10
FailoverRetryCount = 10
FetchBufferSize = 64000
ForceWCHAR = F
Lobs = T
Longs = T
MetadataIdDefault = F
QueryTimeout = T
ResultSets = T
# ServerName is TNS_alias_from_tnsnames.ora
ServerName = LAB
SQLGetData extensions = F
Translation DLL =
Translation Option = 0

I attached an debug log for command : WINEDEBUG=+relay wine odbcad32

Please help me with this Oracle ODBC database configurarion.

Best regards.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list