Hi Dirk,
I did the following and the problem got solved.
1) I removed all the DSN configurations that had been done for the datasource to the database.
2) I was using the 7.1 version db2java.zip in my application and the latest version in my system was 8.1. Once I changed the application imports to reflect the 8.1 jar, the unsatisfied link error was gone.
3) Following this i got a "no suitable driver". Once i changed my url to JDBC:db2

ample, it worked fine.
Hope this helps.
Regards,
Jumani
Quote:
Originally posted by db2_learner99
Hi,
I am facing a problem with DB2 V7.2.3 Personal Edition. When I try to store an object, I get the following Exception:
java.lang.reflect.InvocationTargetException ....
caused by: java.lang.UnsatisfiedLinkError: SQLAllocEnv.
at COM.ibm.db2.jdbc.app.DB2Driver.SQLAllocEnv ...
what does it mean and how can I solve it?
thx,
Dirk
|