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 > DB2 client - server connection error

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-15-05, 19:47
Ryan_lee Ryan_lee is offline
Registered User
 
Join Date: Feb 2005
Posts: 12
DB2 client - server connection error

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
Reply With Quote
  #2 (permalink)  
Old 02-15-05, 21:00
udbdb2 udbdb2 is offline
Registered User
 
Join Date: Nov 2003
Posts: 121
how do you connect ?

Do you connect like:
connect to sample user <user_name> using <password> ?

Did you try on AIX after this message to see whether it works with the
same password or Asking for the password change if password is expired ?
Reply With Quote
  #3 (permalink)  
Old 02-16-05, 01:01
Ryan_lee Ryan_lee is offline
Registered User
 
Join Date: Feb 2005
Posts: 12
problem solved

Thanks ...

The problem is solved. after we run the db2lic command with the licence file, then it works.
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