Hi,
I am getting below error while attaching to the remote instance.
Code:
D:\Backups>db2 attach to P6APP1_1 user db2inst1
Enter current password for db2inst1:
SQL30082N Security processing failed with reason "24" ("USERNAME AND/OR
PASSWORD INVALID"). SQLSTATE=08001
D:\Backups>
This command is failing in windows XP however i am able to catalog node using control center by search option and it is able to search the db2 instance running on AIX and databases runinng under this instance.
The password and user name are correct and the same command (user/password) is working fine in AIX machine where my DB2 Server is running.
Below is the dbm configuration on my DB server running on AIX
Code:
Database manager authentication (AUTHENTICATION) = SERVER
Alternate authentication (ALTERNATE_AUTH_ENC) = NOT_SPECIFIED
Cataloging allowed without authority (CATALOG_NOAUTH) = NO
Trust all clients (TRUST_ALLCLNTS) = YES
Trusted client authentication (TRUST_CLNTAUTH) = CLIENT
Bypass federated authentication (FED_NOAUTH) = NO
Environment Details:
SERVER OS : AIX 64 bit
DB SERVER :9.7 with Fix Pack 1
CLIENT OS : Windows XP
CLIENT DB : 9.7 Fix Pack1