Hi,
I am trying to call a DB2 Stored Procedure, "CLIENTREPORT" from a session bean.
Using IBM VisualAge for Java.
When I run the test client to test the bean I get the error message:
Exception is:
java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
java.rmi.RemoteException: Couldn't complete client inquiry; nested exception is:
com.ibm.db.DataException: A database manager error occurred. : [IBM][CLI Driver][DB2/NT] SQL1109N The specified DLL "CLIENTREPORT" could not be loaded
Anybody any ideas?
Steve
-
Store Procedure call (1 messages)
- Posted by: Stephen Bennett
- Posted on: May 29 2001 15:00 EDT
Threaded Messages (1)
- Store Procedure call by Prasath Balakrishnan on May 30 2001 01:17 EDT
-
Store Procedure call[ Go to top ]
- Posted by: Prasath Balakrishnan
- Posted on: May 30 2001 01:17 EDT
- in response to Stephen Bennett
I think there is a problem with the Driver to connect to your DB2.See if they are connected properly. Here again you require RMI JDBC driver and not the JDBC -ODBC bridge.
Prasath
[email protected]