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 > Please Help "UNEXPECTED CLIENT ERROR"

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-21-07, 18:38
fsledge fsledge is offline
Registered User
 
Join Date: Oct 2005
Posts: 8
Please Help "UNEXPECTED CLIENT ERROR"

when I try to connect....

db2 connect to <databasename> user<username> using <password>


I get....

SQL30082N Security processing failed with reason "36" ("UNEXPECTED CLIENT ERROR"). SQLSTATE=08001




Please Help
Reply With Quote
  #2 (permalink)  
Old 11-22-07, 04:52
stolze stolze is offline
Registered User
 
Join Date: Jan 2007
Location: Jena, Germany
Posts: 2,662
The usual questions:
  • Which version of DB2 are you using (server and client)?
  • Which platform(s) are you running on?
  • What do you find in the db2diag output on the client when you try to connect?
__________________
Knut Stolze
IBM DB2 Analytics Accelerator
IBM Germany Research & Development
Reply With Quote
  #3 (permalink)  
Old 11-22-07, 08:34
fsledge fsledge is offline
Registered User
 
Join Date: Oct 2005
Posts: 8
1. I am using the 90 day V9 trial version of UDB . Is it client or server. Must I install both
2. Linux
3. Nothing in diaglog
Reply With Quote
  #4 (permalink)  
Old 11-22-07, 10:00
stolze stolze is offline
Registered User
 
Join Date: Jan 2007
Location: Jena, Germany
Posts: 2,662
Have you set the DBM CF parameter DIAGLEVEL to 4? You should then have something in the db2diag.log (or output from the "db2diag" tool).
__________________
Knut Stolze
IBM DB2 Analytics Accelerator
IBM Germany Research & Development
Reply With Quote
  #5 (permalink)  
Old 11-23-07, 11:25
fsledge fsledge is offline
Registered User
 
Join Date: Oct 2005
Posts: 8
Yes diag leve set to 4
Reply With Quote
  #6 (permalink)  
Old 11-23-07, 15:13
stolze stolze is offline
Registered User
 
Join Date: Jan 2007
Location: Jena, Germany
Posts: 2,662
So what do you see in the db2diag output? (at the client)
__________________
Knut Stolze
IBM DB2 Analytics Accelerator
IBM Germany Research & Development
Reply With Quote
  #7 (permalink)  
Old 11-24-07, 14:44
fsledge fsledge is offline
Registered User
 
Join Date: Oct 2005
Posts: 8
Password validation for user fsledge failed with rc = -2146500315
Reply With Quote
  #8 (permalink)  
Old 11-25-07, 09:21
stolze stolze is offline
Registered User
 
Join Date: Jan 2007
Location: Jena, Germany
Posts: 2,662
Then run the following command to figure out what this reason code stands fore:
[code]
$ db2diag -rc -2146500315
[code]
And since the password validation failed, you may want to check your password settings. Maybe you have some special characters in the password that DB2 does not allow? Have a look at the DB2 manual to check rules for passwords.
__________________
Knut Stolze
IBM DB2 Analytics Accelerator
IBM Germany Research & Development
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