Re: Reporting From IDM
Hi Jai, We are able to find current approver & all approver with this SQL for a pending workflow. Thanks a lot ! RegardsAman Kashyap
View ArticleRe: Reporting From IDM
Hi Aman, for current approvers , useselect mcattrname, mcthismskeyvalue, mcothermskeyvalue from idmv_link_ext where mcattrname = 'MX_APPROVERS' or mcattrname = 'MX_ESCALATION_APPROVERS_1' you can use...
View Articleneed help in java script receiving a small error ; is missing
Hi Experts, please find my code in the below attached file. I am receiving the error that at line 15 ; is expected. I have even placed the ; at the end of the line but still it is not working. can you...
View ArticleRe: need help in java script receiving a small error ; is missing
Please paste in as code.
View ArticleRe: need help in java script receiving a small error ; is missing
// Main function: hei_getIdentityDateEmailReady function hei_getIdentityDateEmailReady(Par){ //mskey of the mx_person entry type would be passed as the parameter var script =...
View ArticleRe: need help in java script receiving a small error ; is missing
Hi DP, In line, Var query = "with CTe as (" + the 'v' in Var should be small. So it should be var query = "with CTe as (" +This should solve ";" missing error. Other than that I can see few...
View ArticleRe: IDM 8.0 ABAP initial load changes passwords
Hi Oktay, I never used HANA initial load till date but I would assume it should do very similar to other load jobs. No matter the job type, dot '.' before attributes should restrict IDM from updating...
View ArticleRe: need help in java script receiving a small error ; is missing
thanks jai, Other error i found they are the case syntax errors
View ArticleRe: need help in java script receiving a small error ; is missing
Hi DP,Glad its solved now. Please close the thread. Thanks. Kind regards,Jai
View ArticleRe: need help in java script receiving a small error ; is missing
Please mark Jai's answer as correct. Matt
View ArticleThe IDM 8.0 jobs seem to go off by itself
Hi, all I have just upgraded our IDM sandbox from 7.2 to 8.0. When testing some of the existing jobs, I noticed that a lot of them are running unexpectedly. They are on-demand jobs and I disabled them....
View Article7.2 - Unordered task groups
Hello community, we have / had a problem using Unordered Task Groups in our processes (entry type is similar to the SAPC_REQUEST, but we did it years before).In our permission request we have several...
View ArticleRe: 7.2 - Unordered task groups
Hi Dominik, Never really been a fan of unordered task groups. Is there a particular reason you are not using ordered groups? Not criticizing, just looking for some inspiration to help you out. Matt
View ArticleError in Import of SAP PF Version 2 in SP9
Hello All, Now, I am trying to Import SAP PFv2 in IDM SP9 which already has PFv1 (Folder name 'Provisioning Framework' which is orginal PF and have custom changes as well). I have already taken backup...
View ArticleRe: Query on Upgrade of SAP PF to SAP PF2 for SP9
I have tried importing by selecting SAP_MASTER identity store and it try to update existing Provisioning Framework folder. However I run into error which I would post on a separate thread here - Error...
View ArticleRe: Query on Upgrade of SAP PF to SAP PF2 for SP9
You should definately select the SAP_Master node and then click on import from there. This will give you a new folder SAP Provisioning Framework Version 2 at the same level as the previous one. The...
View ArticleRe: Manage Tab UI behavior differences
I looked at the display task and it was indeed set to something else than the new SAP PFv2 one. Switched it and it is working fine now.
View ArticleRe: Manage Tab UI behavior differences
I figured out what happened now. We have the UI Tasks for HTML5 loaded at the same level as the SAP PFv2. The Identity Display task in MX_PERSON entry type was set to the display identity task in the...
View ArticleEclipse Developer Studio unable to add tasks directly to process flow diagram
Hello experts, We are currently using SAP Identity Management Developer Studio 8.0.2 (attachment contains image of content level). While working with our Processes both Custom and Delivered, we are are...
View ArticleRe: Error in Import of SAP PF Version 2 in SP9
Hi Pradeep, May be the job was in "ERROR" status?You said you disabled the job, right.. Did you try enabling the job again manually and then run the import? Kind regards,Jai
View Article