Hi,
I just installed DB2 V8.2 on AIX, and created the sample database. There is no problem to connect to the database from local server, but after I cataloged it from the client and try to access the database, I got the following error:
=======================
[IBM][CLI Driver] SQL30082N Attempt to establish connection
failed with security reason "1" ("PASSWORD EXPIRED").
SQLSTATE=08001
=======================
I am using the same user name and password on the server to access the DB, it works. Why it's not working when I access it from a WindowsXP client?
Note:
I used following command to catalog:
catalog tcpip node db2node remote x.xx.xxx.xxx server 50000 remote_instance db2inst1
catalog database sample as mysample at node db2node authentication server
Thanks