If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > SuSE 10.1, unixODBC and IDS 10.00.UC3

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-05-06, 09:21
Lunatic666 Lunatic666 is offline
Registered User
 
Join Date: Sep 2004
Location: Erlangen, Germany
Posts: 5
Cool SuSE 10.1, unixODBC and IDS 10.00.UC3

Hello together,

I have a problem connecting from a SuSE 10.1 (client) computer to the Informixserver (SuSE Linux 9.3)

The error message given from isql -v dbname is:
Code:
[IM009][unixODBC][Informix][Informix ODBC Driver]Unable to load translation shared library (DLL).
[ISQL]ERROR: Could not SQLConnect
Here's my odbc.ini and odbcinst.ini

odbc.ini
Code:
[database]
Driver=Informix
Server=ol_database
Database=database
LogonID=someuser
pwd=*****
CLIENT_LOCALE=en_us.8859-1
DB_LOCALE=en_us.8859-1
TRANSLATIONDLL=/opt/informix/lib/esql/igo4a304.so
odbcinst.ini
Code:
[Informix]
Driver=/opt/informix/lib/cli/iclit09b.so
#Setup=/opt/IBM/informix/lib/cli/iclit09b.so
APILevel=1
ConnectFunctions=YYY
DriverODBCVer=03.00
FileUsage=0
SQLLevel=1
smProcessPerConnect=Y
$INFORMIXDIR, $INFORMIXSERVER, $ODBCINI, $LD_LIBRARY_PATH are set correctly.
The funny thing is that I have a SuSE 10.0 machine that does not make any problems

I do not know what to try next. If you want I could post an strace of the isql...

Thanks for you help in advance!

P.S. I forgot to mention the other software versions:
unixODBC: unixODBC-2.2.11-19 (Also tried latest version from unixODBC.org)
CSDK: 2.90.UC4
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On