Hello to the list,

after working a recent time with sapdb, I'm desperately trying to install
a ODBC Connection from my Desktop to my SAPDB-Server with UNIXodbc.
I am able to setup a connection with the DataManager.
but as soon as i click on the "tables"-Tab the application disappears
and I get a segmentaion fault.

the sql.log file tells me the folling:
...
[ODBC][17078][SQLConnect.c][2390]
                Entry:
                        Connection = 0x80cf6c0
                        Server Name = [HAGOS][length = 5 (SQL_NTS)]
                        User Name = [rei][length = 3 (SQL_NTS)]
                        Authentication = [*******][length = 7 (SQL_NTS)]
[ODBC][17078][SQLConnect.c][2947]
                Exit:[SQL_SUCCESS]
[ODBC][17078][SQLAllocHandle.c][476]
                Entry:
                        Handle Type = 3
                        Input Handle = 0x80cf6c0
[ODBC][17078][SQLAllocHandle.c][608]Error: IM003
...

Error IM003 says: Specified driver could not be loaded


Scanning the archives and trying out the hints I found did not work.

Maybe someone has a new hint.

My configuration:

kernel: 2.4.18-0.4
sapdb-callif-7.3.0.8-1
unixODBC-2.2.0

my odbc.ini:
        [ODBC Data Sources]
        SapDB           = SapDB

        [HAGOS]
        Description             = HAGOS Datenbank
        Driver          = SapDB
        ServerNode              = moon
        ServerDB                = HAGOS
        Trace           = Yes
        TraceFile               = sql.log
        Database                = HAGOS
        Servername              = moon.hagos.de
        UserName                = rei
        Password                = *******
        Port            = 7210
        SQLMode         = INTERNAL

my odbcinst.ini:
        [SapDB]
        Description             = ODBC driver for SapDB
        Driver               = /opt/sapdb/interfaces/odbc/lib/libsqlod.so
        Setup               = /usr/lib/libsapdbS.so
        Threading               = 2
        FileUsage               = 1



TIA
/matthias

-- 
HAGOS eG                 phone: +49 711 7880592
Matthias Reich             fax: +49 711 7880599
Industriestr. 62           web: http://www.hagos.de
D-70565 Stuttgart         mail: [EMAIL PROTECTED]
Germany
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to