If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Iam getting the following error while connecting to a DB2 database. Can someone help me how to solve this issue?
db2 => connect to testdb user db2user using db2user
SQL0902C A system error (reason code = "") occurred. Subsequent SQL
statements cannot be processed. SQLSTATE=58005
try setting diaglevel to 4 on your client and on your server, rerunning the connect, and examining the db2diag.log files. (Don't forget to reset diaglevel to 3 afterwards.)