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@winehq.org ReportedBy: last_deceneu@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.
http://bugs.winehq.org/show_bug.cgi?id=13732
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|blocker |normal Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2008-06-06 08:59:33 --- How do you expect native odbc will work with UnixODBC? Don't override those! You have to use Wine's own dlls.
Invalid.
http://bugs.winehq.org/show_bug.cgi?id=13732
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from James Hawkins truiken@gmail.com 2008-06-06 10:44:55 --- Closing.
http://bugs.winehq.org/show_bug.cgi?id=13732
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Platform|HP |PC
--- Comment #3 from Dan Kegel dank@kegel.com 2009-05-29 19:01:29 --- Bugs marked "HP, Linux" probably should have been marked "PC, Linux" as HP really is for HP's HP-PA or Itanium systems, and very few people have those.