on 2015 Jun 26 1:06 PM
Hello
i have searched in the forum, but did not find the right answer to my qyestion. And i am sorry if it exist and i did not see it.
We have IdM connected to several ABAP/HANA/Java systems. When we create the repositories, we run the initial loads.
But in the systems we keep creating new roles. What are the best practices to update IdM with the new modifications? Do i have to schedule all initial loads to run regurarly everyday ?
Thanks for your answers and help
Y.
Request clarification before answering.
Hi Youssef,
You will have to create and schedule an update job that writes new roles into IDM. This job is copy of Initial loads with only relevant passes enabled. Below link provides you required information to set up the job.
Kind regards,
Jai
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Youssef,
Yes, It should be the same.
Anyway, it is documented by SAP for 7.2 as well.
Kind regards,
Jai
The tasks on the privileges are attributes in Id Store, so the {D} maps to one of the attribute operators, -1 stands for the attribute value for none.
When the privileges are created in Initial Load all tasks are set to -1 as the users are also read from target and existing privileges are assigned to users. This is done to prevent reprovisioning to take place. If the privileges would have "live" tasks set, then once the privilege is assigned to the user, IdM would trigger provisioning workflow.
In the Update Job you don't have to set the tasks to -1 unless you're also touching users. You can set all tasks (add/del member, validate add/del, provision/deprovision) to inherited with {D} and set the modify task to -1 (as you don't want all the privileges triggering modify workflow, only the system privilege).
regards, Tero
Thanks Peter and Tero for your answers ... finally got it ;-). I will set it to {D} then as mentioned in the documentation. At least for our ECC and APO system.
But we have an BPC system also. In BPC, there are two layers of authorizations. One in the SU01 ABAP and the other directly in the BPC web interface. When we set the rights in the BPC interface, it creates new roles dynamically and affects them to the user in the abap side. In this case, is it more wise to use initial jobs always instead of update jobs ?
User | Count |
---|---|
87 | |
10 | |
9 | |
8 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.