Re: Manager attribute from AD and to AD
Hello Steffi, You are right. I followed that approach. Below is what I am doing: function getmskeyofmanager(Par){var get_mskey=uIS_Get(uGetIDStore(), Par); if(get_mskey.indexOf("!ERROR:")>-1) return...
View ArticleGet mskey from attribute (manager name) from user data (HR no SAP)
Now we are facing other challenge.We are doing initial load from HR pulling employee dataOne field is related manager employee that is placed on HR. How can I get this value (name) and change to mskey...
View ArticleRe: Delete attributes via rest API
Hi Pete, What if you just set it to a null value? Matt
View ArticleRe: Start a Job from Database
Andreas, Is your intention that your .NET code should also trigger the job? Have you tried using an Event Agent? Finally is there a TRUE need to have the job run immediately or can you schedule the...
View ArticleRe: Role Approval request not visible in Role Approvers ToDo tab
Hi Nitin, How do you assign the role to the user? if it's trought IDM UI, you loggin with which user? There is a limitation on approval with SP08 : the requestor of the assignement can not be define as...
View ArticleAdd SAP AS Java to CUA
Hello Colleagues, it's possible to add SAP AS Java Systems to the CUA (Central User Administration ABAP)? I found some documents which pointing to that topic, but not realy clear for me. SAP Library -...
View ArticleRe: Get mskey from attribute (manager name) from user data (HR no SAP)
Hi experts. The script was able to get mskey but some results were truncated, In some cases I have different mskey to the same person. It looks that the script beging fine and lost itself during the...
View ArticleRe: SAP IDM position based security with user in multiple positions
Hi Chaitanya, Is it possible to assign more than one position to an employee in HCM? If so, there is many ways of dealing with that from IDM side, I don't know precisely your business requirement, what...
View ArticleRe: Add SAP AS Java to CUA
Hello, The answer is no :-) Unless AS Java is connected to an ABAP system. in other words, there is 3 ways of configuring the source database of an AS java management engine :- Local database- LDAP...
View ArticleHandling password while initial load process
Dear Experts, This is about password handling in IDM. While doing initial load, I do not want to bring passwords from my target systems (AD/SAP) into IDM. So which password(s) the users will use to...
View ArticleRe: Manager attribute from AD and to AD
Thank you so much PETER, KRISHNA and STEFFI for the help and support. the issue is resolved now.Many thanks!
View ArticleRe: Handling password while initial load process
You can choose not to set the password on the target systems at all ie: remove it from exports. If you want them to reset all their passwords through IDM, you can create a specific task for it that...
View ArticleRe: Handling password while initial load process
Hi Naveen, Yes, as peter mentioned, if you don't want to bring a specific attribute to IDM through Initial load. Just disable that attribute. In your case, its password attribute. By default in the...
View ArticleRe: Handling password while initial load process
Hello Krishna, Thanks for the response. Now I have a different view about this pass "update system privilege trigger attribute". So this pass actually works(handles) about the attributes what needs to...
View ArticleRe: Handling password while initial load process
Hi Naveen, I guess your understanding about "update system privilege trigger attribute" is wrong. This pass does not decide on what are the attributes to be passed to IDM during Initial load. This pass...
View ArticleRe: Handling password while initial load process
Hi Krishna, The last reply was really helpful. Thanks so much. I leaned now that my understanding about the pass 'PrivilegeModifyTriggerAttributes' was wrong.On what basis we decide on that the backend...
View ArticleRe: Start a Job from Database
Hi Andreas, In general, DO NOT update database tables directly, unless this is explicitly stated in documentation. Soner or later, you will run into problems doing this. For your case, you should...
View Article