cancel
Showing results for 
Search instead for 
Did you mean: 

IC_oper - PASSWORD INVALID

Former Member
0 Kudos

Greetings,

I am installing IDM 8.0 on Linux. While running "mxmc-install.sh" I am getting an error as shown below and I cannot find out from any documentation why this error is occurring.

[db2inst3@MyServer00 DB2]$ db2 "connect to IC_db user IC_oper using Mypassword"

SQL30082N  Security processing failed with reason "24" ("USERNAME AND/OR

PASSWORD INVALID").  SQLSTATE=08001

Note: the bold items have been changed purposely

I would think "mxmc-install.sh" script creates this user.

Any help on this will be appreciated. Thanks

-Travis

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I corrected this error by adjusting the IC_PREFIX to lower case in the include.sql file.

-Travis

former_member2987
Active Contributor
0 Kudos

Hi Travis,

Yes, you need to remember that Linux is case sensitive, and that developers sometimes make mistakes about this.

I have also had these issues, which you can read about here:  IdM Thoughtplace: Doing a LINUX Based Victory Lap

Good luck!

Matt

Answers (2)

Answers (2)

former_member2987
Active Contributor
0 Kudos

Just curious, which database are you using?

Former Member
0 Kudos

Matt,

I am using DB2 10.5 FP7. Thanks

-Travis

former_member2987
Active Contributor
0 Kudos

That's what I figured by the IC prefix.

rondv
Advisor
Advisor
0 Kudos

Maybe this contributes:

- check if any of the IDM installation scripts in the database directory has CRLF's in them

  • run file * | more
  • read the output to see if any of the files have CRLF in them
  • convert those that do with dos2unix

Maybe that fixes things. We've noticed this in a few files in the distribution.