List:MaxDB« Previous MessageNext Message »
From:Daniel Dittmar Date:October 13 2000 9:10am
Subject:RE: Java: cannnot open shared object file
View as plain text  
You could try the JDBC driver at
ftp://ftp.sap.com/pub/sapdb/bin/java/sapdbc.jar. If the message still
appears, please send me the value of the java system property 'os.name'.

Explanation: There are two ways to connect to SAP DB:

- using shared memory for local connections
- using sockets for remote connections

The SAP DB JDBC driver tries to load the shared object implementing the
native methods for local access. When this fails, it defaults to sockets
communication. As the native methods haven't been ported to Unix/Linux yet,
loading the shared object always fails (unfortunately a bit noisy on Linux).

Daniel Dittmar

--
Daniel Dittmar
daniel.dittmar@stripped
SAP DB, SAP Labs Berlin 


Thread
Java: cannnot open shared object fileGerhard Thesing12 Oct
RE: Java: cannnot open shared object fileDaniel Dittmar13 Oct