cancel
Showing results for 
Search instead for 
Did you mean: 

How to change the user and password of the repositories?

Former Member
0 Kudos

We have a need to routinely change the user ID and the passwords for multiple repositories.

How to do it and is there any quick way to complete it?

Thanks for help.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

You can run a batch job that read data from file supplied by you on daily basis and using Deleteusercommand and "Createusercommand" under package com.sap.mdm.security.commands do the changes in repositories.

Thanks,

Sudhanshu

Edited by: Sudhanshu Agarwal on Sep 28, 2010 11:28 PM

Edited by: Sudhanshu Agarwal on Sep 28, 2010 11:29 PM

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You could have windows scripts created that update the users present in the repository. If you providing security roles and access through LDAP you would need to make modification on the LDAP. In case the users are created at the repository level itself you could use scripts or API's to make these updates on a regular basis.

Regards,

Aditya.