cancel
Showing results for 
Search instead for 
Did you mean: 

Password reset on all target systems + how to find mskeyvalue from store?

Former Member
0 Kudos

Hi All

As per the below link for password reset

http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/00d69428-cc00-2c10-9ca5-b4f607bbbddf&override... , I am able to reset the password of the user id in ume of IDM AS java server. However this document does not explain how the password reset functionality will change the password on all connected target system. For example, When I reset the password from IDM interface, the password of all my user ids in other target systems like ERP, Portal, Exchange, AD etc should change. But these information is not available on this document. Please advice how we can can configure these steps.

Also how we can find the mskeyvalue of a user in identity store exactly? . If we need to run the sql query, can you please give the exact SQL query you need to use ?

Thank you.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sahad,

just for your question about the sql statement:

select attrname, aValue from mxiv_sentries where attrname = 'MSKEYVALUE' and aValue like '%<Search string>%' and IS_ID = <number of your IS_ID>.

This statement should display only one User if you have changed the placeholders.

I'm not sure, whether this helps or not. If not, please give me some more details.

Kind regards,

Achim Heinekamp

Former Member
0 Kudos

Hi Achiem,

Thank you for the help.

Meanwhile do you know how to run the password provisioning task which is used for password reset in other target systems. If you know please give step by step details of password provisioning .