Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help in connecting to a database in DB2...

Status
Not open for further replies.

spodila

Technical User
Jul 26, 2001
1
US
I am trying to connect to a database in DB2 and it gives the following error.

07-26-2001 13:16:45 0 0 SQL8000N DB2START processing failed; a valid product license was not fou
nd.

How can I resolve this issue?,
 
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.

Product name and config info would be helpful.

 
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


Can anybody help???
 
hi all

thanx in advance

some prob with DB2 - (i am new to DB2)

i am using SPs to insert data to 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..

thanx again..

Rgds
Sajeev P.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top