|
Hello,
I try to use the com.sap.dbtech.rte.comm.NativeComm but I got a java.lang.UnsatisfiedLinkError.
Where is the dll (or .so) library that I should add to fix this native method call error?
Will com.sap.dbtech.powertoys.DBM works with NativeComm rather than SocketComm to perform the following command without any Windows credential:
DBM dbSession = DBM.dbrootDBM(hostname, "c:\\program files\\sapdb\\depend");
result = dbSession.cmd("db_create "+dbname+" "+dbuser+","+dbpasswd+" "+windowsUsername+","+windowsPassword);
Thanks by advance
Cedric Cuche
--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe: http://lists.mysql.com/maxdb?unsub=gcdm-maxdb@xxxxxxxxxxx
|