• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

The specified DLL "DB2I..my_stored_proc" could not be loaded

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I am using WSAD5.1 and DB2 UDB7.2.
db2 driver path is: c:\db2client\SQLLIB\java12\db2java.zip

When I run one of my client apps(ejb,classes) some of the classes are calling stored procedures then I get the following exception on my wsad test server console:

com.bis.common.base.MyException: Base executeCallableStatement() failed.:
[IBM][CLI Driver][DB2/NT] SQL1109N The specified DLL "DB2I..my_stored_proc" could not be loaded.

I am getting this error only when a program trying to call stored procedures other than that it is fine retrieving the database records and stuff like that.

WSAD DSN for driver and JNDI mapping looks good to me...I tried to re install my db2 client but still same problem...
Would you guys please help me in this regard....that am I missing anything to configure in WSAD or DB2???
 
I'm just a poor boy, I need no sympathy, because I'm easy come, easy go, little high, little low, little ad
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic