Hello, On Thu, 19 Apr 2001, Automatic digest processor wrote: > Date: Wed, 18 Apr 2001 14:58:21 +0300 > From: Ali ASLAN <[EMAIL PROTECTED]> > Subject: URGENT About undocumented DB2 JDBC error ... > > > Hi, > > > > My platform is SunOs 5.8 > > App Server is : IBM WebSphere 3.5 > > DBMS is : IBM DB2 UDB ver 7.1 > > > > when I connect to DBMS I take some really strange undocumented error > such as, > > > > [IBM] [JDBC driver] CLI0647E Error handling DB2 environment rc=db2jdbc. > > > > Can Anyone ,who see this message, help me? > > > > Thanks in advance, > > > > Ali ASLAN I've seen this message when using a type 2 (non-pure-Java) DB2 driver that relies on a native code shared object 'libdb2jdbc.so' and the application can't find it. There needs to be an environment variable set to the path where the shared object can be found. In Linux it's LD_LIBRARY_PATH. Robert Merrill Software Engineer Berbee 5520 Research Park Drive Madison, WI 53711 [EMAIL PROTECTED] 608.298.1036 Fax 608.278.8539 Berbee...putting the E in business =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
