on unix db2 v7.2 fixpack 10a server, we have a connection gateway to host database.
we uncataloged it , using the command:
db2 uncatalog db mvs
db2 terminate
then recatalogued it: using the command:
db2 catalog db mvs at node mvsnode
db2 terminate
we db2stopped/started several times, however, when we try to connect to mvs, it gives the error below:
SQL1403N The username and/or password supplied is incorrect. SQLSTATE=08004
(it is not a real username, password problem, because when it is, it will give some error like below:
SQL30082N Attempt to establish connection failed with security reason "15"
("PROCESSING FAILURE"). SQLSTATE=08001 )
this problem has happened on several servers:
whether we change the node name or not, when we uncatalog-catalog db, it says :
SQL1403N The username and/or password supplied is incorrect. SQLSTATE=08004
(the connection definiton works on other servers, & there is no firewall issue)
what can we do?