 |
Forums |
Admin Start New Thread
By: vinod jain
RE: Security processing failed with reason "1 [ reply ] 2009-02-23 06:13
|
Praveen:
Yes, it worked. Thank you for all the help. now inside the irb, I am able to connect to sample databse. Also rake db:migrate is working fine.
Finally, we are ready to migrate our application from mysql to db2-c.
Thanks a lot.
as per the link, I did following:
tamers comments:
I had the same problem on Ubuntu v8.10.
I replaced the following line in /etc/pam.d/common-password
password success=1 default=ignore pam_unix.so obscure sha512
with the line below:
password success=1 default=ignore pam_unix.so obscure md5
then, reset the passwords of the db2 users using "passwd" command.
and the problem solved.
|
By: vinod jain
Security processing failed with reason "15" [ reply ] 2009-02-23 05:05
|
I am getting the following error while doing rake db:migrate or inside irb doing IBM_DB.connect("sample", 'db2inst1', 'mypasswd')
Failed to connect to the [LBIZT_D] due to: [IBM][CLI Driver] SQL30082N Security processing failed with reason "15" ("PROCESSING FAILURE"). SQLSTATE=08001 SQLCODE=-30082
|
|
 |