From my DB2 Client I can catalog a DB, but cant quite connect:
Code:
db2 => catalog tcpip node db2node remote 10.14.50.12 server 50000
DB20000I The CATALOG TCPIP NODE command completed successfully.
DB21056W Directory changes may not be effective until the directory cache is
refreshed.
db2 => catalog database IPC as IPC at node db2node
DB20000I The CATALOG DATABASE command completed successfully.
DB21056W Directory changes may not be effective until the directory cache is
refreshed.
db2 => connect to IPC
SQL30082N Security processing failed with reason "3" ("PASSWORD MISSING").
SQLSTATE=08001
I looked up the catalog and connect statements, but I do not see anywhere where I can set a PW.
How can I tell the client what PW to use when I connect to the DB ?
Thanks