![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Has anybody configured ASA 10 ODBC on a Windows server 2008? we have an application that we use ASA 10 our installation program creates the registry entries in for registering the ODBC drivers but it did not work in Windows 2008, I guess registriy settings are different. Any help will be greatly appreciated Jorge |
#3
| |||
| |||
|
|
Is it an x64 OS? If it is there is a 32 bit ODBC manager and a 64 bit ODBC manager. Be sure you use the version for what bitness the client application is using. So if it is a 32 bit client application it must be in the 32 bit ODBC manager or corresponding registry entries. Jorge Quintana wrote: Has anybody configured ASA 10 ODBC on a Windows server 2008? we have an application that we use ASA 10 our installation program creates the registry entries in for registering the ODBC drivers but it did not work in Windows 2008, I guess registriy settings are different. Any help will be greatly appreciated Jorge |
#4
| |||
| |||
|
|
Windows 2008 is 64 bit, i was able to manually register odbc drivers to make it appear in the ODBC manager but when i tried to set up and odbc data source i got an error that it says something along the lines of "error uploading translation library" |
#5
| |||
| |||
|
|
Hi Jorge, I'm going to assume that you're using and deploying the 32-bit ODBC drivers...? These will not be able to be run from a 64-bit application or the 64-bit ODBC administrator. --- With 64-bit Windows Systems, there are "two" ODBC Registry locations to be concerned about: The 64-Bit ODBC Driver Registry: \\HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI The 32-Bit ODBC Driver Registry: \\HKEY_LOCAL_MACHINE\SOFTWARE\Wow64Node\ODBC\ODBCI NST.INI There are also two ODBC Administrators that access the 32-bit/64-bit drivers: 64-Bit ODBC: C:\Windows\system32\odbcad32.exe 32-Bit ODBC: C:\Windows\SysWow64\odbcad32.exe You should ensure that you are "manually" registering the 32-bit drivers underneath the 32-bit registry and managed with the 32-bit ODBC administrator. Regards, Jorge Quintana wrote: Windows 2008 is 64 bit, i was able to manually register odbc drivers to make it appear in the ODBC manager but when i tried to set up and odbc data source i got an error that it says something along the lines of "error uploading translation library" -- Jeff Albion, Sybase iAnywhere iAnywhere Developer Community : http://www.sybase.com/developer/libr...ere-techcorner iAnywhere Documentation : http://www.ianywhere.com/developer/product_manuals SQL Anywhere Patches and EBFs : http://downloads.sybase.com/swd/summ...&timeframe =0 Report a Bug/Open a Case : http://case-express.sybase.com/cx/ |
![]() |
| Thread Tools | |
| Display Modes | |
| |