Hi Praveen,
Yes, the password is correct - for example, if we use the same
password to connect from db2 CLP, it works. Some additional details
are below.
--
bash-3.2$ python
Python 2.5 (r25:51908, Feb 10 2012, 00:17:46) [C] on aix7
Type "help", "copyright", "credits" or "license" for more information.
>>> import ibm_db
>>> ibm_db.connect("DBNAME","<inst name>","<MixedCasePassword>")
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
Exception: [IBM][CLI Driver] SQL30082N Security processing failed
with reason "24" ("USERNAME AND/OR PASSWORD INVALID"). SQLSTATE=08001
SQLCODE=-30082
>>>
Thanks,
Albert.