cancel
Showing results for 
Search instead for 
Did you mean: 

Getting Java, Password Error while Provisioning in IDM

Former Member
0 Kudos

Hi Experts,

We are on IDM 7.2 SP9 Patch 6.

We are getting below error while provisioning in IDM DEV.

We want IDM to set up " STANDARD Password " while provisioning  in IDM DEV system., Please advise how this can be setup?

Regards,

Aman

Accepted Solutions (1)

Accepted Solutions (1)

jaisuryan
Active Contributor
0 Kudos

Hi Aman,

You get this error when there is no password attribute "MX_ENCRYPTED_PASSWORD" assigned to the user.

To create user in ABAP system, MX_LASTNAME and MX_ENCRYPTED_PASSWORD attributes are mandatory.

Edit:

I have seen this error if Keys.ini file changed too. Check if password attribute are set in database. Then do a password reset for the user and then try provisioning.

Kind regards,

Jai

Message was edited by: Jai Suryan

Former Member
0 Kudos

Hi Jai,

Thanks, we tried this and issue is fixed for us.

Regards,

Aman

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Aman,

If you are using the UI to set the password then MX_ENCRYPTED_PASSWORD attribute should be automatically set to the user. But if you use the console, then you should set the MX_ENCRYPTED-attribute along with the MX_PASSWORD-attribute.

As Jai said, please check the user in the database:

select * from idmv_vallink_basic_active where mskey IN (

  select mcmskey from mxiv_entry where mcentrytype='MX_PERSON' and mcmskeyvalue = 'YOUR_USER_ID');

BR,

SImona