• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Error connecting to DB2Content Manager using Websphere application server.

 
Ranch Hand
Posts: 31
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

This is my content manager setup.
IBM DB2CM 8.43 (WAS7 Base + DB2 (9.7) Backend)

This is my application server setup.
IBM WAS 7 Base + Oracle Backend.

To connect to content manager from my application I need to include cmbicmenv.ini file in my application classpath.

How do I do this? I keep getting the error .....

com.ibm.mm.sdk.common.DKDatastoreAccessError: DGL0394A: Error in :riverManager.getConnection; cmbicmenv.ini (EDC5129I No such file or directory.

1. I have tried keeping it in Environment\Shared libraries avail in WAS Console.
2. I do not have any db2jcc.jar in my classpath since my application database is oracle

Still keep getting the error.

Any suggessions.
Regards,
Pradeep.
 
reply
    Bookmark Topic Watch Topic
  • New Topic