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.

 
Go Back  dBforums > Database Server Software > DB2 > SQL30082N Security processing failed with reason "24"

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-13-08, 05:36
azs0309 azs0309 is offline
Registered User
 
Join Date: Jan 2008
Posts: 88
SQL30082N Security processing failed with reason "24"

Hi all,

I am getting a weird problem,

I am trying to connect to local database. when I give the command
db2 connect to sample its able to connect but when i give the command with user id and password it fails to connect. I know the password is correct as I use it to login to my PC.
the output of db2set -all :
[e] DB2PATH=C:\Program Files\IBM\SQLLIB
[i] DB2_GRP_LOOKUP=DOMAIN
[i] DB2INSTPROF=C:\PROGRA~1\IBM\SQLLIB
[i] DB2COMM=TCPIP
[g] DB2_EXTSECURITY=YES
[g] DB2_DOCPORT=51000
[g] DB2_DOCHOST=localhost
[g] DB2SYSTEM=AZS0309A
[g] DB2PATH=C:\Program Files\IBM\SQLLIB
[g] DB2INSTDEF=DB2
[g] DB2ADMINSERVER=DB2DAS00


db2 connect to sample

Database Connection Information

Database server = DB2/NT 9.1.0
SQL authorization ID = AZS0309
Local database alias = SAMPLE


db2 connect to sample user azs0309 using singh123ajay

SQL30082N Security processing failed with reason "24" ("USERNAME AND/OR
PASSWORD INVALID"). SQLSTATE=08001
Reply With Quote
  #2 (permalink)  
Old 03-13-08, 07:20
rahul_s80 rahul_s80 is offline
Registered User
 
Join Date: Jul 2006
Location: Pune , India
Posts: 433
just a guess
try using ..
db2 connect to sample user "azs0309" using "singh123ajay"
__________________
Rahul Singh
Certified DB2 9 DBA / Application Developer
Reply With Quote
  #3 (permalink)  
Old 03-18-08, 12:23
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
Reply With Quote
  #4 (permalink)  
Old 03-19-08, 13:36
koganti koganti is offline
Registered User
 
Join Date: Jul 2002
Location: ATL
Posts: 170
Check if there are multiple entries for the userid azs0309 in /etc/security/passwd file. If there is only one entry you may wanna try bouncing the DBM
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On