Hi,
I am commecting to databse using
fmczrdb -o=b -u$username -p$password -yFMC
Error is:::
DBI->connect(FMCD B) failed: [IBM][CLI Driver] SQL30082N Attempt to establish connection failed with security reason "24" ("USERNAME AND/OR PASSWORD INVALID"). SQLSTATE=08001
If I hardcode the values of username and password like
fmczrdb -o=b -ufmc-ppassword -yFMC
Then it is working fine.
What is the problem If we use the variables...???
Please help me.
I am commecting to databse using
fmczrdb -o=b -u$username -p$password -yFMC
Error is:::
DBI->connect(FMCD B) failed: [IBM][CLI Driver] SQL30082N Attempt to establish connection failed with security reason "24" ("USERNAME AND/OR PASSWORD INVALID"). SQLSTATE=08001
If I hardcode the values of username and password like
fmczrdb -o=b -ufmc-ppassword -yFMC
Then it is working fine.
What is the problem If we use the variables...???
Please help me.
Comment