From the error message, it seems obvious that there is a licensing issue with one of the product involved (re. a valid product license was not found.). The problem is probably with the software used to connect to DB2.
You need to open the "License Use Runtime" startup menu, then open the "Nodelock Administration tool". From the Nodelock Administration Tool, you would select Products "new" and then "import". You would look for a .lic file for your product. Search the CD and there should be some license files. Try importing those license tools and that should get you going.
Exception in validateServlet COM.ibm.db2.jdbc.DB2exception: [IBM][JDBC Driver] CLI0600E Invalid connection Handle or connection is closed. SQLSTATE = S1000
This is the error i am getting when my application tries to connect to DB2. The application runs on WAS3.5 and DB2 7.1 is the database. application uses jsp and servlets. The problem occurs when the servlet queries the database
the following error is coming at the time of calling th SP.
-------------------------------
[IBM][CLI Driver][DB2/NT] SQL1109N The specified DLL "up_Request_GN_Insert" could not be loaded
------------------------------
i came to know this erorr is coming bcos of the DLL is not it the LIB path.. so i copied that DLL to the LIB path
i tried to rename the DLL same as the procedure name up_Request_GN_Insert.DLL and started the application again.. now the following error is coming..
-------------------------------
[IBM][CLI Driver][DB2/NT] SQL1109N The specified DLL "up_Request_GN_Insert" is loaded and the specified "up_Request_GN_Insert" function could not be executed
------------------------------
can u pls advice me to solve the prob..?? pls tell me where i am missing..
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.